Arkajyoti Chaterjee
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
73,963
of 295,673
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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
Forward Euler oscillations in plot
The following code ought to apply the Forward/Explicit Euler method to solve the ODE and plot a graph. However it displays oscil...
4 years ago | 0 answers | 0
0
answersQuestion
Solving a system of ODE with Crank Nicholson
I have a set of ODEs as follows :- d(A)/dt = f(A,B,V) d(B)/dt g(A,B,V) d(C)/dt = h(A,B,C,V) d(D)/dt = i(A,B,C,V) V = j(t) ...
4 years ago | 1 answer | 0
1
answerQuestion
Range-Kutta solving error.
I have been asked to solve the set of ODE over (https://imgur.com/a/gjK8H9j) with RK4 using any step-value. Then, compare it wit...
4 years ago | 1 answer | 0