please help Suppose you implement Euler\'s method using Matlab, using step size
ID: 2961334 • Letter: P
Question
please help
Explanation / Answer
for n=12: h=1/12,t(n)=x,where x is between 0 and 1,n=x/h+1
t(n)=0 implies n=1
t(n)=0.5,n=7
t(n)=0.86,n=11
t(n)=1,n=13
for N=120 h=1/120,t(n)=x,where x is between 0 and 1,n=x/h+1
t(n)=0,n=1
t(n)=0.5,n=61
t(n)=0.86,n=104
t(n)=1,n=121
for N=1200 h=1/1200,t(n)=x,where x is between 0 and 1,n=x/h+1
t(n)=0,n=1
t(n)=0.5,n=601
t(n)=0.86,n=1033
t(n)=1,n=1201
for N=2400 h=1/2400,t(n)=x,where x is between 0 and 1,n=x/h+1
t(n)=0,n=1
t(n)=0.5,n=1201
t(n)=0.86,n=2065
t(n)=1,n=2401
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.