A MATLAB project to create a custom ODE solver using the Improved Euler (Heun) method and compare its results with MATLAB's built-in ode45. Includes exercises on ...
This MATLAB script solves the 1st order differential equation for radioactive decay of uranium using the Euler method, given some intial values, and compares the results with curve obtained from ...