Hej,
skulle behöva hjälp med att få fram vinkeln mellan vektorerna u=(7,3,-6) och v=(0,3,1) i en ortonormerad bas i rummet.
Hur jag har gjort:
u*v=|u||v|cosθ
VL = (7,3,-6)(0,3,1) = 3.
HL = |(7^(2)+3^(2)+(-6)^(2))||(0^(2)+3^(2)+1^(2))|cosθ.
HL = √(94)√(10)cosθ.
3 = √(94)√(10)cosθ.
Vad gör jag för fel?