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

Online Help

All Products    Maple    MapleSim


geometry

  

Apollonius

  

find the Apollonius circles of three given circles

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Apollonius(c1, c2, c3)

Parameters

c1, c2, c3

-

three circles

Description

• 

The problem of constructing, in a given plane, a circle tangent to three given circles. The circle representing the solution of this problem is known as Apollonius circle. The problem was named after Apollonius of Perge (3rd- century B.C.)

• 

The routine returns a list of Apollonius circles. In general, there are eight circles.

• 

Note that the coordinates of the centers and the radii of the circles must be numeric.

• 

The command with(geometry,Apollonius) allows the use of the abbreviated form of this command.

Examples

withgeometry:

circlec1,x+32+y2=4,x,y:

circlec2,pointO1,6,0,3,x,y:

circlec3,x2+y72=1,x,y:

AApolloniusc1,c2,c3:

drawA

See Also

geometry[circle]

geometry[draw]