Dear friends,
I am interested in the solution of the following ODE with maximum accuracy using Euler method.
dy/dt =Ay
where A=[1; 0; 4], is a 3-by-1 matrix. Thank you. How to write a simple MATLAB code using both "for" and "while" loop? Thank you all.