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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
