Advertisements
Advertisements
Question
Solve the following :
If A = `[(1, 0, 0),(2, 1, 0),(3, 3, 1)]`, the reduce it to unit matrix by using row transformations.
Solution
AB = `[(1, 0, 0),(2, 1, 0),(3, 3, 1)]`
∴ |A| = `[(1, 0, 0),(2, 1, 0),(3, 3, 1)]`
= 1(1 – 0) –0(2 –0) + 0(6 – 3)
= 1 – 0 + 0
= 1 ≠ 0
∴ A is non-singular matrix.
Hence, row transformations are possible.
Now, A = `[(1, 0, 0),(2, 1, 0),(3, 3, 1)]`
Applying R2 → R2 – 2R1 and R3 → R3 – 3R1, we get
A = `[(1, 0, 0),(0, 1, 0),(0, 3, 1)]`
Applying R3 → R3 – 3R2, we get
A = `[(1, 0, 0),(0, 1, 0),(0, 0, 1)]`.
APPEARS IN
RELATED QUESTIONS
The cost of 4 pencils, 3 pens and 2 erasers is Rs. 60. The cost of 2 pencils, 4 pens and 6 erasers is Rs. 90 whereas the cost of 6 pencils, 2 pens and 3 erasers is Rs. 70. Find the cost of each item by using matrices.
The sum of three numbers is 6. When second number is subtracted from thrice the sum of first and third number, we get number 10. Four times the sum of third number is subtracted from five times the sum of first and second number, the result is 3. Using above information, find these three numbers by matrix method.
Express the following equations in the matrix form and solve them by method of reduction :
2x- y + z = 1, x + 2y + 3z = 8, 3x + y - 4z =1
Use elementary column operation C2 → C2 + 2C1 in the following matrix equation :
`[[2,1],[2,0]] = [[3,1],[2,0]] [[1,0],[-1,1]]`
Use elementary column operations \[C_2 \to C_2 - 2 C_1\] in the matrix equation \[\begin{pmatrix}4 & 2 \\ 3 & 3\end{pmatrix} = \begin{pmatrix}1 & 2 \\ 0 & 3\end{pmatrix}\begin{pmatrix}2 & 0 \\ 1 & 1\end{pmatrix}\] .
Using elementary row operations, find the inverse of the matrix A = `((3, 3,4),(2,-3,4),(0,-1,1))` and hence solve the following system of equations : 3x - 3y + 4z = 21, 2x -3y + 4z = 20, -y + z = 5.
Find the cofactor matrix, of the following matrices: `[(5, 8, 7),(-1, -2, 1),(-2, 1, 1)]`
Choose the correct alternative.
If A = `[(2, 5),(1, 3)]`, then A–1 = _______
Fill in the blank :
Order of matrix `[(2, 1, 1),(5, 1, 8)]` is _______
Choose the correct alternative:
If A = `[(1, 2),(2, -1)]`, then adj (A) = ______
State whether the following statement is True or False:
After applying elementary transformation R1 – 3R2 on matrix `[(3, -2),(1, 4)]` we get `[(0, -12),(1, 4)]`
If A is a 3 × 3 matrix and |A| = 2, then the matrix represented by A (adj A) is equal to.
Find the values of a and b if A = B, where A = `[("a" + 4, 3"b"),(8, -6)]`, B = `[(2"a" + 2, "b"^2 + 2),(8, "b"^2 - 5"b")]`
Solve for x and y: `x[(2),(1)] + y[(3),(5)] + [(-8),(-11)]` = O
If A = `[(0, -1, 2),(4, 3, -4)]` and B = `[(4, 0),(1, 3),(2, 6)]`, then verify that: (A′)′ = (AB)' = B'A'
Find the matrix A such that `[(2, -1),(1, 0),(-3, 4)] "A" = [(-1, -8, -10),(1, -2, -5),(9, 22, 15)]`
Find x, y, z if A = `[(0, 2y, z),(x, y, -z),(x, -y, z)]` satisfies A′ = A–1.
If possible, using elementary row transformations, find the inverse of the following matrices
`[(2, 0, -1),(5, 1, 0),(0, 1, 3)]`
A matrix denotes a number.
Two matrices are equal if they have same number of rows and same number of columns.