SUBSTVC
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.