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 .
The command with(linalg,jacobian) allows the use of the abbreviated form of this command.
See Also
diff
linalg(deprecated)[grad]
linalg(deprecated)[hessian]
LinearAlgebra
VectorCalculus[Jacobian]
Download Help Document