Chapter 4: Problem 65
If \(A\) is an invertible \(n \times n\) matrix, show that adj \(A\) is also invertible and that \\[ (\operatorname{adj} A)^{-1}=\frac{1}{\operatorname{det} A} A=\operatorname{adj}\left(A^{-1}\right) \\]
Short Answer
Expert verified
adj A is invertible; \((\mathrm{adj} A)^{-1} = \frac{1}{\det A} A = \mathrm{adj}(A^{-1})\).
Step by step solution
01
Definition of adjugate matrix
The adjugate of a matrix \( A \), denoted as adj \( A \), is the transpose of the cofactor matrix of \( A \). It is related to the inverse of \( A \) by the formula: \( A^{-1} = \frac{1}{\det A} \mathrm{adj} A \), provided that \( A \) is invertible (i.e., \( \det A eq 0 \)).
02
Confirm that adj A is invertible
A matrix is invertible if its determinant is non-zero. Since \( A \) is invertible, \( \det A eq 0 \). By the property of the determinant, \( \det(\mathrm{adj} A) = (\det A)^{n-1} \), which is non-zero if \( \det A eq 0 \). Thus, adj \( A \) is invertible.
03
Relationship between adj A and A inverse
Given the relationship \( A A^{-1} = I \), we know that \( AA^{-1} = \frac{1}{\det A} A \mathrm{adj} A \). Also, by property \( \mathrm{adj}(A^{-1}) = (\det A) A^{-1} \). Let us find \( (\mathrm{adj} A)^{-1} \) and show that it is equal to \( \frac{1}{\det A}A \) which is \( \mathrm{adj}(A^{-1}) \).
04
Prove relation (adj A)^{-1} = (1/det A) A
We know that \( A \mathrm{adj} A = \det A \, I \). Then, multiplying both sides by \( A^{-1} \), we have \( A^{-1} A \mathrm{adj} A = \det A \, A^{-1} \, I \Rightarrow \mathrm{adj} A = \det A \, A^{-1} \). Consequently, \( (\mathrm{adj} A)^{-1} = \frac{1}{\det A} \, A \).
05
Confirm equality with adj A^{-1}
Using the property of adjoint, \( \mathrm{adj}(A^{-1}) = (\det A) A^{-1} \), we see that: \((\mathrm{adj} A)^{-1} = \frac{1}{\det A} \, A = \mathrm{adj}(A^{-1})\). Thus, \( (\mathrm{adj} A)^{-1} = \mathrm{adj}(A^{-1}) \).
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Invertible Matrix
An invertible matrix is a square matrix that has an inverse. This means if you multiply the matrix by its inverse, you get the identity matrix, a special matrix where the main diagonal is filled with ones and the rest with zeros. To determine if a matrix is invertible, you need to check its determinant.
- If the determinant is not zero, the matrix is invertible.
- If the determinant is zero, the matrix is not invertible, meaning it doesn't have an inverse.
Adjugate Matrix
The adjugate matrix, or adjoint matrix, is a matrix derived from the original square matrix. It's formed by taking the transpose of the cofactor matrix. This adjugate matrix plays a crucial role in finding the inverse of a matrix.To find the adjugate, you follow these steps:
- Calculate the cofactor of each element in the matrix. This involves finding the determinant of the minor matrix obtained by deleting the current element's row and column.
- Arrange these cofactors in a matrix, preserving the original element positions.
- Transpose the resulting cofactor matrix to get the adjugate matrix.
Matrix Cofactors
Cofactors are the building blocks needed to construct the adjugate of a matrix. To find a cofactor for an element in a matrix, follow these steps:
- Identify the element whose cofactor you wish to find.
- Eliminate the row and column of this element to form a smaller matrix, known as the minor.
- Calculate the determinant of this minor matrix.
- Apply the sign based on the element's position, alternating between positive and negative, starting from the top left position as positive.
Determinants
A determinant is a special number computed from the elements of a square matrix. It's a fundamental concept when it comes to understanding the structure of matrices, particularly their invertibility.
Determinants are calculated differently based on the matrix size:
- For a 2x2 matrix, it's as simple as subtracting the product of the diagonals.
- For larger matrices, the determinant involves a systematic expansion that often employs cofactor expansion.