Files
PerspectiveTransform/Pod/expand3x3to3x4
2016-02-20 04:18:13 -08:00

1 line
227 B
Plaintext

\begin{bmatrix} a & b & c \\ d & e & f \\ g & h & i \end{bmatrix}\times \begin{bmatrix} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 0 & 1 \end{bmatrix}=\begin{bmatrix} a & b & 0 & c \\ d & e & 0 & f \\ g & h & 0 & i \end{bmatrix}