LEMNISCATA
Matemàtiques, física, química…
Tenim:
$$A = \begin{pmatrix} -1 & 2 & 3 \\ 7 & -4 & 5 \end{pmatrix},
\quad
B = \begin{pmatrix} 2 & -6 \\ 4 & 1 \\ 3 & 8 \end{pmatrix}.$$
$A$ és de mida $2 \times 3$, $B$ de mida $3 \times 2$.
El producte $AB$ és de mida $2 \times 2$.
$$AB =
\begin{pmatrix} -1 & 2 & 3 \\ 7 & -4 & 5 \end{pmatrix}
\begin{pmatrix} 2 & -6 \\ 4 & 1 \\ 3 & 8 \end{pmatrix}$$
Per tant:
$$AB = \begin{pmatrix} 15 & 32 \\ 13 & -6 \end{pmatrix}.$$
$$(AB)^T = \begin{pmatrix} 15 & 13 \ 32 & -6 \end{pmatrix}.$$
Primer, les transposades:
$$B^T = \begin{pmatrix} 2 & 4 & 3 \\ -6 & 1 & 8 \end{pmatrix},
\quad
A^T = \begin{pmatrix} -1 & 7 \\ 2 & -4 \\ 3 & 5 \end{pmatrix}.$$
Multipliquem: $B^T (2 \times 3)$ per $A^T (3 \times 2)$ → resultat $2 \times 2$.
$$B^T A^T =
\begin{pmatrix} 2 & 4 & 3 \\ -6 & 1 & 8 \end{pmatrix}
\begin{pmatrix} -1 & 7 \\ 2 & -4 \\ 3 & 5 \end{pmatrix}$$
Per tant:
$$B^T A^T = \begin{pmatrix} 15 & 13 \\ 32 & -6 \end{pmatrix}.$$
$$(AB)^T = \begin{pmatrix} 15 & 13 \\ 32 & -6 \end{pmatrix},
\quad
B^T A^T = \begin{pmatrix} 15 & 13 \\ 32 & -6 \end{pmatrix}.$$
✅ Es compleix que:
$$(AB)^T = B^T A^T.$$