a
Dadas A=\begin{pmatrix}x-y&1&2\\ 1&-y&-x\\ 0&z&2\end{pmatrix} y B=\begin{pmatrix}y&0&z\\ -z&2&1\\ -2&3&x\end{pmatrix}, hallar x,y,z tales que A+B=\begin{pmatrix}-1&-1&2\\ 0&3&4\\ -2&4&1\end{pmatrix}.
Igualando componente a componente:
- (1,1): (x-y)+y=x=-1\Rightarrow x=-1.
- (1,2): 1+0=1\ne -1. Se detecta contradicción; probablemente el elemento (1,2) del resultado sea 1. Asumiendo dato correcto en el texto, continuamos con las demás:
- (1,3): 2+z=2\Rightarrow z=0.
- (2,1): 1+(-z)=1-0=1\ne 0. Nuevamente inconsistencia. Se requiere revisar el enunciado con el docente.










