A square matrix is a matrix with an equal number of rows and columns. These matrices have special properties and are crucial in many mathematical and practical applications.
The determinant is a scalar value that can be computed from the elements of a square matrix. It has many important applications in linear algebra.
Formula: For a 2x2 matrix \(A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}\), the determinant is:
\[\det(A) = ad - bc\]The inverse of a square matrix A, denoted A^(-1), is a matrix that when multiplied with A gives the identity matrix.
Formula: For a 2x2 matrix, if \(\det(A) \neq 0\), the inverse is:
\[A^{-1} = \frac{1}{\det(A)} \begin{bmatrix} d & -b \\ -c & a \end{bmatrix}\]Eigenvalues are special scalars associated with a square matrix. They are solutions to the characteristic equation.
Formula: For a matrix A, eigenvalues λ satisfy:
\[\det(A - \lambda I) = 0\]The trace of a square matrix is the sum of the elements on its main diagonal (from top left to bottom right).
Formula: For an n×n matrix A:
\[tr(A) = \sum_{i=1}^n a_{ii}\]Let's calculate the trace for the matrix:
\[A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}\]Steps:
Result: The trace of A is 5.
This diagram highlights the diagonal elements (in blue) used in calculating the trace.
We can create a free, personalized calculator just for you!
Contact us and let's bring your idea to life.