MathGroup Archive 2007

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

Search the Archive

Re: "movie" of Table output for web page

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73737] Re: [mg73716] "movie" of Table output for web page
  • From: "Chris Chiasson" <chris at chiasson.name>
  • Date: Tue, 27 Feb 2007 05:43:28 -0500 (EST)
  • References: <200702261113.GAA27766@smc.vnet.net>

Hmm, I don't know how to do that either. However, you could try making
a list of graphics via:
Graphics@Text@DisplayForm@ToBoxes@#&/@yourExprList

(I didn't check to see if this works)

On 2/26/07, Murray Eisenberg <murray at math.umass.edu> wrote:
> 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
>
>


-- 
http://chris.chiasson.name/


  • Prev by Date: Re: showing an expression equal to 0
  • Next by Date: Re: "movie" of Table output for web page
  • Previous by thread: Re: "movie" of Table output for web page
  • Next by thread: Re: "movie" of Table output for web page