SUBSTC

From iMath
Revision as of 19:09, 29 June 2017 by Jrheinlaender (Talk | contribs) (Created page with "{{Keyword | <code>SUBSTC ( expression | equation , equation | equation list )</code> | 2= Substitute the equation or the list of equations in the exp...")

(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