Advertisements
Advertisements
Question
Given : M = `[(5, -3),(-2, 4)]`, find its transpose matrix Mt. If possible, find M + Mt
Advertisements
Solution
Given that,
M = `[(5, -3),(-2, 4)]`
Mt = `[(5, -2),(-3, 4)]`
M + Mt = `[(5, -3),(-2, 4)] + [(5, -2),(-3, 4)]`
= `[(5 + 5, -3-2),(-2-3, 4 + 4)]`
= `[(10, -5),(-5, 8)]`
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.
State, whether the following statement is true or false. If false, give a reason.
Transpose of a square matrix is a square matrix.
Classify the following matrix :
`|(800),(521)|`
Classify the following matrix :
`|(1 , 1),(0,9)|`
Classify the following matrix :
`|(11 , 3 , 0),(21 , 8 , 4),(15,5,2)|`
If P= (8,5),(7,2) find : P + Pt
Evaluate the following :
`|(6 , 1),(3 , 1),(2 , 4)| |(1 , -2 , 1),(2 , 1 , 3)|`
If A = `|(1,3),(3,2)|` and B = `|(-2,3),(-4,1)|` find AB
If a matrix has 8 elements, what are the possible order it can have?
Construct a 2 x 2 matrix whose elements aij are given by aij = 2i – j
