Matrix Properties
Quadratic Forms
The (scalar) function of the real vector \(\mathbf{x} \in \mathbb{R}^n\):
is called a quadratic form. \(\mathbf{A}\) is positive semidefinite iff \(\mathbf{x}^T \mathbf{A} \mathbf{x} \geq 0\), \(\forall\mathbf{x} \neq \mathbf{0}\) and positive definite iff \(\mathbf{x}^T \mathbf{A} \mathbf{x} > 0\), \(\forall\mathbf{x} \neq \mathbf{0}\). A matrix is positive (semi)definite if and only if all its eigenvalues are positive (nonnegative).
Inequality of Two Matrices
The matrix \(\mathbf{A}\) is smaller (not larger) than the matrix \(\mathbf{B}\) if and only if \(\mathbf{B} - \mathbf{A}\) is positive (semi) definite.
Condition Number
The condition number of a positive definite symmetric matrix is defined as:
Large condition numbers indicate near-singularty (e.g., \(\kappa > 6\) for a 32-bit computer indicates an ill-conditioned matrix).