|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ReplaceAll 
![]()
applies a rule or list of rules in an attempt to transform each subpart of an expression expr.
DetailsDetails
- ReplaceAll looks at each part of expr, tries all the rules on it, and then goes on to the next part of expr. The first rule that applies to a particular part is used; no further rules are tried on that part, or on any of its subparts.
- ReplaceAll applies a particular rule only once to an expression.
returns expr if none of the rules apply.
New in 1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
