geom3d
AreConjugate
test if a pair of points is conjugate with respect to a sphere
Calling Sequence
Parameters
Description
Examples
AreConjugate(A, B, s, cond)
s
-
a sphere
A, B
two points
cond
(optional) name
Two points A and B are said to be conjugate with respect to the sphere s if the points of intersection P and Q divide A and B harmonically.
The routine returns true if A and B are conjugate with respect to s; false if they are not; and FAIL if it is unable to reach a conclusion.
If FAIL is returned, and the optional argument cond is given, the condition that makes the points conjugate is assigned to this argument.
The command with(geom3d,AreConjugate) allows the use of the abbreviated form of this command.
with⁡geom3d:
For what values of ``a'' are the points (-a,2,a), (a,2,3) conjugate with respect to the sphere x2+y2+z2−6⁢x+2⁢y−4⁢z+4=0.
point⁡A,−a,2,a,point⁡B,a,2,3:
sphere⁡s,x2+y2+z2−6⁢x+2⁢y−4⁢z+4=0,x,y,z:
AreConjugate⁡A,B,s,cond
AreConjugate: "unable to determine if -a^2+a is zero"
FAIL
−a2+a=0
Hence, the values of ``a'' are
solve⁡cond
0,1
check:
assume⁡cond
AreConjugate⁡A,B,s
true
See Also
geom3d[HarmonicConjugate]
Download Help Document