DifferentialGeometry:-Tools[DGsimplify]
|
Calling Sequence
|
|
DGsimplify(X)
|
|
Parameters
|
|
X
|
-
|
a vector field, differential form or tensor
|
|
|
|
|
Description
|
|
•
|
This command is typically used to simplify a vector field, differential form or tensor, defined on a manifold M, after a substitution or evaluation of its coefficients at point on M.
|
•
|
This command is part of the DifferentialGeometry:-Tools package, and so can be used in the form DGsimplify(...) only after executing the commands with(DifferentialGeometry) and with(Tools) in that order. It can always be used in the long form DifferentialGeometry:-Tools:-DGsimplify.
|
|
|
Examples
|
|
>
|
|
Example 1.
Define a manifold M with coordinates [x, y, z].
>
|
|
Define a tensor on M and evaluate it at the point [x = 0, y = 2, z = 3].
>
|
|
| (1) |
>
|
|
| (2) |
The terms 0*D_x and 0*D_y can be eliminated with a call to DGsimplify.
>
|
|
| (3) |
M >
|
|
|
|
Download Help Document
Was this information helpful?