CircleOfSimilitude - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

geometry

  

CircleOfSimilitude

  

find the circle of similitude of two circles

 

Calling Sequence

Parameters

Description

Examples

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)

See Also

geometry[HorizontalName]

geometry[similitude]

geometry[VerticalName]

 


Download Help Document