Find the intersection of a line with a plane: Difference between revisions

Line 1,510:
my $plane = (5*$k + $l) ∧ ($i∧$j);
 
# The meetintersection is the dual of the join of themeet, dualsand
# according to the De Morgan Law,
# the meet is the dual of the join of the duals.
my $LINE = $line*$I/$I2;
my $PLANE = $plane*$I/$I2;
1,934

edits