Yes, it is very easy problem. you can convert the second order differential equation to two first order coupled diff. Eq., then using the Matlab well known function Ode45 to solve the equations.
Yes, it is very easy problem. you can convert the second order differential equation to two first order coupled diff. Eq., then using the Matlab well known function Ode45 to solve the equations.
Yes You can use both of them to do so, in Maple you can enter the initial form of your equations without any transformations but in MATLAB you must firstly transform your equations into state space and then solve it with ode45 or in case of stiff equations,ode23s.