Translation MATHEMATICA -> Maple available
- To: mathgroup at smc.vnet.net
- Subject: [mg3502] Translation MATHEMATICA -> Maple available
- From: Juergen.Schmidt at math.uni.giessen.de (Juergen Schmidt)
- Date: Mon, 18 Mar 1996 00:58:16 -0500
- Organization: Institut fuer Mathematische Physik
- Sender: owner-wri-mathgroup at wolfram.com
Now the pendant of Maple's mathematica() function, i.e. MapleForm[],
is available on
http://www.uni-giessen.de/www-Mathematische-Physik/
Some examples:
D[ Sin[y^5]*Cos[x], {x,5}] //Hold//MapleForm
diff(cos(x)*sin(y^5), x$5);
(#^2 &)//MapleForm
<slot1^2 | slot1> ;
DSolve[ f''[x] + f'[x] == Exp[x], f[x], x] //Hold//MapleForm
dsolve(D[1](f)(x) + D[1](D[1](f))(x) = exp(x), f(x));
If there exists a similar program please let me know.
----------------------------------------------------------
Dipl.-Phys. Juergen Schmidt
Mathematisches Institut (Math. Physik)
der Justus-Liebig-Universitaet Giessen
Arndtstr. 2
D-35392 Giessen
Tel. +49 641702-2542 (-2535 Secr./-2548 Fax)
http://www.uni-giessen.de/www-Mathematische-Physik/
---------------------------------------------------------
==== [MESSAGE SEPARATOR] ====