SUBSTC: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Keyword | <code>SUBSTC ( expression | equation , equation | equation list )</code> | 2= Substitute the equation or the list of equations in the exp...") |
mNo edit summary |
||
Line 10: | Line 10: | ||
| | | | ||
4= | 4= | ||
[[SUBST]] [[SUBSTV]] | [[SUBST]] [[SUBSTV]] [[SUBSTVC]] | ||
}} | }} | ||
[[Category:Manipulation]] | [[Category:Manipulation]] |
Latest revision as of 18:50, 19 December 2018
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.