|
SOLUTIONS
|
MATHEMATICA 内置符号
RecurrenceTable
RecurrenceTable[eqns, expr, {n, nmax}]
以求解递归方程 eqns 为基础,产生一组关于连续 n 的 expr 的值的列表.
RecurrenceTable[eqns, expr, nspec]
在 nspec 指定的 n 值范围上,产生一组 expr 的值.
RecurrenceTable[eqns, expr, {n1, ...}, {n2, ...}, ...]
为连续的
,
,... 产生 expr 的数组值.
更多信息更多信息
- eqns 必须是递归方程,它的解可以通过给出的初始条件或边界值确定.
- eqns 可以涉及形式
的对象,其中 i 是任意固定整数. - 范围 nspec 可以使用 Table 中的任何形式.
- 可以给出下列选项:
-
DependentVariables Automatic 所有独立变量的列表 Method Automatic 使用的方法 WorkingPrecision Automatic 内部计算使用的精度 - 在 DependentVariables->Automatic 下,RecurrenceTable 确定解析给出方程的独立变量.
- 在 WorkingPrecision->Automatic 下,精确计算有精确输入的结果,并且对于不精确的输入,精度根据每次迭代相确定.
- 在 WorkingPrecision->p 下,一个固定精度 p 用于所有迭代中.
版本 7 的新功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




