Question
Question: Let we are given the matrices as \(X=\left[ \begin{matrix} {{x}_{1}} \\\ {{x}_{2}} \\\ ...
Let we are given the matrices as X=x1 x2 x3 , A=1 2 3 −102211 and B=3 1 4 . If AX=B then X is equal to $$$$
A. \left[ \begin{matrix}
1 \\\
2 \\\
3 \\\
\end{matrix} \right]$$$$$
B. \left[ \begin{matrix}
-1 \\
-2 \\
-3 \\
\end{matrix} \right]
C. $\left[ \begin{matrix}
-1 \\\
2 \\\
3 \\\
\end{matrix} \right]
D. $\left[ \begin{matrix}
0 \\
2 \\
1 \\
\end{matrix} \right]$$$$$
Solution
We multiply A−1 at both sides of the given equation on the left and get X=A−1B. We find the inverse matrix A−1=det(A)adj.A where adj.A is the adjoint matrix and det(A) is the determinant value of A. We find the adjoint by taking the transpose of the cofactor matrix of A which means textadj.A=(cof.A)T , the determinant value and then A−1. We multiply A−1B to get X.
Complete step-by-step solution:
We are given in the question a column vector X of order 3×1 with three unknownsx1,x2,x3, a square matrix A of order 3×3 with integers as entries and a column vector Bof order 3×1 with integer as entries. We have