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

Online Help

All Products    Maple    MapleSim


JetCalculus[TotalJacobian] - find the Jacobian of a transformation using total derivatives

Calling Sequences

     TotalJacobian()

Parameters

            - a transformation between two jet spaces

 

Description

Examples

Description

• 

Let and  be two fiber bundles with associated jet spaces and  and with jet coordinates , ..., and , ..., respectively. Let be a transformation and let , ..., be the components of . Then the total Jacobian of is the matrix , where  denotes the total derivative with respect to .

• 

TotalJacobian returns the matrix .

• 

The command TotalJacobian is part of the DifferentialGeometry:-JetCalculus package. It can be used in the form TotalJacobian(...) only after executing the commands with(DifferentialGeometry) and with(JetCalculus), but can always be used by executing DifferentialGeometry:-JetCalculus:-TotalJacobian(...).

Examples

 

Example 1.

First initialize several different jet spaces over bundles , . The dimension of the base spaces are dimdimdim.

 

Define a transformation  and compute its total Jacobian (a  matrix).

E3 > 

(2.1)
E1 > 

(2.2)

 

Define a transformation  and compute its total Jacobian (a 32 matrix).

E1 > 

(2.3)
E1 > 

(2.4)

 

Define a transformation  and compute its total Jacobian (a 22 matrix).

E1 > 

(2.5)
E1 > 

(2.6)

See Also

DifferentialGeometry

JetCalculus

PushforwardTotalVector

TotalDiff

Transformation

 


Download Help Document