 
 
 
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 from maplefile translated to the Xcas language.
 
 
