Selftest: Transpose

From Robotics
Revision as of 10:21, 25 September 2014 by Nickchen (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
← Previous exercise: Multiplication with a scalar Exercises for chapter Matrices | Article: The transpose of a matrix Next exercise: Addition of matrices


1. Fill in the correct values of the transpose:

\mathbf{A}=\left[\begin{array}{ccc}3&1&1\\2&1&2\\1&3&1\end{array}\right]

\mathbf{A}^T=



2. Fill in the correct values of the transpose:

\mathbf{A}=\left[\begin{array}{cc}2&1\\1&3\\1&2\end{array}\right]

\mathbf{A}^T=


3. Fill in the correct values of the transpose:

\mathbf{A}=\left[\begin{array}{ccc}2&1&3\\1&2&4\end{array}\right]

\mathbf{A}^T=



Your score is 0 / 0