Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Student[VectorCalculus][SetCoordinates] - set the coordinate attribute on a Vector
Calling Sequence
SetCoordinates(v, c)
Parameters
v
-
(optional) free or position Vector
c
name or name[name, name, ...]; specify the coordinate system, possibly indexed by the coordinate names
Description
The SetCoordinates(v, c) calling sequence sets the coordinate attribute on the Vector v.
Important: The SetCoordinates command does not convert a Vector to a new coordinate system. It simply changes the coordinate system attribute. To convert a Vector to a new coordinate system, use the MapToBasis command.
The SetCoordinates(c) calling sequence sets the default coordinate system to c.
If c is given only as a name, default coordinate names are used for the display (only) of Vectors.
To be able to create a vector field using the default coordinate system, you must provide names for the coordinates in the index to the coordinate system specification c of the SetCoordinates call. See the Examples section.
The coordinate systems recognized by the Student[VectorCalculus] package are described in Coordinates.
Examples
If you create a vector field and do not specify a coordinate system with coordinate names, default coordinate names for that system are generated.
See Also
Coordinates, Student[VectorCalculus], Student[VectorCalculus][GetCoordinates], Student[VectorCalculus][MapToBasis], Student[VectorCalculus][Vector], Student[VectorCalculus][VectorField]
Download Help Document