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
If `|[x+1,x-1],[x-3,x+2]|=|[4,-1],[1,3]|`, then write the value of x.
Solve the system of linear equations using the matrix method.
2x + 3y + 3z = 5
x − 2y + z = −4
3x − y − 2z = 3
\[\begin{vmatrix}0 & b^2 a & c^2 a \\ a^2 b & 0 & c^2 b \\ a^2 c & b^2 c & 0\end{vmatrix} = 2 a^3 b^3 c^3\]
Solve the following determinant equation:
Prove that :
Prove that
9x + 5y = 10
3y − 2x = 8
6x + y − 3z = 5
x + 3y − 2z = 5
2x + y + 4z = 8
3x − y + 2z = 6
2x − y + z = 2
3x + 6y + 5z = 20.
Write the value of the determinant
\[\begin{bmatrix}2 & 3 & 4 \\ 2x & 3x & 4x \\ 5 & 6 & 8\end{bmatrix} .\]
Write the value of the determinant \[\begin{vmatrix}2 & 3 & 4 \\ 5 & 6 & 8 \\ 6x & 9x & 12x\end{vmatrix}\]
If \[\begin{vmatrix}3x & 7 \\ - 2 & 4\end{vmatrix} = \begin{vmatrix}8 & 7 \\ 6 & 4\end{vmatrix}\] , find 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 a, b, c, d, e are independent of x. Then the value of e is
Solve the following system of equations by matrix method:
3x + 7y = 4
x + 2y = −1
Show that each one of the following systems of linear equation is inconsistent:
4x − 2y = 3
6x − 3y = 5
If \[\begin{bmatrix}1 & 0 & 0 \\ 0 & - 1 & 0 \\ 0 & 0 & - 1\end{bmatrix}\begin{bmatrix}x \\ y \\ z\end{bmatrix} = \begin{bmatrix}1 \\ 0 \\ 1\end{bmatrix}\], find x, y and z.
The existence of the unique solution of the system of equations:
x + y + z = λ
5x − y + µz = 10
2x + 3y − z = 6
depends on
On her birthday Seema decided to donate some money to children of an orphanage home. If there were 8 children less, everyone would have got ₹ 10 more. However, if there were 16 children more, everyone would have got ₹ 10 less. Using the matrix method, find the number of children and the amount distributed by Seema. What values are reflected by Seema’s decision?
Three chairs and two tables cost ₹ 1850. Five chairs and three tables cost ₹2850. Find the cost of four chairs and one table by using matrices
Solve the following equations by using inversion method.
x + y + z = −1, x − y + z = 2 and x + y − z = 3
Show that if the determinant ∆ = `|(3, -2, sin3theta),(-7, 8, cos2theta),(-11, 14, 2)|` = 0, then sinθ = 0 or `1/2`.
Using determinants, find the equation of the line joining the points (1, 2) and (3, 6).
If `alpha, beta, gamma` are in A.P., then `abs (("x" - 3, "x" - 4, "x" - alpha),("x" - 2, "x" - 3, "x" - beta),("x" - 1, "x" - 2, "x" - gamma)) =` ____________.
If the system of equations 2x + 3y + 5 = 0, x + ky + 5 = 0, kx - 12y - 14 = 0 has non-trivial solution, then the value of k is ____________.
The existence of unique solution of the system of linear equations x + y + z = a, 5x – y + bz = 10, 2x + 3y – z = 6 depends on
Let P = `[(-30, 20, 56),(90, 140, 112),(120, 60, 14)]` and A = `[(2, 7, ω^2),(-1, -ω, 1),(0, -ω, -ω + 1)]` where ω = `(-1 + isqrt(3))/2`, and I3 be the identity matrix of order 3. If the determinant of the matrix (P–1AP – I3)2 is αω2, then the value of α is equal to ______.
