Subject: denominator of really complicated expression
From: Robert Dodier
Date: Tue, 22 Nov 2005 21:49:10 -0700
On 11/22/05, Ryan Krauss wrote:
> Is there a faster way to pass the output to Python or to save it to a
> file that can be read by other programs?
It's likely that the "save" function will be faster, since save
stores Lisp expressions instead of Maxima expressions
(so formatting the output is probably faster).
Lisp expressions might be easier for Python to handle, too.
For what it's worth,
Robert Dodier