Lukas' Notes

Home

❯

Knowledge

❯

Square Matrix

Square Matrix

Jul 25, 20251 min read

linear-algebra

Definition

Square Matrix

A square matrix M is a matrix with equal number of rows and columns.

A square matrix is called symmetric matrix if:

M=MT

where MT is the transposition of M.


Graph View

Backlinks

  • Adjacency Matrix
  • Characteristic Polynomial
  • Cofactor (Linear Algebra)
  • Determinant
  • Diagonalisable Matrix
  • Eigenvalue
  • Eigenvector
  • Elementary Matrix
  • Hessian Matrix
  • Invertible Matrix
  • Laplace Expansion
  • Matrix Trace
  • Matrix
  • Rotation Matrix
  • Rule of Sarrus

Created with Quartz v4.4.0 © 2025

  • GitHub