next up previous contents index
Next: Transform[expr,aListOfRules] Up: Manipulating an expression Previous: SubstituteSingleReplace[expr, aListOfRules, (optional On)]   Contents   Index

SubstituteAll[expr, aListOfRules, (optional On)]

Aliases: SubAll
Description: For every rule $ a \rightarrow b$, SubAll also replaces,

$\displaystyle tp[a] \rightarrow tp[b]     inv[a] \rightarrow inv[b]    \
rt[a] \rightarrow rt[b]  . $

Arguments: $ expr$ is an algebraic expression. $ aListOfRules$ is a single rule or list of rules specifying the substitution to be made. On = save rules to Rules.temp, temporarily over-riding SaveRules[Off]. 'Off' can not over-ride SaveRules[On].
Comments / Limitations: None



NCAlgebra Project 2002-09-09