Skip to content
Snippets Groups Projects
Commit 1e23c9f2 authored by dyyao2's avatar dyyao2
Browse files
parents 5ad977d2 68fc4c55
No related branches found
No related tags found
No related merge requests found
......@@ -100,9 +100,9 @@
\frac1{\sqrt{2}} & -\frac1{\sqrt{2}} \\
\frac1{\sqrt 2} & \frac1{\sqrt 2}
\end{bmatrix}`$ Compute
$`V^T \begin{bmatrix} 1 \\ 0 \end{bmatrix}`$ and
$`V^T \begin{bmatrix} 0 \\ 1 \end{bmatrix}`$. What does matrix
multiplication $`V^Tx`$ do to $`x`$?
$`V \begin{bmatrix} 1 \\ 0 \end{bmatrix}`$ and
$`V \begin{bmatrix} 0 \\ 1 \end{bmatrix}`$. What does matrix
multiplication $`Vx`$ do to $`x`$?
2. **Matrix Transpose [2 pts].** Verify that $`V^{-1} = V^\top`$ What does
$`V^\top x`$ do to $`x`$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment