jacobian - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MTM

  

jacobian

  

compute the Jacobian matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

jacobian(F, v)

Parameters

F

-

array or scalar

v

-

array or variable

Description

• 

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.

Examples

withMTM:

M1Matrix2,3,fill=12x2y3:

M2x,y:

jacobianM1,M2

24xy336x2y224xy336x2y224xy336x2y224xy336x2y224xy336x2y224xy336x2y2

(1)

See Also

MTM

VectorCalculus[Jacobian]