Advertisements
Advertisements
Question
Given two matrices A and B
`A = [(1,-2,3),(1,4,1),(1,-3, 2)] and B = [(11,-5,-14),(-1, -1,2),(-7,1,6)]`
find AB and use this result to solve the following system of equations:
x - 2y + 3z = 6, x + 4x + z = 12, x - 3y + 2z = 1
Solution
`AB = [(1,-2,3),(1,4,1),(1,-3,2)][(11,-5,-14),(-1,-1,2),(-7,1,6)]`
`AB = [(11+3-21,-5+2+3,-14-4+18),(11-4-7,-5-4+1, -14+8+6),(11+3-14, -5+3+2,-14-6+12)]`
`AB = [(-8,0,0),(0,-8,0),(0,0,-8)] = - 8I`
`-1/8 AB = I`
`A(-1/8 B) = I`
`A^(-1) = -1/8 B`
Let AX= C
`[(1,-2,3),(1,4,1),(1,-3,2)][(x),(y),(z)] = [(6),(12),(1)]`
AX = C
`X= A^(-1)C`
we know that `A^(-1) = (-1)/8 B`
`[(x),(y),(z)] = (-1)/8 [(11,-5,-14),(-1,-1,2),(-7,1,6)] [(6),(12),(1)]`
`[(x),(y),(z)] = (-1)/8[(66,-60,-14),(-6,-12,+2),(-42,+12,+6)]`
`[(x),(y),(z)] =(-1)/8 [(8),(-16),(-24)]`
`[(x),(y),(z)] = [(1),(2),(3)]`
x = 1
y = 2
z = 3
APPEARS IN
RELATED QUESTIONS
Find the value of x, y, and z from the following equation:
`[(4,3),(x,5)] = [(y,z),(1,5)]`
`A = [a_(ij)]_(mxxn)` is a square matrix, if ______.
Let A = `[(0,1),(0,0)]`show that (aI+bA)n = anI + nan-1 bA , where I is the identity matrix of order 2 and n ∈ N
if A = [(1,1,1),(1,1,1),(1,1,1)], Prove that A" = `[(3^(n-1),3^(n-1),3^(n-1)),(3^(n-1),3^(n-1),3^(n-1)),(3^(n-1),3^(n-1),3^(n-1))]` `n in N`
If A = `[(alpha, beta),(gamma, -alpha)]` is such that A2 = I then ______.
if the matrix A =`[(0,a,-3),(2,0,-1),(b,1,0)]` is skew symmetric, Find the value of 'a' and 'b'
In a certain city there are 30 colleges. Each college has 15 peons, 6 clerks, 1 typist and 1 section officer. Express the given information as a column matrix. Using scalar multiplication, find the total number of posts of each kind in all the colleges.
If A and B are square matrices of order 3 such that |A| = –1, |B| = 3, then find the value of |2AB|.
If A = `[[0 , 2],[3, -4]]` and kA = `[[0 , 3"a"],[2"b", 24]]` then find the value of k,a and b.
if `vec"a"= 2hat"i" + 3hat"j"+ hat"k", vec"b" = hat"i" -2hat"j" + hat"k" and vec"c" = -3hat"i" + hat"j" + 2hat"k", "find" [vec"a" vec"b" vec"c"]`
Classify the following matrix as, a row, a column, a square, a diagonal, a scalar, a unit, an upper triangular, a lower triangular, a symmetric or a skew-symmetric matrix:
`[(3, 0, 0),(0, 5, 0),(0, 0, 1/3)]`
Identify the following matrix is singular or non-singular?
`[("a", "b", "c"),("p", "q", "r"),(2"a" - "p", 2"b" - "q", 2"c" - "r")]`
The following matrix, using its transpose state whether it is symmetric, skew-symmetric, or neither:
`[(0, 1 + 2"i", "i" - 2),(-1 - 2"i", 0, -7),(2 - "i", 7, 0)]`
If A = `[(1, 2, 2),(2, 1, 2),(2, 2, 1)]`, Show that A2 – 4A is a scalar matrix
Answer the following question:
If A = diag [2 –3 –5], B = diag [4 –6 –3] and C = diag [–3 4 1] then find B + C – A
If A = `[(2, 0, 0),(0, 1, 0),(0, 0, 1)]`, then |adj (A)| = ______
If A = `[(3, -4),(1, 1),(2, 0)]` and B = `[(2, 1, 2),(1, 2, 4)]`, then verify (BA)2 ≠ B2A2
Given A = `[(2, 4, 0),(3, 9, 6)]` and B = `[(1, 4),(2, 8),(1, 3)]` is (AB)′ = B′A′?
If A is a square matrix, then A – A’ is a ____________.
For any square matrix A, AAT is a ____________.
If a matrix A is both symmetric and skew symmetric then matrix A is ____________.
`root(3)(4663) + 349` = ? ÷ 21.003
If all the elements are zero, then matrix is said to be
A = `[a_(ij)]_(m xx n)` is a square matrix, if
If 'A' is square matrix, such that A2 = A, then (7 + A)3 = 7A is equal to
If `A = [(1,-1,2),(0,-1,3)], B = [(-2,1),(3,-1),(0,2)],` then AB is a singular matrix.