Advertisements
Advertisements
Question
Given : M = `[(5, -3),(-2, 4)]`, find its transpose matrix Mt. If possible, find M + Mt
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)]`
APPEARS IN
RELATED QUESTIONS
Given : `[(x, y + 2),(3, z - 1)] = [(3, 1),(3, 2)]`; find x, y and z.
Wherever possible, write the following as a single matrix.
`[(2, 3, 4),(5, 6, 7)] - [(0, 2, 3),(6, -1, 0)]`
State, with reason, whether the following is true or false. A, B and C are matrices of order 2 × 2.
A . (B – C) = A . B – A . C
Classify the following rnatrix :
`|(2,1),(0 , 6),(8 , 7) |`
Classify the following matrix :
`|(800),(521)|`
If A = `|(5,"r"),("p",7)|` , c and if A + B = (9,7),(5,8) , find the values of p,q,r and s.
Find the inverse of the matrix `[ (1, 2, 3), (1, 1, 5), (2, 4, 7)]` by using the adjoint method.
`
If `"A" = [(1,2,-3),(5,4,0)] , "B" = [(1,4,3),(-2,5,0)]`, then find 2A + 3B.
`[(2 , 7, 8),(-1 , sqrt(2), 0)]`
Construct a matrix A = [aij]3 × 2 whose element aij is given by
aij = `(("i" - "j")^2)/(5 - "i")`