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.
거의 3년 전 | 답변 수: 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(-...
거의 3년 전 | 답변 수: 2 | 0