I was looking at this Wikipedia article about the characteristic equation of a linear differential equation.
I understand why a linear combination of any solutions that are already found must also be a solution, but I don't know why we can be sure that this yields all possible solutions. (In other words, why do we know that a linear ODE with degree n must have n linearly independent solutions, and is this true for all ODEs?)
You can turn such problems into vector ODEs
How do you do this? Is the matrix A something like the matrix ((0, 1, 0, ... , 0, 0), (0, 0, 1, ... , 0, 0), ... (0, 0, 0, ..., 1 ,0), ([coefficients from the equation]))? If so, why does this mean each x(0) must yield a unique solution (and this must be all solutions)? Thanks for the help.
– Agastya Ravuri Jan 02 '23 at 23:21