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

m
(→‎With a geometric algebra library: simplify and add module version import requirement)
m (→‎With a geometric algebra library: precision in comment)
Line 1,504:
my $point = 10*$k + $l;
 
# A projective line is a bivector
my $line = $direction ∧ $point;
 
# A projective plane is a trivector
my $plane = (5*$k + $l) ∧ ($k*-$i∧$j∧$k);
 
1,934

edits