Feeds
提问
Fixed Point Iteration with order of convergence
Show that the fixed point iteration x(n+1)=xn-tan(xn)+1/2tan^3(xn), with x0 sufficiently close to pi, converges to x=pi wi...
10 years 前 | 0 个回答 | 0
0
个回答提问
Central difference approximations to estimate a Jacobian matrxi
I have two functions F(x,y) and G(x,y) defined in script files FM.m and GM.m and I need to use central difference approximations...
10 years 前 | 1 个回答 | 0
1
个回答提问
Central difference approximations to estimate a Jacobian matrix, HELP!!!
I have two function F and G defined in script files FM.m and GM.m and I've been asked to use central difference approximations t...
10 years 前 | 0 个回答 | 0
0
个回答提问
Undefined function or variable 'S', help!
I have this function function z = funct(t,S) z = 0.4*S-((0.4*S.^2)./10); and function euler(func,S0,dt,t0,tf) ...
10 years 前 | 1 个回答 | 0
1
个回答提问
Not enough input arguments in function? Help!!
I have the function function z = funct(t,S) z = 0.4*S-((0.4*S.^2)./10); and function euler(func,S0,dt,t0,tf) ...
10 years 前 | 1 个回答 | 0