Tutorial: ODE-IVP
Part 1: 1st order ODE-IVP problem
Problem


Tutorial: MATLAB
Analytical Solution (Ground-truth)

Exercise
Exercise 1-1: Euler's Explicit Method ( MATLAB)
Exercise 1-2: Euler's Explicit Method ( C-Prog)
Exercise 2: Euler's Modified Method (MATLAB)

Exercise 3-1: 2nd Order Runge-Kutta (MATLAB)

Exercise 3-1: 2nd Order Runge-Kutta ( C-Prog)
Part 2: Higher-order ODE-IVP
Problem


Tutorial: MATLAB

Exercise
Exercise 1: Euler's Explicit Method for 2nd-order ODE (MATLAB)
Exercise 2-1: 2nd order Runge-Kutta for 2nd-order ODE (MATLAB)
Exercise 2-2: 2nd order Runge-Kutta for 2nd-order ODE (C-Prog)
Assignment
Q1. Create C/C++ function for 1st order ODE
Use 2nd, 3rd order Runge-Kutta method
Q2. Create C/C++ function for 2nd order ODE
Use 2nd order Runge-Kutta method
Last updated