question
- To: mathgroup at smc.vnet.net
- Subject: [mg78529] question
- From: dimitris <dimmechan at yahoo.com>
- Date: Tue, 3 Jul 2007 05:43:44 -0400 (EDT)
Hello.
In another CAS (due to the policy of the forum I can't mention its
name; I will just give as a hint that it is the major competitor of
Mathematica) there is the following command for converting very
easily and quickly Mathematica's expressions (in InputForm!) to the
relevant syntax of the other CAS.
For example,
convert("(-(1/4))*MeijerG[{{}, {1/2}}, {{0, 0}, {}}, 1]",FromMma);
-1/4 MeijerG([[], [1/2]], [[0, 0], []], 1)
I found it very useful.
Is there something similar for converting expressions from the other
CAS
(I hope you unerstand for what CAS I speak!) to Mathematica syntax?
I found a relevant package available here
http://library.wolfram.com/infocenter/MathSource/188/
but I wonder if there are other ways!
Dimitris