• Develop a Matlab program to implement the classical fourth-order Runge-Kutta method. o You should use Matlab software.
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
• Develop a Matlab program to implement the classical fourth-order Runge-Kutta method. o You should use Matlab software.
• Develop a Matlab program to implement the classical fourth-order Runge-Kutta method. o You should use Matlab software. © All code should be fully commented and clear. . Do not use Matlab built-in functions. o You should verify your code using the following differential equation: y(0) = 2 Preform analyses for different step size values and determine a proper value (e.g., from x = 0 to 10). Overlay the exact solution and your predictions (e.g., from x= 0 to 10). dy dx 4e0.9% Modify your code to solve a system of differential equations. o You should use your code to find the solution of the following system: dyz = 4 -0.2yz - 0.1y. y(0) = 4 dx dx Plot the predicted y, and yz (e.g., from x = 0 to 10). dyr = -0.3y. y2(0) = 6 You should upload the following files on Blackboard (23:00, 8.5.2022): • report_name1_surname1_name2_surname2.docx • code1_name1_surname1_name2_surname2.m code_name1_surname1_name2_surname2.m Report should have 5-8 pages (1. Introduction, 2. Theory, 3. Results, 4. Discussion, 5. Appendix). Appendix should include your codes.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!