Feeds
1
답변질문
Everytime I try to plot, I get a straight line, and not a sine wave:(
I get a sine curve for the aproximated Euler method, but the exact solution comes out as a straight line with an error message r...
거의 14년 전 | 답변 수: 2 | 1
2
답변질문
Initial Value of y(0)=0
How does one write a code for the IVP of y(0) = 0? The program won't accept the following. Also, can someone check my syntax ...
거의 14년 전 | 답변 수: 1 | 0
1
답변질문
Displaying % error
can you just provide me another simpler code? based on the codes above, we want to compute the percent error for each h at value...
거의 14년 전 | 답변 수: 1 | 0
1
답변질문
Calculating and Adding Percent Error to a Graph
The Percent Error = 100*abs(exact solution-Approximate solution)/Exact Solution. I am writing a Euler method approximation and I...
거의 14년 전 | 답변 수: 2 | 0
