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[reciprocation] - find the reciprocation of a point or a line with respect to a circle
Calling Sequence
reciprocation(Q, P, c)
Parameters
Q
-
the name of the object to be created
P
point or line
c
circle
Description
Let be a fixed circle and let P be any ordinary point other than the center O. Let P' be the inverse of P in circle . Then the line Q through P' and perpendicular to OPP' is called the polar of P for the circle c. Note that when P is a line, then Q will be a point.
Note that this routine in particular, and the geometry package in general, does not encompass the extended plane, i.e., the polar of center O does not exist (though in the extended plane, it is the line at infinity) and the polar of an ideal point P does not exist either (it is the line through the center O perpendicular to the direction OP in the extended plane).
If line Q is the polar point P, then point P is called the pole of line Q.
The pole-polar transformation set up by circle is called reciprocation in circle c
For a detailed description of Q (the object created), use the routine detail (i.e., detail(Q))
The command with(geometry,reciprocation) allows the use of the abbreviated form of this command.
Examples
See Also
geometry[draw], geometry[inversion], geometry[objects], geometry[transformation]
Download Help Document