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