squarematrix
A squarematrix, also called a square matrix, is a matrix with the same number of rows and columns. In standard notation, a square matrix of size n is written as A ∈ R^{n×n} (or more generally over any field), with entries a_{ij} for i, j = 1,..., n. The transpose A^T, the determinant det(A), and the identity matrix I_n are defined for square matrices.
Operations and basic properties: Square matrices can be added and multiplied by compatible matrices, and multiplied
Eigenstructure and trace: For a square matrix A, there exist scalars λ called eigenvalues and nonzero vectors
Special cases: Symmetric A = A^T, skew-symmetric A = -A^T, diagonal, triangular; orthogonal matrices satisfy A^T A = I_n,
Applications: Square matrices model linear transformations, solve linear systems via Gaussian elimination, power iteration for eigenvalues,