[Maxima] eliminating '1.0' when divided by float numbers
ishi soichi
soichi777 at gmail.com
Wed May 2 20:19:12 CDT 2012
Maxima 5.25
Hi. say I have an equation like
3 = 3.5 %e^( ...);
then, I want to eliminate '3.5', so I divide the whole thing by 3.5.
%/3.5;
it gives,
... = 1.0 %e^(...)
'1.0' remains there. Of course there is no influence in terms of math, but
it matters if I want to take log of it,
log(%);
gives,
... = log(1.0 %e^(...))
Is there anyway to eliminate '1.0' so that it becomes easier to compute it?
soichi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.math.utexas.edu/pipermail/maxima/attachments/20120503/af14e5da/attachment.html>
More information about the Maxima
mailing list