Known exceptions - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Exceptions When Translating Mathematica Input and Notebooks

• 

The Mathematica translator does not translate Mathematica programs.

• 

When translating Mathematica notebooks, most interface elements in these notebooks have an equivalent in a Maple worksheet, but not always. In these cases, the translator either raises a warning and attempts the closest translation or fails to translate that particular portion and requires interactive manipulation.

• 

Some operations valid in Mathematica are invalid in Maple. The following sections describe the known translating exceptions.

 

Mathematica Input Exceptions

Mathematica Notebook Exceptions

Mathematica Input Exceptions

• 

Mathematica package commands are not translated. For example, if the Mathematica notebook contains Needs[PackageName], the translated worksheet contains with(PackageName). The commands of the PackageName package are translated syntactically only as unknown functions.

• 

There is no exact translation for the Mathematica Import and Export commands; therefore, these commands are not translated. Depending on the data, the Maple commands read and readline offer similar functionality.

Mathematica Notebook Exceptions

• 

The warnings displayed when translating expressions interactively are not displayed when translating notebooks.

See Also

MmaTranslator

MmaTranslator[FromMma]

MmaTranslator[FromMmaNotebook]

MmaTranslator[Mma]

MmaTranslator[MmaToMaple]