4x4n
4x4n is a dimension specification used in linear algebra to denote a matrix with four rows and 4n columns, where n is a positive integer. Formally, a 4x4n matrix M ∈ R^{4×4n} maps vectors from R^{4n} to R^4. The total number of entries is 16n. The row space is a subspace of R^{4n}, while the column space is a subspace of R^4.
Rank and inverses: The rank of M is at most min(4, 4n) = 4. If M has full
Structure and construction: In practice, a 4x4n matrix can be formed by horizontally concatenating blocks to
Example: For n=2, M is 4×8; for instance M = [I4 0], where I4 is the 4×4 identity
Applications: Such matrices commonly represent linear relations from a high-dimensional input to four outputs, appear in
See also: Matrix, Rectangular matrix, Rank, Left inverse, Pseudoinverse.