MTM
jacobian
compute the Jacobian matrix
Calling Sequence
Parameters
Description
Examples
jacobian(F, v)
F
-
array or scalar
v
array or variable
The jacobian(F,v) function computes the Jacobian matrix of F with respect to the variable(s) v.
Each row of the result corresponds to the partial derivatives of an entry in F with respect to the entries of v.
withMTM:
M1≔Matrix2,3,fill=12x2y3:
M2≔x,y:
jacobianM1,M2
24xy336x2y224xy336x2y224xy336x2y224xy336x2y224xy336x2y224xy336x2y2
See Also
VectorCalculus[Jacobian]
Download Help Document