A transzponált a mátrix sorainak és oszlopainak felcserélése. Jele $A^T$ vagy $A^*$
pl.:
\( A = \begin{pmatrix} 2 & 3 & 5 \\ 1 & 4 & 1 \\ 2 & 5 & 7 \end{pmatrix} \Rightarrow A^T= \begin{pmatrix} 2 & 1 & 2 \\ 3 & 4 & 5 \\ 5 & 1 & 7 \end{pmatrix} \)
A transzponált a mátrix sorainak és oszlopainak felcserélése.
Adjuk meg az alábbi mátrixok transzponált mátrixait!
a) \( A=\begin{pmatrix} 2 & 3 & 5 \\ 1 & 4 & 1 \\ 2 & 5 & 7 \end{pmatrix} \)
b) \( B=\begin{pmatrix} 5 & 7 & -2 \\ 2 & 2 & 1 \end{pmatrix} \)
c) \( C=\begin{pmatrix} 5 & 1 & 7 \\ 1 & 4 & 2 \\ 7 & 2 & 6 \end{pmatrix} \)