2.7.9 Translating a Maple file to Xcas
The maple2xcas command
translates a file of Maple commands to the Xcas language.
-
maple2xcas takes two arguments:
-
Maplefile, the name of the Maple input file.
- XcasFile, the file where you want to save the Xcas
commands.
- maple2xcas("MapleFile","XcasFile")
results in an Xcas file named XcasFile with the
Maple commands in MapleFile translated to the Xcas language.