geom3d[AreConjugate] - test if a pair of points is conjugate with respect to a sphere
|
Calling Sequence
|
|
AreConjugate(A, B, s, cond)
|
|
Parameters
|
|
s
|
-
|
a sphere
|
A, B
|
-
|
two points
|
cond
|
-
|
(optional) name
|
|
|
|
|
Description
|
|
•
|
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.
|
|
|
Examples
|
|
>
|
|
For what values of ``a'' are the points (-a,2,a), (a,2,3) conjugate with respect to the sphere x^2+y^2+z^2-6*x+2*y-4*z+4=0.
>
|
|
>
|
|
>
|
|
AreConjugate: "unable to determine if -a^2+a is zero"
| |
| (1) |
>
|
|
| (2) |
Hence, the values of ``a'' are
>
|
|
| (3) |
check:
>
|
|
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?