Where t is time and y is some system property In order to un
Where t is time and y is some system property. In order to understand the behavior of the system, Eq(l) needs to be solved. In this project, you are required to solve Eq(l) using a number of numerical methods and exploring the solution in each case when: t varies from 0 (zero) to 2 and when y = 1 for t = 0 (in other words y(0) = 1). Explore the solutions using: An engineering system behaves according to the following equation: dy/dt=-2y+t^2 Fourth order RK method with h = 0.5
Solution
