|
|
||
|
|
|
RecurrenceTable |
| RecurrenceTable[eqns, expr, {n, nmax}] generates a list of values of expr for successive n based on solving the recurrence equations eqns. |
| RecurrenceTable[eqns, expr, nspec] generates a list of values of expr over the range of n values specified by nspec. |
| RecurrenceTable[eqns, expr, {n1, ...}, {n2, ...}, ...] generates an array of values of expr for successive n1, n2, .... |
| DependentVariables | Automatic | the list of all dependent variables | |
| Method | Automatic | method to use | |
| WorkingPrecision | Automatic | precision used in internal computations |