Definition. The general solution of the homogeneous ODE
(1)
is with linearly independent.
Definition. An initial value problem is defined by (1) and initial conditions
(2)
Theorem. If are continuous on , and , then the IVP (1-2) has an unique solution on I.
Theorem. are linearly dependent iff such that
In[1]:=
Wronskian[{1,x,x^2,x^3},x]
In[2]:=
Wronskian[{Cos[x], Sin[x], x Cos[x], x Sin[x]},x]
In[3]:=