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
changecoords - change expression in cartesian coordinates to a new coordinate system
Calling Sequence
changecoords(expr, vars, coord, new_vars)
Parameters
expr
-
expression
vars
list of 2 or 3 variables
coord
name; new coordinate system
new_vars
(optional) list of 2 or 3 variables
Description
The changecoords(expr, vars, coord, new_vars) calling sequence changes the expression expr in cartesian coordinates vars to an expression in the new coordinate system coord. The new expression is written in terms of the original variables. An optional fourth argument new_vars can be used to specify the set of variables for the new coordinate system.
The argument coord must be from the set of accepted coordinate types.
In three dimensions:
bipolarcylindrical
bispherical
cardioidal
cardioidcylindrical
casscylindrical
confocalellip
confocalparab
conical
cylindrical
ellcylindrical
ellipsoidal
hypercylindrical
invcasscylindrical
invellcylindrical
invoblspheroidal
invprospheroidal
logcoshcylindrical
logcylindrical
maxwellcylindrical
oblatespheroidal
paraboloidal
paraboloidal2
paracylindrical
prolatespheroidal
rosecylindrical
sixsphere
spherical
tangentcylindrical
tangentsphere
toroidal
In two dimensions:
bipolar
cardioid
cassinian
elliptic
hyperbolic
invcassinian
invelliptic
logarithmic
logcosh
maxwell
parabolic
polar
rose
tangent
The conversions from the coordinate systems to cartesian coordinates are listed in the help page for coords.
New coordinate systems can be introduced by using the addcoords routine. Once introduced, they are recognized by the changecoords command.
See also the plots[changecoords] command. Note that issuing with(plots) rebinds the name changecoords, so :-changecoords must be used to run this command.
Examples
See Also
addcoords, coords, plots[changecoords], polar
Download Help Document