powerpc - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


geometry

  

powerpc

  

compute power of a given point with respect to a given circle

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

powerpc(P, c)

Parameters

P

-

point

c

-

circle

Description

• 

The power of point P with respect to circle c is R2+d2 where d is the distance from point P to the center of c, and R is the radius of c.

• 

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

Examples

withgeometry:

_EnvHorizontalNamea:_EnvVerticalNameb:

pointA,3,0,pointB,67,2:

circlec,a2+b2=1:

powerpcA,c

8

(1)

powerpcB,c

18349

(2)

See Also

geometry[HorizontalName]

geometry[VerticalName]