linalg(deprecated)
jacobian
compute the Jacobian matrix of a vector function
Calling Sequence
Parameters
Description
Examples
jacobian(f, v)
f
-
vector or list of expressions
v
vector or list of variables
Important: The linalg package has been deprecated. Use the superseding command, VectorCalculus[Jacobian], instead.
- For information on migrating linalg code to the new packages, see examples/LinearAlgebraMigration.
The procedure jacobian(f, v) computes the Jacobian matrix of f with respect to v. The (i,j)th entry of the matrix result is ∂∂vjfi.
The command with(linalg,jacobian) allows the use of the abbreviated form of this command.
with⁡linalg:
A≔vector⁡x2,x⁢y,x⁢z
A≔x2x⁢yx⁢z
jacobian⁡A,x,y,z
2⁢x00yx0z0x
See Also
diff
linalg(deprecated)[grad]
linalg(deprecated)[hessian]
LinearAlgebra
VectorCalculus[Jacobian]
Download Help Document