Example 1.
First create a 2-dimensional manifold and define a connection on the tangent space of .
To determine the geodesic equations for this connection we first define a curve on by specifying a list of functions of a single variable .
The program GeodesicEquations returns a vector whose components are the components of the geodesic equations.
To solve these geodesic equations use DGinfo to obtain the coefficients of as a list. Pass the result to dsolve to solve this system of 2 second order ODEs. See also DGsolve.