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.
with⁡MTM:
M1≔Matrix⁡2,3,fill=12⁢x2⁢y3:
M2≔x,y:
jacobian⁡M1,M2
24⁢x⁢y336⁢x2⁢y224⁢x⁢y336⁢x2⁢y224⁢x⁢y336⁢x2⁢y224⁢x⁢y336⁢x2⁢y224⁢x⁢y336⁢x2⁢y224⁢x⁢y336⁢x2⁢y2
See Also
VectorCalculus[Jacobian]
Download Help Document