Statistics
1 Question
0 Answers
RANK
140,352
of 301,800
REPUTATION
0
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,411
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 176,593
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
How can I write Matlab code for explicit second derivative two-step Runge Kutta methods? I tried the following code on the stated IVP but works slowly
%IVP; %y'=f(x,y), y(0) = y_{0}; % y''= f_{y}f= f '(x,y) = g(x,y); %Example %f1= -4*y1+3*y2+6; y1(0) = 0; %f2= -2.4*y1+1.6*y...
7 years ago | 0 answers | 0