ReplaceList
Usage
• ReplaceList[expr, rules] attempts to transform the entire expression expr by applying a rule or list of rules in all possible ways, and returns a list of the results obtained. • ReplaceList[expr, rules, n] gives a list of at most n results.
Notes
• When no transformation is possible, ReplaceList returns {}. • New in Version 3.
|