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.
with⁡linalg:
A≔vector⁡exp⁡x,cosh⁡x,sinh⁡x
A≔ⅇxcosh⁡xsinh⁡x
Wr≔wronskian⁡A,x
Wr≔ⅇxcosh⁡xsinh⁡xⅇxsinh⁡xcosh⁡xⅇxcosh⁡xsinh⁡x
det⁡Wr
0
See Also
LinearAlgebra
VectorCalculus[Wronskian]
Download Help Document