Advertisements
Advertisements
प्रश्न
If A = `[(2, -3, 5),(3, 2, -4),(1, 1, -2)]`, find A–1. Use A–1 to solve the following system of equations 2x − 3y + 5z = 11, 3x + 2y – 4z = –5, x + y – 2z = –3
Advertisements
उत्तर
A = `[(2, -3, 5),(3, 2, -4),(1, 1, -2)]`
|A| = 2(0) + 3(–2) + 5(1) = –1
A–1 = `(adj A)/|A|`
adj A = `[(0, -1, 2),(2, -9, 23),(1, -5, 13)]`, A–1 = `1/((-1)) [(0, -1, 2),(2, -9, 23),(1, -5, 13)]`
X = A–1B
⇒ `[(x),(y),(z)]`
= `1/((-1)) [(0, -1, 2),(2, -9, 23),(1, -5, 13)][(11),(-5),(-3)]`
= `1/((-1)) [(0 + 5 - 6),(22 + 45 - 69),(11 + 25 - 39)]`
⇒ `[(x),(y),(z)] = 1/((-1)) [(-1),(-2),(-3)]`
⇒ x = 1, y = 2, z = 3.
APPEARS IN
संबंधित प्रश्न
Find the inverse of the matrices (if it exists).
`[(1,2,3),(0,2,4),(0,0,5)]`
Find the inverse of the matrices (if it exists).
`[(1,0,0),(3,3,0),(5,2,-1)]`
If A is an invertible matrix of order 2, then det (A−1) is equal to ______.
If A−1 = `[(3,-1,1),(-15,6,-5),(5,-2,2)]` and B = `[(1,2,-2),(-1,3,0),(0,-2,1)]`, find (AB)−1.
If x, y, z are nonzero real numbers, then the inverse of matrix A = `[(x,0,0),(0,y,0),(0,0,z)]` is ______.
Find the adjoint of the following matrix:
\[\begin{bmatrix}\cos \alpha & \sin \alpha \\ \sin \alpha & \cos \alpha\end{bmatrix}\]
Compute the adjoint of the following matrix:
Verify that (adj A) A = |A| I = A (adj A) for the above matrix.
Find the inverse of the following matrix:
Find the inverse of the following matrix:
Find the inverse of the following matrix.
Find the inverse of the following matrix.
Find the inverse of the following matrix and verify that \[A^{- 1} A = I_3\]
Find the inverse of the following matrix and verify that \[A^{- 1} A = I_3\]
Given \[A = \begin{bmatrix}2 & - 3 \\ - 4 & 7\end{bmatrix}\], compute A−1 and show that \[2 A^{- 1} = 9I - A .\]
If A is symmetric matrix, write whether AT is symmetric or skew-symmetric.
If A is an invertible matrix such that |A−1| = 2, find the value of |A|.
Find the inverse of the matrix \[\begin{bmatrix}3 & - 2 \\ - 7 & 5\end{bmatrix} .\]
If A is an invertible matrix of order 3, then which of the following is not true ?
If \[A = \begin{bmatrix}1 & 2 & - 1 \\ - 1 & 1 & 2 \\ 2 & - 1 & 1\end{bmatrix}\] , then ded (adj (adj A)) is __________ .
For any 2 × 2 matrix, if \[A \left( adj A \right) = \begin{bmatrix}10 & 0 \\ 0 & 10\end{bmatrix}\] , then |A| is equal to ______ .
If A and B are invertible matrices, which of the following statement is not correct.
If a matrix A is such that \[3A^3 + 2 A^2 + 5 A + I = 0,\text{ then }A^{- 1}\] equal to _______________ .
If A and B are invertible matrices, then which of the following is not correct?
Find the adjoint of the matrix A, where A `= [(1,2,3),(0,5,0),(2,4,3)]`
Find the value of x for which the matrix A `= [(3 - "x", 2, 2),(2,4 - "x", 1),(-2,- 4,-1 - "x")]` is singular.
The value of `abs (("cos" (alpha + beta),-"sin" (alpha + beta),"cos" 2 beta),("sin" alpha, "cos" alpha, "sin" beta),(-"cos" alpha, "sin" alpha, "cos" beta))` is independent of ____________.
For matrix A = `[(2,5),(-11,7)]` (adj A)' is equal to:
If `abs((2"x", -1),(4,2)) = abs ((3,0),(2,1))` then x is ____________.
A furniture factory uses three types of wood namely, teakwood, rosewood and satinwood for manufacturing three types of furniture, that are, table, chair and cot.
The wood requirements (in tonnes) for each type of furniture are given below:
| Table | Chair | Cot | |
| Teakwood | 2 | 3 | 4 |
| Rosewood | 1 | 1 | 2 |
| Satinwood | 3 | 2 | 1 |
It is found that 29 tonnes of teakwood, 13 tonnes of rosewood and 16 tonnes of satinwood are available to make all three types of furniture.
Using the above information, answer the following questions:
- Express the data given in the table above in the form of a set of simultaneous equations.
- Solve the set of simultaneous equations formed in subpart (i) by matrix method.
- Hence, find the number of table(s), chair(s) and cot(s) produced.
