SUBSTVC

From iMath
Revision as of 18:50, 19 December 2018 by Jrheinlaender (talk | contribs) (Created page with "{{Keyword | 1= <code>SUBSTVC ( expression | equation , equation | equation list )</code> | 2= For this special form of SUBSTC, the equation(s) to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax

SUBSTVC ( expression | equation , equation | equation list )

Implemented in iMath since version 2.2.0 or earlier for a single equation to substitute. From version 2.2.8 upwards, the second argument can be a list of equations.

Explanation

For this special form of SUBSTC, the equation(s) to be substituted must have the form expression = vector.

Substitute the equation or the list of equations in the expression/equation with all values of the vector. The substitutions will be done in the order you specify them. The result will be a vector. This is useful for specifying values to CHART or to ITERATE.

Example

See SUBSTV for an example.

See also

SUBSTV SUBST SUBSTC