Difference between revisions of "Selftest: Transpose"

From Robotics
Jump to: navigation, search
Line 8: Line 8:
 
<math>\mathbf{A}=\left[\begin{array}{ccc}3&0&1\\2&1&2\\0&3&1\end{array}\right]</math>
 
<math>\mathbf{A}=\left[\begin{array}{ccc}3&0&1\\2&1&2\\0&3&1\end{array}\right]</math>
 
<br/>
 
<br/>
<math>\mathbf{A}^T=</math><br/>{ 3 _2 } { 2 _2 } { 0 _2 }<br/>{ 0 _2 } { 1 _2 } { 3 _2 }<br/>{ 1 _2 } { 2 _2 } { 1 _2 }
+
<math>\mathbf{A}^T=</math><br/>{ 3 _3 } { 2 _3 } { 0 _3 }<br/>{ 0 _3 } { 1 _3 } { 3 _3 }<br/>{ 1 _3 } { 2 _3 } { 1 _3 }
  
 
{'''Fill in the correct values of the transpose:'''<br/>
 
{'''Fill in the correct values of the transpose:'''<br/>
Line 14: Line 14:
 
<math>\mathbf{A}=\left[\begin{array}{cc}2&1\\1&3\\0&2\end{array}\right]</math>
 
<math>\mathbf{A}=\left[\begin{array}{cc}2&1\\1&3\\0&2\end{array}\right]</math>
 
<br/>
 
<br/>
<math>\mathbf{A}^T=</math><br/>{ 2 _2 } { 1 _2 } { 0 _2 }<br/>{ 1 _2 } { 3 _2 } { 2 _2 }
+
<math>\mathbf{A}^T=</math><br/>{ 2 _3 } { 1 _3 } { 0 _2 }<br/>{ 1 _3 } { 3 _3 } { 2 _3 }
  
 
{'''Fill in the correct values of the transpose:'''<br/>
 
{'''Fill in the correct values of the transpose:'''<br/>
Line 20: Line 20:
 
<math>\mathbf{A}=\left[\begin{array}{ccc}2&1&3\\0&2&4\end{array}\right]</math>
 
<math>\mathbf{A}=\left[\begin{array}{ccc}2&1&3\\0&2&4\end{array}\right]</math>
 
<br/>
 
<br/>
<math>\mathbf{A}^T=</math><br/>{ 2 _2 } { 0 _2 } <br/>{ 1 _2 } { 2 _2 } <br/>{ 3 _2 } { 4 _2 }
+
<math>\mathbf{A}^T=</math><br/>{ 2 _3 } { 0 _3 } <br/>{ 1 _3 } { 2 _3 } <br/>{ 3 _3 } { 4 _3 }
 
</quiz>
 
</quiz>

Revision as of 10:02, 20 June 2014

← 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&0&1\\2&1&2\\0&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\\0&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\\0&2&4\end{array}\right]

\mathbf{A}^T=



Your score is 0 / 0