Question
Question: Find the matrix A satisfying the matrix equation \(\left[ \begin{matrix} 2 & 1 \\\ 3 & 2 \...
Find the matrix A satisfying the matrix equation 2 3 12A−3 5 2−3=1 0 01.
Solution
We first need to solve the matrix equation by multiplying the inverse of the matrices X and Y which gives only matrix A on one side. Now we need to find the inverse of the matrix by finding the adjoint of the matrices. We use the inverse matrices and the matrix 1 0 01 to form a multiplication to find the matrix A.
We have been given a matrix equation 2 3 12A−3 5 2−3=1 0 01.
We assume X=2 3 12, Y=−3 5 2−3 and Z=1 0 01.
So, the equation becomes XAY=Z. We need to find the matrix A.
Complete step by step answer:
We first multiply with X−1 to get
X−1XAY=X−1Z⇒IAY=X−1Z⇒AY=X−1Z
We then multiply with Y−1 to get
AY=X−1Z⇒AYY−1=X−1ZY−1⇒AI=X−1ZY−1⇒A=X−1ZY−1
We found the matrix A. We now need to find the inverse matrix of X and Y. For inverse we need to find the adjoint of that matrix divided by its determinant value. So, for matrix M the inverse matrix will be M−1=∣M∣adj(M).
In case of X=2 3 12, adj(X)=2 −3 −12 and ∣X∣=4−3=1.
So, X−1=∣X∣adj(X)=2 −3 −12.
In case of Y=−3 5 2−3, adj(Y)=−3 −5 −2−3 and ∣Y∣=9−10=−1.
So, Y−1=∣Y∣adj(Y)=−11−3 −5 −2−3=3 5 23.
Now we need to find multiplication value of A=X−1ZY−1.
So, A=2 −3 −121 0 013 5 23. We do the multiplications one by one from left.
A=2 −3 −121 0 013 5 23=2+0 −3+0 0−10+23 5 23=2 −3 −123 5 23.
Now we do the second multiplication and get
A=2 −3 −123 5 23=6−5 −9+10 4−3−6+6=1 1 10.
Therefore, the matrix A is A=1 1 10.
Note: The easiest way to remember the adjoint of a (2×2) matrix is to interchange the position of its diagonal elements and to change the sign of the other two elements. So, if a (2×2) matrix is A where A=a c bd, then adj(A)=d −c −ba.