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
Student[VectorCalculus][MapToBasis] - convert a Vector or vector field to a different coordinate system
Calling Sequence
MapToBasis(V, c)
Parameters
V
-
Vector or Vector-valued procedure; specify the Vector or vector field
c
(optional) name or name[name, name, ...]; specify the new coordinate system
Description
The MapToBasis(V, c) calling sequence converts the Vector or vector field V to the coordinate system c.
If V is a Vector-valued procedure, it is interpreted as a vector field.
If c is not specified, the current default coordinate system is used as the new coordinate system.
If c is specified and V represents a vector field, the new coordinate system must be indexed with the names of the new coordinates. Otherwise, an error is raised. If V represents a Vector, no coordinate names are required.
If a coordinate system attribute is specified on V, V is interpreted in this coordinate system.
If a coordinate system attribute is not specified on V, V is interpreted as a Vector or vector field in the current default coordinate system. If the default coordinate system is not compatible with the new coordinate system, an error is raised.
Examples
When transforming vector fields, you must specify coordinate names for the new coordinate system.
See Also
Coordinates, Student[VectorCalculus], Student[VectorCalculus][GetCoordinates], Student[VectorCalculus][SetCoordinates], Student[VectorCalculus][Vector], Student[VectorCalculus][VectorField]
Download Help Document