geom3d
powerps
compute power of a given point with respect to a given sphere
Calling Sequence
Parameters
Description
Examples
powerps(P, s)
P
-
point
s
sphere
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.
with⁡geom3d:
point⁡o,X,Y,Z:assume⁡0<k:
sphere⁡s,o,k:
point⁡P,x1,y1,z1:
powerps⁡P,s
X−x12+Y−y12+Z−z12−k~2
See Also
geom3d[inversion]
Download Help Document