Respuesta :
Answer:
When a matrix is multiplied by its inverse the result will be the identity matrix. If we multiply two matrix with the same size, the resulting matrix will have the same dimension.
Therefore, if we multiply the matrices X and Y we will get a 2x2 identity matrix, as follows:
[tex]\left[\begin{array}{ccc}1&0\\0&1\\\end{array}\right][/tex]
Answer:
[tex]\left[\begin{array}{ccc}1&0\\0&1\end{array}\right][/tex]
Step-by-step explanation:
We are asked find the matrix that represent the product of matrices X and Y both measures [tex]2\times 2[/tex] and inverse of each other.
For a matrix multiplication to be defined, the number of columns in the first matrix must be equal to number of rows in the second matrix.
Since the both matrices are [tex]2\times 2[/tex] (same number of column and row), then the product of both matrices would result in [tex]2\times 2[/tex] matrices.
We also know that the multiplication of a matrix with its inverse results in identity matrix.
Therefore, our matrix would be a [tex]2\times 2[/tex] identity matrix as:
[tex]\left[\begin{array}{ccc}1&0\\0&1\end{array}\right][/tex].