Question: Write a computer program to solve a system of first order ordinary differential equations (ODES) using Heun's method with multiple application of the corrector step

Write a computer program to solve a system of first order ordinary differential equations (ODES) using Heun's method with multiple application of the corrector step and using the fourth order Runge Kutta (RK4) method and compare the results obtained by both methods. Your code should do the following: User defines a vector function named as f.ext which contains the ODEs in the proper format. (ext is the extension referring to the programing language or software used) User defines an input file named as input.but which contains the following (See the sample input file given at the end) o Number of equations. o Number of application of corrector step for Heun's method o Initial (
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
