how to get floating point results for taylor expansion?



Why not do a float(%) on your final result?


Viktor


-----Original Message-----
From: maxima-bounces at math.utexas.edu [mailto:maxima-bounces at math.utexas.edu]
On Behalf Of Peter Foelsche
Sent: Sunday, July 15, 2012 9:09 PM
To: maxima at math.utexas.edu
Subject: how to get floating point results for taylor expansion?

I've read quite a lot of the manual and experimented with a lot of options.
But I'm unable to get normal floating point numbers or even numbers,
which I can evaluate in visual C++ -- it tells me:

398987622351463743906497032561.0/768.0,e
Error: constant too big


Here is my maxima input:

display2d:false$
debugmode:true$
rest1:(sin(omega*t)-v)^2 + (v - c)^2$
ev(taylor(rest1, [t, v, c], [0, 0, 0], 8), omega=2*3.1415926*1e6);


Kind Regards
Peter Foelsche

_______________________________________________
Maxima mailing list
Maxima at math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima