SOLUTION: prove that the following matrix [[-2/3 1/3 2/3] [2/3 2/3 1/3] [1/3 -2/3 2/3]] is orthogonal
Algebra
->
Matrices-and-determiminant
-> SOLUTION: prove that the following matrix [[-2/3 1/3 2/3] [2/3 2/3 1/3] [1/3 -2/3 2/3]] is orthogonal
Log On
Algebra: Matrices, determinant, Cramer rule
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Matrices-and-determiminant
Question 772688
:
prove that the following matrix [[-2/3 1/3 2/3]
[2/3 2/3 1/3]
[1/3 -2/3 2/3]] is orthogonal
Answer by
tommyt3rd(5050)
(
Show Source
):
You can
put this solution on YOUR website!
we use * for dot product
v1*v1=4/9+1/9+4/9=1
v1*v2=-4/9+2/9+2/9=0
v1*v3=-2/9-2/9+4/9=0
v2*v1=v1*v2=0
v2*v2=4/9+4/9+1/9=1
v2*v3=2/9-4/9+2/9=0
v3*v1=v1*v3=0
v3*v2=v2*v3=0
v3*v3=1/9+4/9+4/9=1
:)