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 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
|
•
|
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
>
|
|
>
|
|
>
|
|
| (1) |
Inversion of a line with respect to a circle
>
|
|
>
|
|
| (2) |
>
|
|
>
|
|
| (3) |
>
|
|
>
|
|
>
|
|
| (4) |
>
|
|
| (5) |
inversion of a circle with respect to a circle
>
|
|
>
|
|
| (6) |
>
|
|
>
|
|
| (7) |
>
|
|
>
|
|
>
|
|
| (8) |
>
|
|
| (9) |
|
|
Download Help Document
Was this information helpful?