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

Online Help

All Products    Maple    MapleSim


geom3d

  

powerps

  

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

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

powerps(P, s)

Parameters

P

-

point

s

-

sphere

Description

• 

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

• 

The command with(geom3d,powerps) allows the use of the abbreviated form of this command.

Examples

withgeom3d:

pointo&comma;X&comma;Y&comma;Z&colon;assume0<k&colon;

spheres&comma;o&comma;k&colon;

pointP&comma;x1&comma;y1&comma;z1&colon;

powerpsP&comma;s

Xx12+Yy12+Zz12k~2

(1)

See Also

geom3d[inversion]