Kreuzprodukt der Vektoren (a; b; c) und (d; e; f)

|a|b|c|d|e|f|=|-2|-3|1|    5|7|-8|
Wiederhole bis n = 1
x = b*f-c*e
y=c*d-a*f
z=a*e-b*d
?x
?;
?y
?;
?z
?
u = wrz(x*x+y*y+z*z)
?Betrag =
?u
?
x =x/u
y =y/u
z=z/u
?Einheitsvektor in Richtung des Kreuzprodukts:
?
?x
?;
?y
?;
?z
?
?a*x+b*y+c*z
?
?d*x+e*y+f*z
n=1
zurck
