>
|
|
Example 1.
Calculate the structure equations for the frame Fr. Create a manifold N with local coordinate (x, y) and Fr as the frame for the tangent bundle.
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
Calculate the exterior derivative of the function x*y in terms of the co-frame dual to Fr.
>
|
|
| (4) |
Example 2.
Find an orthonormal co-frame for the metric g. Use this co-frame to compute the curvature tensor and its first covariant derivative.
>
|
|
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
| (12) |
Example 3.
In this example we shall encode the Liouville equation u_xy = exp(u) as a exterior differential system on a 7 manifold N with a co-frame adapted to the hyperbolic structure of the equation. The steps are:
1. Create a manifold M with coordinates (x, y, u, p, q, r, t) -- here we are using the classical notation for derivatives p = u_x, q = u_y, r = u_xx, t = u_yy.
2. Define a co-frame Omega on M by Omega = [du - p*dx - q*dy, dp - r*dx - exp(u)*dy, dq - exp(u)*dx - t*dy, dx, dr - p*dp, dy, dt - q*dq].
3. Compute the structure equations for the co-frame Omega using the FrameData command.
4. Initialize the manifold N with the co-frame Omega. Label the first 3 elements of the co-frame on N as theta1, theta2, theta3, and the last 4 elements as pi1, pi2, pi3, pi4.
5. Compute the exterior derivatives of theta1, theta2, theta3.
>
|
|
>
|
|
>
|
|
| (13) |
>
|
|
| (14) |
>
|
|
| (15) |
>
|
|
| (16) |
>
|
|
| (17) |
>
|
|
| (18) |
N >
|
|