Statistics
2 Questions
0 Answers
RANK
109,941
of 301,433
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,272
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,520
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
Attempting to write algorithm, getting error "Attempted to access ys(:,2); index out of bounds because size(ys)=[2,1]"
Hi i am trying to implement an rk3 algorithm to solve ivp of the form y' = Ay + b(x) where A is an nxn matrix and b is a vector....
14 years ago | 2 answers | 0
2
answersQuestion
Writing an rk3 algorithm to solve IVP of the form y' = Ay + b(x)
Hi, as a piece of homework i've been given the problem of implementing an rk3 algorithm of the form [x, y] = MyRK3(A,bvector, y0...
14 years ago | 0 answers | 0
