English

If A = [(1, 2, 0), (-2, -1, -2), (0, -1, 1)], find A^−1. Using A^−1, solve the system of linear equations x − 2y = 10, 2x − y − z = 8, −2y + z = 7.

Advertisements
Advertisements

Questions

If A = `[(1, 2, 0), (-2, -1, -2), (0, -1, 1)]`, find A−1. Using A−1, solve the system of linear equations   x − 2y = 10, 2x − y − z = 8, −2y + z = 7.

If A = `[(1, 2, 0), (-2, -1, -2), (0, -1, 1)]`, then find A−1.

Hence, solve the system of linear equations:

x − 2y = 10

2x − y − z = 8

−2y + z = 7

Sum
Advertisements

Solution

A = `[(1, 2, 0), (-2, -1, -2), (0, -1, 1)]`

|A| = `[(1, 2, 0), (-2, -1, -2), (0, -1, 1)]`

= 1(−1 − 2) − 2(−2 + 0) + 0

= −3 + 4 

= 1

|A| ≠ 0 A−1 exist.

Now find minors and cofactors

A11 = M11 = −3

A12 = −M12 = −(−2)

= 2

A13 = M13 = 2

A21 = −M21 = −2

A22 = M22 = 1

A23 = −M23 = −(−1)

= 1

A31 = M31 = −4

A32 = −M32 = (−2)

= −2

A33 = M33 = (−1 + 4)

= 3

adj A = [Cofactor matrix] = `[(-3, 2, 2), (-2, 1, 1), (-4, 2, 3)]`

= `[(-3, -2, -4), (2, 1, 2), (2, 1, 3)]`

`A^(-1)1/|A| adj A = 1/(+1)[(-3, -2, -4), (2, 1, 2), (2, 1, 3)]`

Given: x − 2y = 10

2x − y − z = 8

−2y + z = 7

In matrix form, `[(1, -2, 0), (2, -1, -1), (0, -2, 1)][(x), (y), (z)] = [(10), (8), (7)]`

A'X = B

