- 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.
- 計算機組成原理與接口技術:基于MIPS架構(gòu)實驗教程(第2版)
- 漫話大數(shù)據(jù)
- Hands-On Data Structures and Algorithms with Rust
- 數(shù)據(jù)挖掘原理與實踐
- Voice Application Development for Android
- 文本數(shù)據(jù)挖掘:基于R語言
- 卷積神經(jīng)網(wǎng)絡的Python實現(xiàn)
- 大話Oracle Grid:云時代的RAC
- OracleDBA實戰(zhàn)攻略:運維管理、診斷優(yōu)化、高可用與最佳實踐
- MySQL 8.x從入門到精通(視頻教學版)
- 區(qū)域云計算和大數(shù)據(jù)產(chǎn)業(yè)發(fā)展:浙江樣板
- 商業(yè)智能工具應用與數(shù)據(jù)可視化
- 算力經(jīng)濟:從超級計算到云計算
- Scratch 2.0 Game Development HOTSHOT
- AndEngine for Android Game Development Cookbook