function [f] = c_6_p_3_ode_fn_part_ii(t,x) f = zeros(2,1); f(1) = x(2); f(2) = -62*x(2) - 120*x(1);