- 在线时间
- 6 小时
- 最后登录
- 2017-2-16
- 注册时间
- 2011-3-28
- 听众数
- 3
- 收听数
- 0
- 能力
- 0 分
- 体力
- 143 点
- 威望
- 0 点
- 阅读权限
- 20
- 积分
- 48
- 相册
- 0
- 日志
- 0
- 记录
- 0
- 帖子
- 10
- 主题
- 1
- 精华
- 0
- 分享
- 0
- 好友
- 0
升级   45.26% 该用户从未签到
|
題目如下, 請高手幫幫忙 ^^
# U3 I: {, W( i# D/ B1. Write a function that as input has an expression f, and returns the logarithmic derivate 1/f (d f)/(d x) . Use a conditional or pattern test to make your function accept any symbols as input except for lists. 2 R7 x3 V+ ~" b' `3 ~8 y) M
: V; _! {+ B3 a' K% b7 L2.
. T3 C7 \% ^3 @$ W" k7 _5 s; }/ z5 ra) Write a recursive function that computes the function f[n] defined by 6 n f[n]=f[n-1]+n! for n>0, and f[0]=7. Restrict the argument to positive integers.' N' V5 M2 q+ R0 n% c* S
b) Write and test a program that computes f[n] using Module and a While loop.+ g5 ?# R, \1 M, ^8 Y$ f; T
c) Compare the timings of the two methods by computing f[n] in both cases for very large values of n and/or doing the computation many times. You may have to use Clear or restart to clear Mathematica's memory of previous calculations. Explain your results.) n! [% f7 C8 }; |
n. o- T" F; y! N$ x o1 _Consider the iterative map Subscript[x, n] == 1/2 Subsuperscript[x, n-1, 2] -\[Mu].
; q& k. _8 W$ Za) Compute its fixed points and 2-cycles as a function of \[Mu].) |) P/ f$ Q0 t! s S# f# O
b) Using linear stability analysis, compute the range of stability of both the fixed points as well as the 2-cycles. & T( G4 `1 N3 g6 E& e; N2 S6 b
c) Show cobweb diagrams for representative parameters illustrating the (un)stable fixed point and 2-cycle. ) L3 j$ }' B9 _5 o3 L/ ]- k1 r p2 d- o
d) Graphically demonstrate the onset of a stable 3-cycle.- V8 z, d5 }2 }7 n& \( Y9 |
e) Produce the bifurcation diagram. |
|