geometry[CircleOfSimilitude] - find the circle of similitude of two circles
|
Calling Sequence
|
|
CircleOfSimilitude(c, c1, c2, 'centername' = cn)
|
|
Parameters
|
|
c
|
-
|
the name of the circle of similitude
|
c1, c2
|
-
|
two circles
|
'centername' = cn
|
-
|
(optional) where cn is the name of the center of the circle of similitude
|
|
|
|
|
Description
|
|
•
|
Let I and E be the internal and external centers of similitude of two given nonconcentric circles c1 and c2 having unequal radii. Then the circle on IE as diameter is called the circle of similitude of the two given circles.
|
•
|
If the third optional is given and is of the form 'centername' = cn where cn is name, cn will be the name of the center of c.
|
•
|
For a detailed description of the center of similitude c, use the routine detail (i.e., detail(c))
|
•
|
The command with(geometry,CircleOfSimilitude) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
|
|
Download Help Document
Was this information helpful?