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

Online Help

All Products    Maple    MapleSim


Tensor[Connection] - define a linear connection on the tangent bundle or on a vector bundle

Calling Sequences

     Connection(C)

Parameters

   C    - the components of the connection to be defined, entered as a type (1, 2) tensor

 

Description

Examples

See Also

Description

• 

Let  be a manifold and let  be the module (over the ring  of all smooth functions on ) of vector fields on. Then a linear connection  on the tangent bundle of  is a mapping which is  linear in its first argument and a derivation on its second argument. If vector fields  define a local frame on, then the coefficients  of with respect to this frame are defined by

Specifying these coefficients is equivalent to defining the connection .

• 

More generally, let  be a vector bundle and let  be the module (over ) of sections of . Then a connection on  is a mapping which is linear in its first argument and a derivation on it second argument. If vector fields  define a local frame on  and  define a local basis for the sections of , then the coefficients  of  with respect to these frames are defined by

• 

Within the DifferentialGeometry package, connections are displayed using the tensor notation  or , where the are the dual coframe to the  and the  are the dual coframe to the .

• 

This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form Connection(...) only after executing the command with(DifferentialGeometry) and with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-Connection.

Examples

 

Example 1.

Create a 2 dimensional manifold  and define a connection on the tangent space of .

(2.1)

(2.2)
M > 

(2.3)

 

Example 2.

Define a frame on  and use this frame to specify a connection on the tangent space of

(2.4)

(2.5)

(2.6)

 

Example 3.

Create a rank 3 vector bundle  on  and define a connection on .

(2.7)

(2.8)

See Also

DifferentialGeometry, Tensor, Christoffel, Physics[Christoffel], CovariantDerivative , Physics[D_], CurvatureTensor , Physics[Riemann], DirectionalCovariantDerivative, GeodesicEquations, DGinfo, ParallelTransportEquations


Download Help Document