EquationCommand
Equation Command
equation - allow test parsing and resolution of a sample expression
Synopsis
eqn
eqn = <c>
Description
This command allows testing of an equation string. It is parsed, broke into pieces, and derivatives are taken and printed. It is useful for debugging problems with the resolver and parsing, as things can be tried before running.
- eqn
- The string to be checked.
Examples
equation eqn = "exp(Potential/$Vti)"
Parse and resolve the string "exp(Potential/$Vti)".
Bugs and Missing Features
None.
See Also
language tutorials, complex examples, callbacks, equation, term, solution, select