Diagonal Matrix
For such matrices, only diagonal entries are non-zero.
Aij=0ifi=j Symmetric Matrix
Symmetric matrices are equal to their transpose.
Vector with unit "length".
∣∣v∣∣2=1 For example, both 001and 21210are unit vectors.
Unit Basis Vector
An important set of vectors is the set of unit basis vectors given by:
ej=0000...100...0 Here, the “1” appears as the component indexed by j. Thus, we get the set {e0,e1,...,en−1}⊂Rngiven by:
e0=10...00,e1=01...00,en−1=00...01 These vectors are also referred to as the standard basis vectors.
Orthogonal Vectors
Two vectors are called orthogonal to each other if they are mutually prependicual vectors.
xTy=0(DotProduct) Also, orthonormal vectors are unit vectors prependicular to each other.
Orthogonal Matrix
A matrix is orthogonal if its transpose is equal to its inverse.
Identity matrix is a orthogonal matrix. Also, all columns are orthonormal.
Further, orthogonal matrices represent rotational operations which preserve volume.