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
geometry[inversion] - find the inversion of a point, line, or circle with respect to a given circle
Calling Sequence
inversion(Q, P, c)
Parameters
Q
-
the name of the object to be created
P
point, line, or circle
c
circle
Description
If P is a point that is not the same as the center O of circle , the inverse of P in, or with respect to, circle is the point Q lying on the line OP such that .
If P is a line passing through center O of circle , the inverse of P is P itself. In case P is a line not passing through center O of circle , the inverse of P is a circle Q passing though O perpendicular to P
If P is a circle passing through the center O of circle , the inverse of P is a straight line Q not passing through O and perpendicular to the diameter of through O. In case P is a line not passing through the center O of circle , the inverse of P is a circle Q not passing through O and homothetic to circle with O as center of homothety.
For a detailed description of Q the object created, use the routine detail (i.e., detail(Q);)
The command with(geometry,inversion) allows the use of the abbreviated form of this command.
Examples
Inversion of a point with respect to a circle
Inversion of a line with respect to a circle
inversion of a circle with respect to a circle
See Also
geometry[homothety], geometry[objects], geometry[SensedMagnitude], geometry[transformation]
Download Help Document