|
SOLUTIONS
|
MATHEMATICA 指南
函数迭代
函数迭代是使用数学的最简形式来表示重复运算的一种简洁方式. Mathematica 的符号体系可以立即访问强大的函数迭代的一般形式.
参考资料参考资料
NestList — 函数的连续嵌套: ![]()
Nest — 嵌套函数的结果:
等
FoldList — 产生迭代序列: ![]()
Fold — 给出迭代序列的结果:
等
FixedPoint, FixedPointList — 嵌套直到达到固定点
NestWhile, NestWhileList — 重复迭代直到满足条件
TakeWhile — 当满足条件时,从列表中获取
LengthWhile — 条件满足时的长度
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
