Dominic Riepenhoff
Followers: 0 Following: 0
Feeds
提问
I am trying to solve a coupled set of ODE's different ways. (1) using ode45 which I have been able to do (2) solve them using Euler's method and (3) Heun's method
I am unable to get my Huen's method to properly fit the same like as the ode45 solved for. I do not know how to properly call th...
2 years 前 | 2 个回答 | 0
2
个回答提问
I am trying to solve a coupled set of ODE's different ways. (1) using ode45 which I have been able to do (2) solve them using Euler's method while calling the same function.
I cannout seem to get a correct output for my number of moles (N) for my Euler method way of solving the three ODE's. I do not k...
2 years 前 | 1 个回答 | 0
1
个回答提问
I cannot figure out how to fix this error "Objective function is returning undefined values at initial point. fsolve cannot continue."
function dummyhw8 clc x0=[1,1,1,0.02,0,02,0.02]; x=fsolve(@fcn,x0); disp ('Velocities are the first three values. Whereas...
3 years 前 | 1 个回答 | 0