///
Dadas as matrizes \(A = \begin{pmatrix} 7 & 0 \ 8 & 1 \end{pmatrix}\) e \(B = \begin{pmatrix} 0 & 1 & 2 \ 0 & 3 & 2 \ 0 & 5 & 1 \end{pmatrix}\), analisar os itens abaixo: I) det(A).det(B) = 0.
II) \(A^{t} = \begin{pmatrix} 7 & 8 \ 0 & 1 \end{pmatrix}\) e \(B^{t} = \begin{pmatrix} 0 & 0 & 0 \ 1 & 3 & 5 \ 2 & 2 & 1 \end{pmatrix}\).
III) \(A^{2} = \begin{pmatrix} 49 & 0 \ 81 & 1 \end{pmatrix}\).
Estão CORRETOS: