Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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
See Also
VectorCalculus, VectorCalculus[About], VectorCalculus[PlotPositionVector], VectorCalculus[PositionVector]
Download Help Document