using MATLAB solve the system of ordinary differential equat
using MATLAB, solve the system of ordinary differential equations below:
y\'(x)=z(x)
z\'(x)=y(x)
PLEASE show Matlab code input not just answer
Solution
To solve a system of differential equations, specify the system as a set of equations:
Call the ode::solve
so you got a final soultion
