Chapter 2: Problem 11
Show that if \(A\) is singular, then adj \(A\) is also singular.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 2: Problem 11
Show that if \(A\) is singular, then adj \(A\) is also singular.
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Let \(A\) be a \(k \times k\) matrix and let \(B\) be an \((n-k) \times(n-k)\) matrix. Let \\[ \begin{array}{c} E=\left(\begin{array}{cc} I_{k} & O \\ O & B \end{array}\right), \quad F=\left(\begin{array}{cc} A & O \\ O & I_{n-k} \end{array}\right) \\ C=\left(\begin{array}{cc} A & O \\ O & B \end{array}\right) \end{array} \\] where \(I_{k}\) and \(I_{n-k}\) are the \(k \times k\) and \((n-k) \times(n-k)\) identity matrices. (a) Show that det( \(E)=\operatorname{det}(B)\) (b) Show that \(\operatorname{det}(F)=\operatorname{det}(A)\) (c) Show that \(\operatorname{det}(C)=\operatorname{det}(A) \operatorname{det}(B)\).
Evaluate each of the following determinants by inspection. (a) \(\left|\begin{array}{lll}0 & 0 & 3 \\ 0 & 4 & 1 \\ 2 & 3 & 1\end{array}\right|\) (b) \(\left|\begin{array}{rrrr}1 & 1 & 1 & 3 \\ 0 & 3 & 1 & 1 \\ 0 & 0 & 2 & 2 \\ -1 & -1 & -1 & 2\end{array}\right|\) (c) \(\left|\begin{array}{llll}0 & 0 & 0 & 1 \\ 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0\end{array}\right|\)
Use mathematical induction to prove that if \(A\) is an \((n+1) \times(n+1)\) matrix with two identical rows, then \(\operatorname{det}(A)=0\).
Find all values of \(\lambda\) for which the following determinant will equal 0 \\[ \left|\begin{array}{cc} 2-\lambda & 4 \\ 3 & 3-\lambda \end{array}\right| \\]
Let \(A\) be a symmetric tridiagonal matrix (i.e., \(A\) is symmetric and \(a_{i j}=0\) whenever \(|i-j|>1\) ). Let \(B\) be the matrix formed from \(A\) by deleting the first two rows and columns. Show that \\[ \operatorname{det}(A)=a_{11} \operatorname{det}\left(M_{11}\right)-a_{12}^{2} \operatorname{det}(B) \\]
What do you think about this solution?
We value your feedback to improve our textbook solutions.