Feeds
提问
Trying to solve an ode using Heun's method but getting an error
Hello I am back again, I tried copying this method for Heun's method but im getting an error for some reason I cannot understan...
5 years 前 | 1 个回答 | 0
1
个回答提问
I need help storing values in an array from a for loop.
n = input( 'How many values should be used to calculate the numerical solution?\n') x= linspace(0, 2, n) h = x(2)-x(1) for i=...
5 years 前 | 1 个回答 | 0
