Chapter 2: Problem 3
Prove Theorem 2.1 (i) and (v): (i) \((A+B)+C=A+(B+C),\) (v) \(k(A+B)=k A+k B\)
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 3
Prove Theorem 2.1 (i) and (v): (i) \((A+B)+C=A+(B+C),\) (v) \(k(A+B)=k A+k B\)
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
Find \(x, y, z, t\) where \(3\left[\begin{array}{cc}x & y \\ z & t\end{array}\right]=\left[\begin{array}{rr}x & 6 \\ -1 & 2 t\end{array}\right]+\left[\begin{array}{cc}4 & x+y \\ z+t & 3\end{array}\right]\)
Compute \(A B\) using block multiplication, where $$ A=\left[\begin{array}{ccc} 1 & 2 & 1 \\ 3 & 4 & 0 \\ 0 & 0 & 2 \end{array}\right] \quad \text { and } \quad B=\left[\begin{array}{llll} 1 & 2 & 3 & 1 \\ 4 & 5 & 6 & 1 \\ 0 & 0 & 0 & 1 \end{array}\right] $$ Here \(A=\left[\begin{array}{cc}E & F \\ 0_{1 \times 2} & G\end{array}\right]\) and \(B=\left[\begin{array}{cc}R & S \\ 0_{1 \times 3} & T\end{array}\right]\), where \(E, F, G, R, S, T\) are the given blocks, and \(0_{1 \times 2}\) and \(0_{1 \times 3}\) are zero matrices of the indicated sites. Hence, $$ A B=\left[\begin{array}{cc} E R & E S+F T \\ 0_{1 \times 3} & G T \end{array}\right]=\left[\left[\begin{array}{rrr} 9 & 12 & 15 \\ 19 & 26 & 33 \end{array}\right]{\left[\begin{array}{l} 3 \\ 7 \end{array}\right]+\left[\begin{array}{l} 1 \\ 0 \end{array}\right]} \\ {\left[\begin{array}{lll} 0 & 0 & 0 \end{array}\right]} &{2} \end{array}\right]=\left[\begin{array}{rrrr} 9 & 12 & 15 & 4 \\ 19 & 26 & 33 & 7 \\ 0 & 0 & 0 & 2 \end{array}\right] $$
Let \(A\) and \(B\) be invertible matrices (with the same size). Show that \(A B\) is also invertible and \((A B)^{-1}=B^{-1} A^{-1} .\left[\text {Thus, by induction, }\left(A_{1} A_{2} \ldots A_{m}\right)^{-1}=A_{m}^{-1} \ldots A_{2}^{-1} A_{1}^{-1} .\right]\).
Calculate: (a) \([8,-4,5]\left[\begin{array}{r}3 \\ 2 \\\ -1\end{array}\right]\), (b) \([6,-1,7,5]\left[\begin{array}{r}4 \\ -9 \\ -3 \\ 2\end{array}\right]\) (c) \([3,8,-2,4]\left[\begin{array}{r}5 \\ -1 \\ 6\end{array}\right]\) (a) Multiply the corresponding entries and add: $$ [8,-4,5]\left[\begin{array}{r} 3 \\ 2 \\ -1 \end{array}\right]=8(3)+(-4)(2)+5(-1)=24-8-5=11 $$ (b) Multiply the corresponding entries and add: $$ [6,-1,7,5]\left[\begin{array}{r} 4 \\ -9 \\ -3 \\ 2 \end{array}\right]=24+9-21+10=22 $$ (c) The product is not defined when the row matrix and the column matrix have different numbers of elements.
Let \(A\) be a square matrix. Show that \((\mathrm{a}) \quad A+A^{H}\) is Hermitian, \((\mathrm{b}) \quad A-A^{H}\) is skew-Hermitian (c) \(A=B+C,\) where \(B\) is Hermitian and \(C\) is skew-Hermitian.
What do you think about this solution?
We value your feedback to improve our textbook solutions.