I want to write a conversion function for maxima, how can I begin?



use the fortran() function. If that does not produce an expression that
you can use, consider
looking at the code for it and modifying it. Or consider taking the
output of the fortran() command
and convert it to C by any means you have available. A good text editor
might be useful.

RJF


Jie Liu wrote:
> As my previous problem stay unresolved, I am very interested in write
> my own function in maxima to convert the computed symbolic expression
> to a form in c language, which is convenient for the future numerical
> calculation for industry purpose.
>
> So if I want write my own function, where should I begin? Is there any
> docs available for me?
> Thanks in advance!
>
>
> ------------------------------------------------------------------------
> ??????????????????????????????????
> <http://cn.rd.yahoo.com/mail_cn/tagline/card/*http://card.mail.cn.yahoo.com/>;
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>