Consider 2 column matrices v1 and v2:
v1=a1⋮an∧v2=b1⋮bn
Product
The product of v1 and v2 is defined as:
v1⋅v2=k=1∑nakbk=v2⋅v1=v1Tv2
Orthogonal vectors
v1 and v2 are orthogonal iff v1⋅v2=0.
For a set of n column vectors, they are orthogonal iff they are pairwise
orthogonal. That is:
∀i,j∈{1,…,n}∧i=j,(vi⋅vj=0)
Orthogonal matrix
For a square matrix A with real entries, it is orthogonal iff
A−1=AT.
A matrix is orthogonal iff sum of the squared elements of any row or column
is 1.
Properties
- detA=±1
- A is invertible, non-singular
- A−1=AT
- AT,A−1 are orthogonal
- It is diagonalizable over C (may not be, over R)
- rankA=orderA
- Product of 2 orthogonal matrices of the same order is also an orthogonal
matrix
- The columns or rows of an orthogonal matrix form an orthogonal set of vectors