2025-06-01

1139: Transpose of Matrix

<The previous article in this series | The table of contents of this series | The next article in this series>

definition of transpose of matrix

Topics


About: matrices space

The table of contents of this article


Starting Context



Target Context


  • The reader will have a definition of transpose of matrix.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Structured Description


Here is the rules of Structured Description.

Entities:
\( M\): \(\in \{\text{ the } m \times n \text{ matrices }\}\), \(= \begin{pmatrix} M^j_l \end{pmatrix}\)
\(*M^t\): \(= \begin{pmatrix} {M^t}^l_j = M^j_l \end{pmatrix}\), \(\in \{\text{ the } n \times m \text{ matrices }\}\)
//

Conditions:
//


References


<The previous article in this series | The table of contents of this series | The next article in this series>