FerCommand[str, args]
is an auxiliary function that
returns a Fermat command corresponding to str
(possibly
using arguments args
) as a list of strings.
At the moment only a very limited set of Fermat instructions is implemented.
["Quit"] FerCommand
["StopReadingFromTheInputFile"] FerCommand
["EnableUglyDisplay"] FerCommand
["ReadFromAnInputFile", "myFile.txt"] FerCommand
["SaveToAnOutputFile", "myFile.txt"] FerCommand
["SaveSpecifiedVariablesToAnOutputFile", {x, y, z}] FerCommand
["ReducedRowEchelonForm", "mat"] FerCommand
["AdjoinPolynomialVariable", x] FerCommand