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