An orthogonal matrix is a square matrix whose rows and columns are orthonormal vectors, meaning they are mutually perpendicular and each has a length of one. The defining characteristic of an orthogonal matrix is that its transpose is equal to its inverse, represented mathematically as \( A^T = A^{-1} \). This property ensures that the multiplication of an orthogonal matrix by its transpose yields the identity matrix, which plays a crucial role in various applications, including diagonalization and preserving vector lengths under transformation.