MmaTranslator[Mma]
ReplaceRepeated
perform replacements until expression no longer changes
Calling Sequence
Parameters
Description
Examples
ReplaceRepeated(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The ReplaceRepeated command performs replacements on a specified expression until the expression no longer changes.
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
ReplaceRepeated⁡x+x2,x=b,x2=x
2⁢b
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`ReplaceRepeated[x + x^2, {x -> b, x^2->x}]`,evaluate
See Also
MmaTranslator
MmaTranslator[FromMma]
Download Help Document