Coupled Differential Equation
de.mathworks.com › matlabcentral › answersApr 21, 2011 · I use the usual trick: dx/dt = Ax (say this is the differential equation) so x2 = x1 + dt (Ax) (I solve it this way giving an initial condition on x1) The problem is, this equation will be valid as long as abs (dx/x)<<1. And we need 'dt' for this purpose very small, which will eventually increases the iteration of my for loop.