- Hands-On Mathematics for Deep Learning
- Jay Dawani
- 223字
- 2021-06-18 18:55:14
Orthogonal matrices
The concept of orthogonality arises frequently in linear algebra. It's really just a fancy word for perpendicularity, except it goes beyond two dimensions or a pair of vectors.
But to get an understanding, let's start with two column vectors . If they are orthogonal, then the following holds:
.
Orthogonal matrices are a special kind of matrix where the columns are pairwise orthonormal. What this means is that we have a matrix with the following property:

Then, we can deduce that (that is, the transpose of Q is also the inverse of Q).
As with other types of matrices, orthogonal matrices have some special properties.
Firstly, they preserve inner products, so that the following applies:
.
This brings us to the second property, which states that 2-norms are preserved for orthogonal matrices, which we see as follows:

When multiplying by orthogonal matrices, you can think of it as a transformation that preserves length, but the vector may be rotated about the origin by some degree.
The most well-known orthogonal matrix that is also orthonormal is a special matrix we have dealt with a few times already. It is the identity matrix I, and since it represents a unit of length in the direction of axes, we generally refer to it as the standard basis.
- LibGDX Game Development Essentials
- Google Visualization API Essentials
- 企業大數據系統構建實戰:技術、架構、實施與應用
- Python醫學數據分析入門
- 數亦有道:Python數據科學指南
- 數字媒體交互設計(初級):Web產品交互設計方法與案例
- “互聯網+”時代立體化計算機組
- MATLAB Graphics and Data Visualization Cookbook
- 云原生數據中臺:架構、方法論與實踐
- 達夢數據庫運維實戰
- R Machine Learning Essentials
- 算力經濟:從超級計算到云計算
- Oracle 11g數據庫管理與開發基礎教程
- 掌中寶:電腦綜合應用技巧
- Unity 4.x Game AI Programming