Statistics
3 Questions
0 Answers
RANK
260,066
of 301,440
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 21,282
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,580
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
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...
4 years 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...
4 years 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...
4 years ago | 1 answer | 0
