Page 1 of 1

• Develop a Matlab program to implement the classical fourth-order Runge-Kutta method. o You should use Matlab software.

Posted: Sat May 14, 2022 2:30 pm
by answerhappygod
Develop A Matlab Program To Implement The Classical Fourth Order Runge Kutta Method O You Should Use Matlab Software 1
Develop A Matlab Program To Implement The Classical Fourth Order Runge Kutta Method O You Should Use Matlab Software 1 (236.34 KiB) Viewed 43 times
• 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.