Mathematica >

Wronskian

Wronskian[{y1, y2, ...}, x]
gives the Wronskian determinant for the functions y1, y2, ... depending on x.
Wronskian[eqn, y, x]
gives the Wronskian determinant for the basis of the solutions of the linear differential equation eqn with dependent variable y and independent variable x.
Wronskian[eqns, {y1, y2, ...}, x]
gives the Wronskian determinant for the system of linear differential equations eqns.
  • The Wronskian determinant is defined as Det[Table[D[yi, {x, j}], {i, m}, {j, 0, m-1}]].
  • Linear independence of the functions y1, y2, ... is equivalent to the vanishing of the Wronskian.
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team