Advertisements
Advertisements
Question
Wherever possible, write the following as a single matrix.
`[(2, 3, 4),(5, 6, 7)] - [(0, 2, 3),(6, -1, 0)]`
Advertisements
Solution
`[(2, 3, 4),(5, 6, 7)] - [(0, 2, 3),(6, -1,0)]`
= `[(2 - 0, 3 - 2, 4 - 3),(5 - 6, 6 + 1, 7 - 0)]`
= `[(2, 1, 1),(-1, 7, 7)]`
APPEARS IN
RELATED QUESTIONS
The bookshop of a particular school has 10 dozen chemistry books, 8 dozen physics books, 10 dozen economics books. Their selling prices are Rs 80, Rs 60 and Rs 40 each respectively. Find the total amount the bookshop will receive from selling all the books using matrix algebra.
If A = `[(8, -3)]` and B = `[(4, -5)]`; find A + B
If `A = [(2),(5)], B = [(1),(4)]` and `C = [(6),(-2)]`, find A – C
Find x and y from the given equations:
`[(-8, x)] + [(y, -2)] = [(-3, 2)]`
Find the values of a, b, c and d, if `|("a + 3b", 3"c" + "d"),(2"a" - "b" , "c" - 2"d")| = |(5 , 8),(3 , 5)|`
Evaluate the following :
`|(2,1) ,(3,2),(1 , 1)| |(1 , -2 , 1),(2 , 1 , 3)|`
If A = `|(1,3),(3,2)|` and B = `|(-2 , 3),(-4 , 1)|` find BA
If a matrix has 4 elements, what are the possible order it can have?
Construct a 2 x 2 matrix whose elements aij are given by aij = 2i – j
If `M xx [(3, 2),(-1, 0)] = [(3, -1)]`, the order of matrix M is ______.
