Community Profile

photo

David Geistlinger


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Need help verifying code for Euler MEthod, RK2 and RK4
This is the problem I am trying to solve: Here is my Euler Method Code: % Euler Method clc clear format long % As...

4 years ago | 1 answer | 0

1

answer

Question


Need help with heuns method (rk2) for second order DE
Here is the probelm: Here is my Matlab Code: % Runge-Kutta Second Order Method clc clear % Parameters g = 9.81...

4 years ago | 1 answer | 0

1

answer

Question


Need help Euler Method
I need help with my code for programming this second order Euler equation. I tried to insert new fuction into the euler code I ...

4 years ago | 1 answer | 0

1

answer

Question


Second Order Runge-Kutta Method for Problem
I am trying to generate a second order Runge Kutta method in matlab for the above problem and not sure where to start. Tried ...

4 years ago | 1 answer | 0

1

answer