///
Dadas as matrizes A = \[\begin{pmatrix} 5 & 2 \\ 3 & 9 \end{pmatrix}\], B = \[\begin{pmatrix} 7 \\ 6 \end{pmatrix}\] e C = \[\begin{pmatrix} 2 & 8 & 3 \\ 5 & 7 & 4 \\ 0 & 1 & 9 \end{pmatrix}\], analisar os itens abaixo: I) A.B = \[\begin{pmatrix} 47 \\ 75 \end{pmatrix}\]
II) At = \[\begin{pmatrix} 5 & 3 \\ 2 & 9 \end{pmatrix}\]
III) det(C) = -227
Estão CORRETOS: