Advertisements
Advertisements
Question
If A = `[[1,1,1],[0,1,3],[1,-2,1]]` , find A-1Hence, solve the system of equations:
x +y + z = 6
y + 3z = 11
and x -2y +z = 0
Advertisements
Solution
A = `[[1,1,1],[0,1,3],[1,-2,1]]`
A11 = 7 , A12 = 3, A13 = -1
A21 = -3 , A22 = 0, A23 = +3
A31 = 2, A32 = -3, A33 = 1
|A| = 1(7) + 3 - 1= 9
`∴ A^(-1) = 1/|A| adj A`
` = 1/9[[7,-3,2],[3,0,-3],[-1,3,1]]`
Verification
AA-1 = I
`= 1/9[[1,1,1],[0,1,3],[1,-2,1]] xx [[7,-3,2],[3,0,-3],[-1,3,1]] `
`= 1/9[[9,0,0],[0,9,0],[0,0,9]]`
=I3
X +Y + Z = 6
0X + Y + 3Z = 11
X -2Y + Z = 0
`[[1,1,1],[0,1,3],[1,-2,1]] [ [X],[Y],[Z]] =[[6],[11],[0]]`
aX =b ⇒ x = A-1 b
`A^(-1) = 1/9 [[7,-3,2],[3,0,-3],[-1,3,1]] `
`∴ [[x],[y],[x]] =A^(-1)b`
`= 1/9 [[7,-3,2],[3,0,-3],[-1,3,1]] [[6],[11],[0]]`
`=1/9 [[42-33],[18],[-6+33]] =1/9 [[9],[18],[27]]`
`=[[1],[2],[3]]`
∴ x =1; y =2; z = 3
APPEARS IN
RELATED QUESTIONS
Solve the system of linear equations using the matrix method.
2x – y = –2
3x + 4y = 3
Solve the system of linear equations using the matrix method.
4x – 3y = 3
3x – 5y = 7
Solve the system of the following equations:
`2/x+3/y+10/z = 4`
`4/x-6/y + 5/z = 1`
`6/x + 9/y - 20/x = 2`
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|.
Evaluate :
\[\begin{vmatrix}1 & a & bc \\ 1 & b & ca \\ 1 & c & ab\end{vmatrix}\]
Evaluate the following:
\[\begin{vmatrix}a + x & y & z \\ x & a + y & z \\ x & y & a + z\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)\]
Solve the following determinant equation:
Find the value of x if the area of ∆ is 35 square cms with vertices (x, 4), (2, −6) and (5, 4).
Prove that :
3x + y = 19
3x − y = 23
3x + y + z = 2
2x − 4y + 3z = − 1
4x + y − 3z = − 11
6x + y − 3z = 5
x + 3y − 2z = 5
2x + y + 4z = 8
3x − y + 2z = 3
2x + y + 3z = 5
x − 2y − z = 1
If A is a singular matrix, then write the value of |A|.
Write the value of the determinant
Let \[\begin{vmatrix}x & 2 & x \\ x^2 & x & 6 \\ x & x & 6\end{vmatrix} = a x^4 + b x^3 + c x^2 + dx + e\]
Then, the value of \[5a + 4b + 3c + 2d + e\] is equal to
If a, b, c are distinct, then the value of x satisfying \[\begin{vmatrix}0 & x^2 - a & x^3 - b \\ x^2 + a & 0 & x^2 + c \\ x^4 + b & x - c & 0\end{vmatrix} = 0\text{ is }\]
If a > 0 and discriminant of ax2 + 2bx + c is negative, then
\[∆ = \begin{vmatrix}a & b & ax + b \\ b & c & bx + c \\ ax + b & bx + c & 0\end{vmatrix} is\]
If \[A + B + C = \pi\], then the value of \[\begin{vmatrix}\sin \left( A + B + C \right) & \sin \left( A + C \right) & \cos C \\ - \sin B & 0 & \tan A \\ \cos \left( A + B \right) & \tan \left( B + C \right) & 0\end{vmatrix}\] is equal to
Let \[f\left( x \right) = \begin{vmatrix}\cos x & x & 1 \\ 2\sin x & x & 2x \\ \sin x & x & x\end{vmatrix}\] \[\lim_{x \to 0} \frac{f\left( x \right)}{x^2}\] is equal to
Solve the following system of equations by matrix method:
5x + 2y = 3
3x + 2y = 5
Solve the following system of equations by matrix method:
3x + y = 19
3x − y = 23
Solve the following system of equations by matrix method:
3x + 4y + 7z = 14
2x − y + 3z = 4
x + 2y − 3z = 0
Show that each one of the following systems of linear equation is inconsistent:
2x + 5y = 7
6x + 15y = 13
Show that each one of the following systems of linear equation is inconsistent:
4x − 2y = 3
6x − 3y = 5
Two institutions decided to award their employees for the three values of resourcefulness, competence and determination in the form of prices at the rate of Rs. x, y and z respectively per person. The first institution decided to award respectively 4, 3 and 2 employees with a total price money of Rs. 37000 and the second institution decided to award respectively 5, 3 and 4 employees with a total price money of Rs. 47000. If all the three prices per person together amount to Rs. 12000 then using matrix method find the value of x, y and z. What values are described in this equations?
3x − y + 2z = 0
4x + 3y + 3z = 0
5x + 7y + 4z = 0
Prove that (A–1)′ = (A′)–1, where A is an invertible matrix.
