Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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