Previous Up Next

27.11.8  Checking whether points in space are cospherical

The is_cospherical command determines whether or not points are cospherical, i.e. whether they all lie on the same sphere.

Examples

is_cospherical([2,0,0],[0,2,0],[sqrt(2),sqrt(2),0], [0,0,2],[2/sqrt(3),2/sqrt(3),2/sqrt(3)])
     
1           
is_cospherical([2,0,0],[0,2,0],[1,1,0],[0,0,2],[1,1,1])
     
0           

Previous Up Next