Previous Up Next

14.5.8  Common perpendiculars to lines in space: common_perpendicular

The common_perpendicular command finds the common perpendicular to two lines.


Example.
Input:

L1:= line(point(1,1,0),point(0,1,1)):;
L2:= line(point(0,-1,0),point(1,-1,1)):;
common_perpendicular(L1,L2)

Output:


Previous Up Next