mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
7 lines
180 B
Markdown
7 lines
180 B
Markdown
#math/linear_algebra
|
|
|
|
|
|
a matrix is orthogonal if all of its column vectors are orthogonal with each other.
|
|
That means the dot product between each possible pair of columns is 0.
|
|
|