(New page: The transpose of a matrix is the result when you represent the columns as rows. The transpose of a matrix A can be represented as <math>A^T</math>. For example, <math>\begin{bmatrix} 1 & ...)
 
 
Line 1: Line 1:
 +
[[Category:MA351]]
 +
 
The transpose of a matrix is the result when you represent the columns as rows. The transpose of a matrix A can be represented as <math>A^T</math>. For example,
 
The transpose of a matrix is the result when you represent the columns as rows. The transpose of a matrix A can be represented as <math>A^T</math>. For example,
  

Latest revision as of 21:21, 21 January 2009


The transpose of a matrix is the result when you represent the columns as rows. The transpose of a matrix A can be represented as $ A^T $. For example,

$ \begin{bmatrix} 1 & 2 & 3\\ 0 & 5 & 10\\ 0 & 8 & 7\end{bmatrix}^T=\begin{bmatrix} 1 & 0 & 0\\ 2 & 5 & 8\\ 3 & 10 & 7\end{bmatrix} $

Alumni Liaison

Ph.D. 2007, working on developing cool imaging technologies for digital cameras, camera phones, and video surveillance cameras.

Buyue Zhang