![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/24875218_1638125773545_DEF.jpg)
Dominic Riepenhoff
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
106.820
of 297.016
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20.419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
bijna 3 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 3 jaar ago | 1 answer | 0