SUBSTC

From iMath
Revision as of 18:50, 19 December 2018 by Jrheinlaender (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Syntax

SUBSTC ( expression | equation , equation | equation list )


Implemented in iMath since version 2.2.0 or earlier.

Explanation

Substitute the equation or the list of equations in the expression/equation. The substitutions will be done in the order you specify them, so a list of equations like x = y; y = z will have the effect of substituting all x and y in the expression with z.

Example

See SUBST for an example.

See also

SUBST SUBSTV SUBSTVC