Niitsuma Hirotaka wrote:
> I m looking for lisp -> maxima translator.
>
why?
what program do you have in lisp? For a program that does numeric
calculation,
all you have to do is re-name your lisp function--- instead of
(defun name(x) ....)
just do
(defun $name(x) ...)
and then you can call the program directly from Maxima..
(%i1) name(....)
> And I found translate-to-maxima in this post
> http://www.math.utexas.edu/pipermail/maxima/2007/008152.html
>
> It is seem to, translate and compile commands are translator maxima -> lisp.
> not lisp->maxima.
>
> Is there better(or built-in) lisp->maxima translate function?
>
> For matrix,
> lapack-maxify-matrix
> can translate lisp vector to maxima.
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>