Q. E=[545013] and B=⎣⎡−11−2523⎦⎤Let H=EB. Find H.H=
Understand matrix multiplication: Understand matrix multiplication.To multiply two matrices, the number of columns in the first matrix must be equal to the number of rows in the second matrix. The resulting matrix will have the same number of rows as the first matrix and the same number of columns as the second matrix.E is a 2×3 matrix and B is a 3×2 matrix, so we can multiply E by B to get a 2×2 matrix H.
Set up the multiplication: Set up the multiplication.We will calculate each element of matrix H by taking the dot product of the corresponding row from E and the corresponding column from B.
Calculate first element of H: Calculate the first element of matrix H.H[1,1]=(5×−1)+(5×1)+(1×−2)=−5+5−2=−2
Calculate second element of first row: Calculate the second element of the first row of matrix H.H[1,2]=(5×5)+(5×2)+(1×3)=25+10+3=38
Calculate first element of second row: Calculate the first element of the second row of matrix H.H[2,1]=(4×−1)+(0×1)+(3×−2)=−4+0−6=−10
Calculate second element of second row: Calculate the second element of the second row of matrix H.H[2,2]=(4×5)+(0×2)+(3×3)=20+0+9=29
Combine results for matrix H: Combine the results to form matrix H.H = \begin{bmatrix}-2 & 38\-10 & 29\end{bmatrix}
More problems from Unions and intersections of sets