Skip to content
Snippets Groups Projects
Commit 68fc4c55 authored by dyyao2's avatar dyyao2
Browse files

Update README.md

parent 3fb26aac
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