Feeds
提问
Why doesn't my backward Euler-method end up with the same result as ODE45?
I won't end up with the same result when using this backward euler method as when using ode45, I want to believe that my code is...
12 years 前 | 0 个回答 | 0
0
个回答提问
Why do my loop never end?
Hi! In my function my while loop never ends and I can't understand why. I'm making the bisect algorithm and want to save every ...
12 years 前 | 1 个回答 | 0
1
个回答提问
Why do I get errors in my bisection algorithm and how can I improve my code?
Hi! I'm trying to make this bisection algorithm and can't get it to work. Depending on what I type in I get different kinds of e...
12 years 前 | 1 个回答 | 0
