Lecture Two: Determinants, Inverse Matrices and Systems of Equations
Special Types of Matrices
Symmetric Matrices
Definition: A matrix
is symmetric if . In other words, the transpose of the matrix is equal to the matrix itself. Properties:
- A symmetric matrix must always be square (i.e., the number of rows must equal the number of columns).
- The elements across the main diagonal of a symmetric matrix are symmetric with respect to the diagonal.
Example:
In this case, the matrix is symmetric because
- Example 1: Show that the matrix
is symmetric: Hence, is a symmetric matrix.
Skew-Symmetric Matrices
Definition: A matrix
is skew-symmetric if . In other words, the transpose of the matrix is the negative of the matrix. Properties:
- A skew-symmetric matrix must be square (i.e., the number of rows must equal the number of columns).
- All diagonal entries of a skew-symmetric matrix must be 0, because the transpose of the diagonal element must equal its negative, which is only possible if it is zero.
Example:
This matrix is skew-symmetric because
.
Determinants
Determinant of a Matrix
For a matrix
The determinant is calculated as:
where
Determinant of a Matrix
For a matrix
The determinant is calculated as:
This simplifies to:
Sign Rule for Determinants
To calculate the determinant of a
This pattern helps determine the signs when calculating the determinant by cofactor expansion along any row or column.
Examples
- Example 1: Determinant of a
Matrix:
The determinant of
- Example 2: Determinant of a
Matrix:
Using cofactor expansion, we get:
Calculating the smaller determinants:
Properties of Determinants
For any square matrix
- Multiplication Property:
- Scalar Multiplication Property:
- Transpose Property:
> $\det(A)$ is often written as $|A|$.
Inverse of a Matrix
Definition
An
Where
Theorem: Uniqueness of the Inverse
A matrix can have only one inverse.
Adjoint of a Matrix
The adjoint of a square
Theorem: Singularity
Any matrix is singular (non-invertible) if
Properties of Inverse Matrices
For square matrices
- Product Property:
- Transpose Property:
- Determinant Property:
- Scalar Multiplication Property:
Examples
Example 1: Show that
is non-singular. Given matrix
:
The determinant of
Simplifying:
Since
Example 2: Find the values of
that make matrix singular. Given matrix
:
For singularity, we require the determinant to be 0:
Simplifying:
Factoring the quadratic equation:
Hence,
Inverse of a Matrix
The inverse of a
If matrix
Which simplifies to:
Inverse of a Matrix
For a
Where:
is the determinant of . is the adjoint of , which is the transpose of its cofactor matrix.
Matrix Representation
If
Determinant (
)
The determinant ofis calculated as: Cofactor Matrix
The cofactor matrix is obtained by calculating the determinant of the minor for each element offollowing the Sign rule.
The cofactor matrix for
Adjugate Matrix
The adjugate ofis the transpose of the cofactor matrix: Inverse Formula
Using the determinant and adjugate, the inverse is given by:
Simplified Example
For a matrix:
Calculate
using the formula. Find the adjoint.
Applying the Sign rule:
Transpose the adjoint.
Substitute into the inverse formula.
Inverse and Systems of Equations
System of Equations and Matrix Representation
A system of linear equations can be represented in matrix form as:
Where:
is the coefficient matrix, is the column vector of unknowns, and is the column vector of constants (the right-hand side of the equations).
If
Theorem: Solution Existence
The
Example 6: Condition for a Solution
Consider the system of equations:
The coefficient matrix
The determinant of
For the system to have a solution,
Thus, the system has a solution when
Example 7: Solving a System Using the Inverse of a 2x2 Matrix
Solve the following system of equations for
The coefficient matrix
To solve for
Now, calculate
Thus,
Cramer's Rule for Solving Systems of Equations
Cramer's Rule provides a method to solve a system of linear equations using determinants. For a system represented by
Definitions:
: The determinant of the coefficient matrix . : The determinant of the matrix obtained by replacing the first column of with . : The determinant of the matrix obtained by replacing the second column of with .
Solution for 2 Variables
For a system with two variables
Example 8: Solving a System Using Cramer's Rule
Solve the following system for
First, calculate the determinant of the coefficient matrix
Next, calculate
Now, calculate
Finally, solve for
Thus, the solution is
Key Takeaways
- Symmetric matrices are equal to their transposes and must be square, with the elements mirrored across the main diagonal.
- Skew-symmetric matrices are the negative of their transposes and must be square, with all diagonal elements equal to zero.
- The determinant of a
matrix is calculated as . - For a
matrix, the determinant can be computed using cofactor expansion along any row or column. - Determinants have several important properties, such as being invariant under transpose and related to the matrix multiplication.
- A matrix is invertible (non-singular) if its determinant is non-zero.
- The inverse of a
matrix can be found using the adjoint and determinant. - The inverse matrix properties allow for operations such as multiplication and transposition of matrices.
- A system of equations can be solved using the inverse of the coefficient matrix if it is invertible.
- Cramer's Rule provides an alternative method for solving systems using determinants.
- Both methods give the same results, and the system has a solution if the determinant of the coefficient matrix is non-zero.