Feeds
提问
forward euler-odes
d^2/dt^2+g*R^2/(R+x)^2 x(t=0)=0 dx(t=0)/dt=750 m/s FORWARD Euler dt=0,1s is this correct to find the x in t=10s.
2 years 前 | 1 个回答 | 0
1
个回答提问
fmindnd problem doesnt run
I have this code in MATLAB, it doesnt run,what is the wrong? g=9.81;zo=50;vo=15;m=50;c=13; z=@(t) -(zo+m/c*(vo+m*g/c)*(1-exp(-...
2 years 前 | 2 个回答 | 0