VectorCalculus[GetPVDescription] - return a description of a position Vector in a specified coordinate system.
|
Calling Sequence
|
|
GetPVDescription(pvector)
GetPVDescription(pvector, c)
|
|
Parameters
|
|
pvector
|
-
|
Vector; the position Vector
|
c
|
-
|
name or name[name, name, ...]; specify the coordinate system, optionally indexed by the coordinate names
|
|
|
|
|
Description
|
|
•
|
The GetPVDescription returns a list with the description of pvector in c coordinates.
|
•
|
If no coordinate argument is provided, the description of pvector is given with respect to the current coordinate system as long as the dimensions match.
|
•
|
The position Vector is always a cartesian Vector rooted at the origin, but its description varies with the choice of coordinates. For more details about position Vectors, see VectorCalculus,Details
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
![M := [(cos(u)^2/(1+u^2)+sin(u)^2/(1+u^2)+u^2/(1+u^2))^(1/2), arctan((cos(u)^2/(1+u^2)+sin(u)^2/(1+u^2))^(1/2), -u/(1+u^2)^(1/2)), arctan(sin(u)/(1+u^2)^(1/2), cos(u)/(1+u^2)^(1/2))]](/support/helpjp/helpview.aspx?si=4984/file03378/math120.png)
| (6) |
>
|
|
| (7) |
|
|