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
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