Question
Solve system of linear equations, using matrix method.
x - y + z = 4
2x + y - 3z = 0
x + y + z = 2

Answer

Matrix form of given equations is AX = B $\Rightarrow\ \begin{bmatrix}1&-1&1\\2&1&-3\\1&1&1\end{bmatrix}\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}4\\0\\2\end{bmatrix}$
$\text{Here}\ \text{A}=\begin{bmatrix}1&-1&1\\2&1&-3\\1&1&1\end{bmatrix},\ \text{X}=\begin{bmatrix}x\\y\\z\end{bmatrix}\text{and B}=\begin{bmatrix}4\\0\\2\end{bmatrix}$
$\therefore\ \text{|A|}=\begin{vmatrix}1&-1&1\\2&1&-3\\1&1&1\end{vmatrix}=1(1+3)-(-1)(2+3)+1(2-1)=4+5+1=10\neq0$
Therefore, solution is unique and $\text{X=A}^{-1}\text{B}=\frac{1}{\text{|A|}}\text{(adj. A)B}$
$\Rightarrow\ \begin{bmatrix}x\\y\\z\end{bmatrix}=\frac{1}{10}\begin{bmatrix}4&2&2\\-5&0&5\\1&-2&3\end{bmatrix}\begin{bmatrix}4\\0\\2\end{bmatrix}$
$=\frac{1}{10}\begin{bmatrix}16+0+4\\-20+0+10\\4-0+6\end{bmatrix}=\frac{1}{10}\begin{bmatrix}20\\-10\\10\end{bmatrix}=\begin{bmatrix}2\\-1\\1\end{bmatrix}$
Therefore, x = 2, y = -1 and z = 1

Need a full question paper?

Generate a complete, print-ready paper with questions like this in minutes — across 16+ boards, with answer keys.

Start Generating Free

Similar questions

A fair die is tossed. Let X denote twise the number appearing. Find the probability distribution, mean and variance of X.
Find the angle between the given planes.
$\vec{\text{r}}\cdot(2\hat{\text{i}}-3\hat{\text{j}}+4\hat{\text{k}})=1$ and $\vec{\text{r}}\cdot(-\hat{\text{i}}+\hat{\text{j}})=4$
A vector makes an angle of $\frac{\pi}4$ with each of x-axis and y-axis. Find the angle made by it with the z-axis.
Evaluate the integral: $\int_0^\pi \frac{x}{a^2 \cos ^2 x+b^2 \sin ^2 x} d x$
If R and S are transitive relations on a set A, then prove that $\text{R}\cup\text{S}$ may not be a transitive relation on A.
Let $A = R_0 \times R,$ where $R_0$ denote the set of all non$-$zero real numbers. A binary operation $'\odot'$ is defined on $A$ as follows :
$(a, b) \odot (c, d) = (ac, bc + d)$ for all $(a, b), (c, d) \in R_0 \times R.$
Find the identity element in $A.$
If f(x) = sin x and g(x) = 2x be two real functions, then describe gof and fog. Are these equal functions?
Using vector method, prove that the point is collinear:
A(1, 2, 7), B(2, 6, 3) and C(3, 10, -1)
Find adjoint of the matrix $\left|\begin{array}{ccc}1 & -1 & 2 \\ 2 & 3 & 5 \\ -2 & 0 & 1\end{array}\right|$
 Let $\text{F}(\alpha)=\begin{bmatrix}\cos\alpha & -\sin\alpha & 0 \\ \sin\alpha & \cos\alpha & 0 \\ 0 & 0 & 1\end{bmatrix}$ and$\text{G}(\beta)=\begin{bmatrix} \cos\beta & 0 & \sin\beta \\ 0 & 1 & 0 \\ -\sin\beta & 0 & \cos\beta \end{bmatrix}$
Show that$\big[\text{G}(\beta)\big]^{-1}=\text{G}(-\beta)$