EquationCommand

From Flooxs
Revision as of 18:32, 10 November 2008 by Danieljc (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

[tutorials.htm langage tutorials], [language.htm language definition], [callback.htm callback procedures], [eqn.htm eqn], [solutions.htm solution], [examples.htm Alagator Examples]

[../Intro.html FLOOPS/FLOODS Home Page]