How can I import a .nb
file from Wolfram Mathematica to Maple? I need an example of how to integrate.
How to import Mathematica 8 file to Maple 13
maplemathematica
maplemathematica
How can I import a .nb
file from Wolfram Mathematica to Maple? I need an example of how to integrate.
Best Answer
Have a look at this page.
The
FromMmaNotebook(Mma_notebook_filename)
and theconvert(Mma_notebook_filename, FromMmaNotebook)
commands translate a Mathematica notebook to a Maple worksheet and saves the results to disk. These commands enable Mathematica users to automatically translate their Mathematica notebooks to Maple worksheets.You can also use the Mathematica Translator to translate Mathematica input and notebooks to Maple input and worksheets. For more information, see the MmaTranslator[MmaToMaple] help page.