EquationCommand: Difference between revisions

From Flooxs
Jump to navigation Jump to search
(New page: = Equation Command = equation - allow test parsing and resolution of a sample expression == Synopsis == === eqn === eqn = <c> == Description == This command allows testing of a...)
 
 
(One intermediate revision by the same user not shown)
Line 28: Line 28:
== See Also ==
== See Also ==


[tutorials.htm langage tutorials], [language.htm language definition], [callback.htm callback procedures], [eqn.htm eqn], [solutions.htm solution], [examples.htm Alagator Examples]
[[Alagator_Tutorial| language tutorials,]] [[Complex_Examples| complex examples,]] [[Callback_Procedures | callbacks,]] [[TermCommand | term,]] [[SolutionCommand| solution,]] [[SelectCommand | select]]
 
[../Intro.html FLOOPS/FLOODS Home Page]

Latest revision as of 15:00, 17 November 2008

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, term, solution, select