Advertisements
Advertisements
प्रश्न
Using matrices, solve the following system of equations :
2x - 3y + 5z = 11
3x + 2y - 4z = -5
x + y - 2z = -3
उत्तर
Using this let us solve the system of given equation
2x - 3y + 5z = 11
3x + 2y - 4z = -5
x + y - 2z = -3
This can be written in the form AX = B
`[(2,-3,5),(3,2,-4),(1,1,-2)][(x),(y),(z)] = [(11),(-5),(-3)]`
where `A = [(2,-3,5),(3,2,-4),(1,1,-2)]X = [(x),(y),(z)]B = [(11),(-5),(-3)]`
we know `A^(-1) = 1/|A| (adj A)`
`|A| = 2(2xx-2-1xx-4) - (-3)(3xx-2-1xx -4) + 5(3xx1-2xx1)`
`= 2(-4+4) + 3(-6+4) + 5(3-2)`
`= 0 - 6+ 5 = -1 !=0`
Hence it is a non- singular matrix
Therefore `A^(-1)` exists
Let us findthe (adjA) by by finding the minors and cofactors
`M_11 = |(2,-4),(1,-2)| = -4+4 = 0`
`M_12 = |(3,-4),(1,-2)| = -6+4 = -2`
`M_13 = |(3,2),(1,1)| = 3-2 = 1`
`M_21 = |(-3,5),(1,-2)| = 6-5 = 1`
`M_22 = |(2,5),(1, -2)| = -4-5 = -9`
`M_23 = |(2,-3),(1,1)| = 2+3 = 5`
`M_31 = |(-3,5),(2,-4)| = 12 - 10 = 2`
`M_32 = |(2,5),(3,-4)| = -8-158 = -23`
`M_33 = |(2,-3),(3,2)| = 4 + 9 = 13`
`A_11 = 0 A_12 = 2 A_13 = 1`
`A_21 = -1 A_22 = -9 A_23 = -5`
`A_31 = 2 A_32 = 23 A_33 = 13`
`A^(-1) = 1/(-1) [(0,-1,2),(2,-9,23),(1,-5,13)] = [(0,1,-2),(-2,9,-23),(-1,5,-13)]`
We know AX = B, then X = A–1 B
Therefore `[(x),(y),(z)] = [(0,1,-2),(-2,9,-23),(-1,5,-13)][(11),(-5),(-3)]`
Matrix multiplication can be done by multiplying the rows of matrix A with the column of matrix B.
Therefore `[(x),(y),(z)] = [(0,-5,+6),(-22,-45,+69),(-11,-25, +39)]= [(1),(2),(3)]`
Hence x = 1, y = 2 and z = 3
APPEARS IN
संबंधित प्रश्न
Write Minors and Cofactors of the elements of following determinants:
`|(2,-4),(0,3)|`
Write Minors and Cofactors of the elements of following determinants:
`|(a,c),(b,d)|`
Write Minors and Cofactors of the elements of following determinants:
`|(1,0,4),(3,5,-1),(0,1,2)|`
Using Cofactors of elements of second row, evaluate `triangle = |(5,3,8),(2,0,1),(1,2, 3)|`
if A = `((2,3,10),(4,-6,5),(6,9,-20))`, Find `A^(-1)`. Using `A^(-1)` Solve the system of equation `2/x + 3/y +10/z = 2`; `4/x - 6/y + 5/z = 5`; `6/x + 9/y - 20/z = -4`
Write the minor and cofactor of element of the first column of the following matrix and hence evaluate the determinant:
\[A = \begin{bmatrix}5 & 20 \\ 0 & - 1\end{bmatrix}\]
Write the minor and cofactor of element of the first column of the following matrix and hence evaluate the determinant:
\[A = \begin{bmatrix}- 1 & 4 \\ 2 & 3\end{bmatrix}\]
Write the minor and cofactor of element of the first column of the following matrix and hence evaluate the determinant:
\[A = \begin{bmatrix}1 & - 3 & 2 \\ 4 & - 1 & 2 \\ 3 & 5 & 2\end{bmatrix}\]
Write the minor and cofactor of element of the first column of the following matrix and hence evaluate the determinant:
\[A = \begin{bmatrix}1 & a & bc \\ 1 & b & ca \\ 1 & c & ab\end{bmatrix}\]
Write the minor and cofactor of element of the first column of the following matrix and hence evaluate the determinant:
\[A = \begin{bmatrix}0 & 2 & 6 \\ 1 & 5 & 0 \\ 3 & 7 & 1\end{bmatrix}\]
Write the minor and cofactor of element of the first column of the following matrix and hence evaluate the determinant:
\[A = \begin{bmatrix}2 & - 1 & 0 & 1 \\ - 3 & 0 & 1 & - 2 \\ 1 & 1 & - 1 & 1 \\ 2 & - 1 & 5 & 0\end{bmatrix}\]
If \[A = \begin{vmatrix}a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33}\end{vmatrix}\] and Cij is cofactor of aij in A, then value of |A| is given
Write the adjoint of the matrix \[A = \begin{bmatrix}- 3 & 4 \\ 7 & - 2\end{bmatrix} .\]
If Cij is the cofactor of the element aij of the matrix \[A = \begin{bmatrix}2 & - 3 & 5 \\ 6 & 0 & 4 \\ 1 & 5 & - 7\end{bmatrix}\], then write the value of a32C32.
If \[A = \begin{bmatrix}5 & 6 & - 3 \\ - 4 & 3 & 2 \\ - 4 & - 7 & 3\end{bmatrix}\] , then write the cofactor of the element a21 of its 2nd row.
If `"A" = [(1,1,1),(1,0,2),(3,1,1)]`, find A-1. Hence, solve the system of equations x + y + z = 6, x + 2z = 7, 3x + y + z = 12.
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.
Given A = `[(2, 2, -4),(-4, 2, -4),(2, -1, 5)]`, B = `[(1, -1, 0),(2, 3, 4),(0, 1, 2)]`, find BA and use this to solve the system of equations y + 2z = 7, x – y = 3, 2x + 3y + 4z = 17.
The sum of the products of elements of any row with the co-factors of corresponding elements is equal to ______.
Evaluate the determinant `Delta = abs (("log"_3 512, "log"_4 3),("log"_3 8, "log"_4 9))`
Find the minor of 6 and cofactor of 4 respectively in the determinant `Delta = abs ((1,2,3),(4,5,6),(7,8,9))`