Statistics
2 Questions
0 Answers
RANK
104,266
of 300,364
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,934
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,373
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
Please some one should help me traces this error in my code of system of o.d.e. The Matlab give me these error ''Error using kennie>loren Too many input arguments. '''
function kennie global a k a=4; k=4; y0=[0 1 0 0]; [T,Y]=ode45(@loren,[0,10],y0,0.01,0.1); disp([T,Y]) figure(1);...
8 years ago | 0 answers | 0
0
answersQuestion
Please how will I insert this initial data u(x)=1 for -1<x<0 and u(x)=-1/2 for 0<x<=1 in advection equation using backward finite difference
Lmax = -1 t0 1; % Maximum length %Tmax = (4/400); % Maximum time c = 2.0; % Advection velocity % Parameters needed to solve t...
8 years ago | 0 answers | 0