MmaTranslator[Mma]
FixedPoint
apply a function to an expression repeatedly
Calling Sequence
Parameters
Description
Examples
FixedPoint(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The FixedPoint command applies a function to an expression until the result no longer changes.
with⁡MmaTranslatorMma:
FixedPoint⁡cos,0.5
0.7390851332
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`FixedPoint[Cos, 0.5]`,evaluate
See Also
MmaTranslator
MmaTranslator[FromMma]
MmaTranslator[Mma][FixedPointList]
Download Help Document