Basic input/output
|
|
To invoke the program (after the program has been installed):
sum = 2 + 2Press Enter, and observe the response. Next, enter the following symbolic expression. someName = 3*sin(t)^2 + 2*cos(t)^2Note: The program is case-insensitive and you may use upper case or lower case letters (or a mixture). Note: The program automatic simplifies this expression to 2 + sin(t)^2.
Saving input To save input to the text file FirstDemo.txt, type SAVE FirstDemo.txt Exit the program by typing QUIT
Running files %File: FirstDemo.txtTo run the input file FirstDemo.txt, re-start the program, and type run FirstDemo.txt Alternatively, drag FirstDemo.txt on top the MotionGenesisStartHere icon. Alternatively, re-run this file from the operating system prompt by typing MotionGenesis FirstDemo.txt
Saving input and output SAVE FirstDemo.all
Online help |