Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
transpose
Warning: Undefined array key "do" in /home/levene/public_html/w/mst10030/lib/plugins/revealjs/action.php on line 14
The transpose of an $n\times m$ matrix $A$ is the $m\times n$ matrix $A^T$ whose $(i,j)$ entry is the $(j,i)$ entry of $A$. In other words, to get $A^T$ from $A$, you write the rows of $A$ as columns, and vice versa; equivalently, you reflect $A$ in its main diagonal.
For example, $\def\mat#1{\begin{bmatrix}#1\end{bmatrix}}\mat{a&b\\c&d}^T=\mat{a&c\\b&d}$ and $\mat{1&2&3\\4&5&6}^T=\mat{1&4\\2&5\\3&6}$.
transpose.txt · Last modified: by rupert
