Questions
Question 1
**
Find the transpose of \(\begin{pmatrix}1&2\\3&4\end{pmatrix}\).
Question 2
**
Find the transpose of \(\begin{pmatrix}1&2&3\\4&5&6\end{pmatrix}\).
Question 3
*+
If A is \(4\times 7\), state the size of \(A^T\).
Question 4
**+
For \(A=\begin{pmatrix}2&-1&5\\0&3&7\end{pmatrix}\), find the entry (\(A^T\))_32.
Question 5
**
Find the transpose of the column vector \(\begin{pmatrix}3\\-1\\4\end{pmatrix}\).
Question 6
**+
Decide whether \(A=\begin{pmatrix}2&5\\5&-1\end{pmatrix}\) is symmetric.
Question 7
***
Find all real x such that \(\begin{pmatrix}1&x\\3&4\end{pmatrix}\) is symmetric.
Question 8
***+
Verify (A + B)^T = \(A^T\) + \(B^T\) for \(A=\begin{pmatrix}1&2\\0&3\end{pmatrix}\) and \(B=\begin{pmatrix}4&-1\\5&2\end{pmatrix}\).
Question 9
****
For \(A=\begin{pmatrix}1&2\\3&4\end{pmatrix}\) and \(B=\begin{pmatrix}0&5\\6&7\end{pmatrix}\), compute (\(AB\))^T and \(B^T\) \(A^T\) to verify the transpose product rule.
Question 10
*****
A student claims (\(AB\))^T = \(A^T\) \(B^T\) for all square matrices. Use \(A=\begin{pmatrix}1&1\\0&1\end{pmatrix}\) and \(B=\begin{pmatrix}1&0\\1&1\end{pmatrix}\) to diagnose the error.