Solve this initial value problem:
$$5y^{(3)}+ 2y'' = 0 , y(0) = 4 , y'(0) = 2, y''(0) = 8$$
The only method we have learned is to assign variables to each degree, and then make a matrix to solve the equation. So, for this problem, would I do something like this?
$$a = y, b = y', c = y'' \\ a' = b\\ b' = c\\ c' = -2c/5$$
And then plug into the matrix? Note: the $y^{(3)}$ is a third derivative; I tried formatting and it didn't work