Design and construct a computer program in one of the approved
languages (C, C++, C#, Java, Pascal, Python, etc.) that will
illustrate the use of a fourth-order
explicit Runge-Kutta method of your own design. In other words, you
will first have to solve the Runge-Kutta equations of condition for
the coefficients
of a fourth-order Runge-Kutta method.
Then, you will use these coefficients in a computer program to
solve the ordinary differential equation below.
Be sure to follow the documentation and...