Chapter 2: Problem 80
Suppose \(A\) and \(B\) are unitary. Show that \(A^{H}, A^{-1}, A B\) are unitary.
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 80
Suppose \(A\) and \(B\) are unitary. Show that \(A^{H}, A^{-1}, A B\) are unitary.
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=\left[\begin{array}{rr}1 & 2 \\ 4 & -3\end{array}\right]\), and let \(f(x)=2 x^{3}-4 x+5\) and \(g(x)=x^{2}+2 x+11\). Find (a) \(A^{2}\) (b) \(A^{3}\) (c) \(f(A)\), (d) \(g(A)\) (a) \(A^{2}=A A=\left[\begin{array}{rr}1 & 2 \\ 4 & -3\end{array}\right]\left[\begin{array}{rr}1 & 2 \\ 4 & -3\end{array}\right]=\left[\begin{array}{ll}1+8 & 2-6 \\ 4-12 & 8+9\end{array}\right]=\left[\begin{array}{rr}9 & -4 \\ -8 & 17\end{array}\right]\) (b) \(A^{3}=A A^{2}=\left[\begin{array}{rr}1 & 2 \\ 4 & -3\end{array}\right]\left[\begin{array}{rr}9 & -4 \\ -8 & 17\end{array}\right]=\left[\begin{array}{rr}9-16 & -4+34 \\ 36+24 & -16-51\end{array}\right]=\left[\begin{array}{rr}-7 & 30 \\ 60 & -67\end{array}\right]\) (c) First substitute \(A\) for \(x\) and \(5 I\) for the constant in \(f(x)\), obtaining $$ f(A)=2 A^{3}-4 A+5 I=2\left[\begin{array}{rr} -7 & 30 \\ 60 & -67 \end{array}\right]-4\left[\begin{array}{rr} 1 & 2 \\ 4 & -3 \end{array}\right]+5\left[\begin{array}{ll} 1 & 0 \\ 0 & 1 \end{array}\right] $$ Now perform the scalar multiplication and then the matrix addition: $$ f(A)=\left[\begin{array}{rr} -14 & 60 \\ 120 & -134 \end{array}\right]+\left[\begin{array}{rr} -4 & -8 \\ -16 & 12 \end{array}\right]+\left[\begin{array}{ll} 5 & 0 \\ 0 & 5 \end{array}\right]=\left[\begin{array}{rr} -13 & 52 \\ 104 & -117 \end{array}\right] $$ (d) Substitute \(A\) for \(x\) and \(11 I\) for the constant in \(g(x)\), and then calculate as follows: $$ \begin{aligned} g(A) &=A^{2}+2 A-11 I=\left[\begin{array}{rr} 9 & -4 \\ -8 & 17 \end{array}\right]+2\left[\begin{array}{rr} 1 & 2 \\ 4 & -3 \end{array}\right]-11\left[\begin{array}{ll} 1 & 0 \\ 0 & 1 \end{array}\right] \\ &=\left[\begin{array}{rr} 9 & -4 \\ -8 & 17 \end{array}\right]+\left[\begin{array}{rr} 2 & 4 \\ 8 & -6 \end{array}\right]+\left[\begin{array}{rr} -11 & 0 \\ 0 & -11 \end{array}\right]=\left[\begin{array}{ll} 0 & 0 \\ 0 & 0 \end{array}\right] \end{aligned} $$ Because \(g(A)\) is the zero matrix, \(A\) is a root of the polynomial \(g(x)\).
Find \((\mathrm{a}) A^{2}\) and \(A^{3},(\mathrm{b}) f(A)\) and \(g(A),\) where \\[ f(x)=x^{3}-2 x^{2}-5, \quad g(x)=x^{2}-3 x+17 \\]
Find \(x, y, z\) such that \(A\) is symmetric, where (a) \(A=\left[\begin{array}{lll}2 & x & 3 \\ 4 & 5 & y \\ z & 1 & 7\end{array}\right]\) (b) \(A=\left[\begin{array}{rrr}7 & -6 & 2 x \\ y & z & -2 \\ x & -2 & 5\end{array}\right]\)
Prove Theorem 2.1 (i) and (v): (i) \((A+B)+C=A+(B+C),\) (v) \(k(A+B)=k A+k B\)
Write \(A=\left[\begin{array}{ll}4 & 5 \\ 1 & 3\end{array}\right]\) as the sum of a symmetric matrix \(B\) and a skew-symmetric matrix \(C\).
What do you think about this solution?
We value your feedback to improve our textbook solutions.