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

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

> 

with⁡geom3d:

> 

point⁡o&comma;X&comma;Y&comma;Z&colon;assume⁡0<k&colon;

> 

sphere⁡s&comma;o&comma;k&colon;

> 

point⁡P&comma;x1&comma;y1&comma;z1&colon;

> 

powerps⁡P&comma;s

X−x12+Y−y12+Z−z12−k~2

(1)

See Also

geom3d[inversion]