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 Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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