photo

Dominic Riepenhoff


Last seen: fast 3 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort