[Maxima] how to export the final result in the form of symbolic expression?
Adam Majewski
adammaj1 at o2.pl
Tue Oct 6 09:30:31 CDT 2009
jie liu pisze:
> I want to convert the final symbolic expression into .c file or other
> form. I have searched the help file and I have only found the .csv
> file. and it seems that that type can store the numeric data file. How
> can I realize the conversion?
>
>
save data contained in xy variable (result of your computations) to file
( in the form of Lisp expressions) :
save("iim20.lisp",xy);
load it :
load("iim20.lisp");
HTH
Adam
More information about the Maxima
mailing list