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

Online Help

geometry

  

AreTangent

  

test if a line and a circle or two circles are tangent to each other

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

AreTangent(f, g)

Parameters

f, g

-

line and circle or two circles

Description

• 

The routine returns true if l1 and l2 are tangent to each other; false if they are not; and FAIL if it is unable to determine if l1 and l2 are tangent to each other.

• 

In case of FAIL, if the third optional argument is given, the condition that makes l1 and l2 tangent to each other is assigned to this argument. It will be either of the form  or of the form  where , ,  are maple expressions.

• 

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

Examples

(1)

(2)

See Also

geometry[HorizontalName]

geometry[TangentLine]

geometry[tangentpc]

geometry[VerticalName]

 


Download Help Document