MATLAB and Euler/RK4
In differential equations, a programming tool called MATLAB is required for the course. MATLAB allows students to solve/estimate solutions to complex equations through coding. The problems on the exams that require solving through coding are the number one reason why students do not pass the exam. For example, every semester, for the last 5 years, students struggle with coding for two different estimation methods: Euler and Runga-Kutta (rk4). In past semesters, these two topics were taught separately with MATLAB done on different days.