Chapter 1: Problem 22
Show that if \(A\) is a symmetric nonsingular matrix then \(A^{-1}\) is also symmetric.
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 1: Problem 22
Show that if \(A\) is a symmetric nonsingular matrix then \(A^{-1}\) is also symmetric.
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
Consider the matrix $$A=\left(\begin{array}{lllll} 0 & 1 & 0 & 1 & 1 \\ 1 & 0 & 1 & 1 & 0 \\ 0 & 1 & 0 & 0 & 1 \\ 1 & 1 & 0 & 0 & 1 \\ 1 & 0 & 1 & 1 & 0 \end{array}\right)$$ (a) Draw a graph that has \(A\) as its adjacency matrix. Be sure to label the vertices of the graph. (b) By inspecting the graph, determine the number of walks of length 2 from \(V_{2}\) to \(V_{3}\) and from \(V_{2}\) to \(V_{5}\) (c) Compute the second row of \(A^{3}\) and use it to determine the number of walks of length 3 from \(V_{2}\) to \(V_{3}\) and from \(V_{2}\) to \(V_{5}\)
If $$A=\left(\begin{array}{rrr} 3 & 1 & 4 \\ -2 & 0 & 1 \\ 1 & 2 & 2 \end{array}\right) \text { and } B=\left(\begin{array}{rrr} 1 & 0 & 2 \\ -3 & 1 & 1 \\ 2 & -4 & 1 \end{array}\right)$$ compute (a) \(2 A\) (b) \(A+B\) (c) \(2 A-3 B\) (d) \((2 A)^{T}-(3 B)^{T}\) (e) \(A B\) (f) \(B A\) (g) \(A^{T} B^{T}\) (h) \((B A)^{T}\)
Let \(A\) be a \(5 \times 3\) matrix. If $$\mathbf{b}=\mathbf{a}_{1}+\mathbf{a}_{2}=\mathbf{a}_{2}+\mathbf{a}_{3}$$ then what can you conclude about the number of solutions of the linear system \(A \mathbf{x}=\mathbf{b} ?\) Explain.
Let \(D\) be an \(n \times n\) diagonal matrix whose diagonal entries are either 0 or 1 (a) Show that \(D\) is idempotent. (b) Show that if \(X\) is a nonsingular matrix and \(A=X D X^{-1},\) then \(A\) is idempotent.
Let $$A=\left(\begin{array}{rrrr} \frac{1}{2} & -\frac{1}{2} & -\frac{1}{2} & -\frac{1}{2} \\ -\frac{1}{2} & \frac{1}{2} & -\frac{1}{2} & -\frac{1}{2} \\ -\frac{1}{2} & -\frac{1}{2} & \frac{1}{2} & -\frac{1}{2} \\ -\frac{1}{2} & -\frac{1}{2} & -\frac{1}{2} & \frac{1}{2} \end{array}\right)$$ Compute \(A^{2}\) and \(A^{3} .\) What will \(A^{2 n}\) and \(A^{2 n+1}\) turn out to be?
What do you think about this solution?
We value your feedback to improve our textbook solutions.