MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

"movie" of Table output for web page

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73716] "movie" of Table output for web page
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Mon, 26 Feb 2007 06:13:13 -0500 (EST)
  • Organization: Mathematics & Statistics, Univ. of Mass./Amherst
  • Reply-to: murray at math.umass.edu

Without using webMathematica, I want to be able to put on a web page a 
"movie" consisting of the successive values of a Table whose entries are 
mathematical instructions.  For example, of

   TraditionalForm/@Table[Integrate[x^n Exp[x],x],{n,1,10}]

I know how to make such a movie where the Input cell's output is already 
a sequence of graphics (namely, Export as GIF).

But how does one handle non-Graphics output?


-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • Prev by Date: Re: simple question
  • Next by Date: Re: showing an expression equal to 0
  • Previous by thread: I believe I finally figured out what "affects printing but not evaluation" means
  • Next by thread: Re: "movie" of Table output for web page