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...
13 years 前 | 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 ...
13 years 前 | 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...
13 years 前 | 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...
13 years 前 | 2 个回答 | 0