linalg(deprecated)
wronskian
wronskian matrix of a vector of functions
Calling Sequence
Parameters
Description
Examples
wronskian(f, v)
f
-
vector or list of expressions
v
variable
Important: The linalg package has been deprecated. Use the superseding command VectorCalculus[Wronskian], instead.
- For information on migrating linalg code to the new packages, see examples/LinearAlgebraMigration.
The procedure wronskian(f, v) computes the wronskian matrix of f with respect to v. The (i,j)th entry of the matrix result is ∂i−1∂vi−1fj. The wronskian determinant is the determinant of the wronskian matrix.
The command with(linalg,wronskian) allows the use of the abbreviated form of this command.
withlinalg:
A≔vectorexpx,coshx,sinhx
A≔ⅇxcoshxsinhx
Wr≔wronskianA,x
Wr≔ⅇxcoshxsinhxⅇxsinhxcoshxⅇxcoshxsinhx
detWr
0
See Also
LinearAlgebra
VectorCalculus[Wronskian]
Download Help Document