X = (A')−1

B = (A−1)'B

`[(x), (y), (z)] = 1/1[(-3, -2, -4), (2, 1, 2), (2, 1, 3)][(10), (8), (7)]`

= `[(-3, 2, 2), (-2, 1, 1), (-4, 2, 3)][(10), (8), (7)]`

`[(x), (y), (z)] = [(-30 + 16 + 14), (-20 + 8 + 7), (-40 + 16 + 21)]`

= `[(-30 + 30), (-20 + 15), (-40 + 37)]`

`[(x), (y), (z)] = [(0), (-5), (-3)]`

Hence, x = 0, y = −5, z = −3.

shaalaa.com
  Is there an error in this question or solution?
Chapter 7: Solution of Simultaneous Linear Equations - Exercise 8.1 [Page 16]

APPEARS IN

R.D. Sharma Mathematics Volume 1 and 2 [English] Class 12
Chapter 7 Solution of Simultaneous Linear Equations
Exercise 8.1 | Q 8.4 | Page 16

RELATED QUESTIONS

Find the value of a if `[[a-b,2a+c],[2a-b,3c+d]]=[[-1,5],[0,13]]`


Examine the consistency of the system of equations.

x + 3y = 5

2x + 6y = 8


Examine the consistency of the system of equations.

3x − y − 2z = 2

2y − z = −1

3x − 5y = 3


Show that

\[\begin{vmatrix}\sin 10^\circ & - \cos 10^\circ \\ \sin 80^\circ & \cos 80^\circ\end{vmatrix} = 1\]


If \[A = \begin{bmatrix}2 & 5 \\ 2 & 1\end{bmatrix} \text{ and } B = \begin{bmatrix}4 & - 3 \\ 2 & 5\end{bmatrix}\] , verify that |AB| = |A| |B|.

 

If A \[\begin{bmatrix}1 & 0 & 1 \\ 0 & 1 & 2 \\ 0 & 0 & 4\end{bmatrix}\] , then show that |3 A| = 27 |A|.

 

Find the value of x, if

\[\begin{vmatrix}3 & x \\ x & 1\end{vmatrix} = \begin{vmatrix}3 & 2 \\ 4 & 1\end{vmatrix}\]


Without expanding, show that the value of the following determinant is zero:

\[\begin{vmatrix}\sqrt{23} + \sqrt{3} & \sqrt{5} & \sqrt{5} \\ \sqrt{15} + \sqrt{46} & 5 & \sqrt{10} \\ 3 + \sqrt{115} & \sqrt{15} & 5\end{vmatrix}\]


Evaluate :

\[\begin{vmatrix}x + \lambda & x & x \\ x & x + \lambda & x \\ x & x & x + \lambda\end{vmatrix}\]


Prove the following identity:

\[\begin{vmatrix}a + x & y & z \\ x & a + y & z \\ x & y & a + z\end{vmatrix} = a^2 \left( a + x + y + z \right)\]

 


Without expanding, prove that

\[\begin{vmatrix}a & b & c \\ x & y & z \\ p & q & r\end{vmatrix} = \begin{vmatrix}x & y & z \\ p & q & r \\ a & b & c\end{vmatrix} = \begin{vmatrix}y & b & q \\ x & a & p \\ z & c & r\end{vmatrix}\]


​Solve the following determinant equation:

\[\begin{vmatrix}3x - 8 & 3 & 3 \\ 3 & 3x - 8 & 3 \\ 3 & 3 & 3x - 8\end{vmatrix} = 0\]

 


Find the area of the triangle with vertice at the point:

 (−1, −8), (−2, −3) and (3, 2)


Prove that :

\[\begin{vmatrix}1 & 1 + p & 1 + p + q \\ 2 & 3 + 2p & 4 + 3p + 2q \\ 3 & 6 + 3p & 10 + 6p + 3q\end{vmatrix} = 1\]

 


Prove that :

\[\begin{vmatrix}a & b - c & c - b \\ a - c & b & c - a \\ a - b & b - a & c\end{vmatrix} = \left( a + b - c \right) \left( b + c - a \right) \left( c + a - b \right)\]

 


2x − y = 17
3x + 5y = 6


A salesman has the following record of sales during three months for three items A, B and C which have different rates of commission 

Month Sale of units Total commission
drawn (in Rs)
  A B C  
Jan 90 100 20 800
Feb 130 50 40 900
March 60 100 30 850


Find out the rates of commission on items A, B and C by using determinant method.


Solve each of the following system of homogeneous linear equations.
3x + y + z = 0
x − 4y + 3z = 0
2x + 5y − 2z = 0


Write the value of the determinant 
\[\begin{bmatrix}2 & 3 & 4 \\ 2x & 3x & 4x \\ 5 & 6 & 8\end{bmatrix} .\]

 


If \[A = \begin{bmatrix}1 & 2 \\ 3 & - 1\end{bmatrix}\text{ and B} = \begin{bmatrix}1 & - 4 \\ 3 & - 2\end{bmatrix},\text{ find }|AB|\]


If \[\begin{vmatrix}2x & 5 \\ 8 & x\end{vmatrix} = \begin{vmatrix}6 & - 2 \\ 7 & 3\end{vmatrix}\] , write the value of x.


Let \[\begin{vmatrix}x^2 + 3x & x - 1 & x + 3 \\ x + 1 & - 2x & x - 4 \\ x - 3 & x + 4 & 3x\end{vmatrix} = a x^4 + b x^3 + c x^2 + dx + e\] 
be an identity in x, where abcde are independent of x. Then the value of e is


The maximum value of  \[∆ = \begin{vmatrix}1 & 1 & 1 \\ 1 & 1 + \sin\theta & 1 \\ 1 + \cos\theta & 1 & 1\end{vmatrix}\] is (θ is real)

 





The value of \[\begin{vmatrix}1 & 1 & 1 \\ {}^n C_1 & {}^{n + 2} C_1 & {}^{n + 4} C_1 \\ {}^n C_2 & {}^{n + 2} C_2 & {}^{n + 4} C_2\end{vmatrix}\] is


Solve the following system of equations by matrix method:
3x + 4y − 5 = 0
x − y + 3 = 0


Solve the following system of equations by matrix method:
3x + 7y = 4
x + 2y = −1


Solve the following system of equations by matrix method:
 8x + 4y + 3z = 18
2x + y +z = 5
x + 2y + z = 5


Solve the following system of equations by matrix method:

\[\frac{2}{x} + \frac{3}{y} + \frac{10}{z} = 4, \frac{4}{x} - \frac{6}{y} + \frac{5}{z} = 1, \frac{6}{x} + \frac{9}{y} - \frac{20}{z} = 2; x, y, z \neq 0\]

 


Show that each one of the following systems of linear equation is inconsistent:
2x + 5y = 7
6x + 15y = 13


3x − y + 2z = 0
4x + 3y + 3z = 0
5x + 7y + 4z = 0


3x + y − 2z = 0
x + y + z = 0
x − 2y + z = 0


Write the value of `|(a-b, b- c, c-a),(b-c, c-a, a-b),(c-a, a-b, b-c)|`


`abs ((2"xy", "x"^2, "y"^2),("x"^2, "y"^2, 2"xy"),("y"^2, 2"xy", "x"^2)) =` ____________.


The number of values of k for which the linear equations 4x + ky + 2z = 0, kx + 4y + z = 0 and 2x + 2y + z = 0 possess a non-zero solution is


If `|(x + 1, x + 2, x + a),(x + 2, x + 3, x + b),(x + 3, x + 4, x + c)|` = 0, then a, b, care in


The number of real values λ, such that the system of linear equations 2x – 3y + 5z = 9, x + 3y – z = –18 and 3x – y + (λ2 – |λ|z) = 16 has no solution, is ______.


Using the matrix method, solve the following system of linear equations:

`2/x + 3/y + 10/z` = 4, `4/x - 6/y + 5/z` = 1, `6/x + 9/y - 20/z` = 2.


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×