ReferencefunctionIterates

<functionIterates>

<functionIterates> is a Math Operator component that evaluates a function over a specified number of iterations of its argument.

Attributes and Properties

Attributes for <functionIterates>
AttributeTypeValues
displayDecimals = "…"integer
displayDigits = "…"integer
displaySmallAsZero = "…"number
forceNumeric = "…"boolean"true" "false"
forceSymbolic = "…"boolean"true" "false"
function = "…"
initialValue = "…"
numIterates = "…"integer
padZeros = "…"boolean"true" "false"
Props for <functionIterates name="f">
PropertyType
$f.allIteratesmathList
$f.allIteratesWithInitialmathList
$f.disabledboolean
$f.displayDecimalsinteger
$f.displayDigitsinteger
$f.displaySmallAsZeronumber
$f.finalIteratemath
$f.fixedboolean
$f.fixLocationboolean
$f.forceNumericboolean
$f.forceSymbolicboolean
$f.hiddenboolean
$f.iterates[ math ]
$f.numDimensionsinteger
$f.numIteratesinteger
$f.padZerosboolean

Example: simple function iteration

In this example, the <function> is first defined, then referenced in the <functionIterates> component in the function attribute. The numIterates attribute, which specifies the number of iterations to perform, and the initialValue attribute are required.