2558

Ejercicio Matrices

, por dani

Sean las matrices

A =
\left(
\begin{array}{cc}
     1 & 1
  \\ 0 & 1 
\end{array}
\right)
\qquad

B =
\left(
\begin{array}{cc}
     2 & 3
  \\ -1 & 2 
\end{array}
\right)
 Resuelve la ecuación matricial AX + 2B = A^t
 Calcule A^{2000}