Q. E=[114222] and B=⎣⎡12233−2⎦⎤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.
Verify matrix multiplication possibility: Verify if matrix multiplication is possible.Matrix E has dimensions 2×3 (2 rows and 3 columns), and matrix B has dimensions 3×2 (3 rows and 2 columns). Since the number of columns in E is equal to the number of rows in B, matrix multiplication is possible.
Set up the multiplication: Set up the multiplication.To find H, we need to multiply each row of E by each column of B and sum the products. The resulting matrix H will have dimensions 2×2.
Calculate first element of matrix H: Calculate the first element of matrix H. Multiply the first row of E by the first column of B: H[1,1]=(1×1)+(4×2)+(2×2)=1+8+4=13
Calculate second element first row H: Calculate the second element of the first row of matrix H. Multiply the first row of E by the second column of B: H[1,2]=(1×3)+(4×3)+(2×(−2))=3+12−4=11
Calculate first element second row H: Calculate the first element of the second row of matrix H. Multiply the second row of E by the first column of B: H[2,1]=(1×1)+(2×2)+(2×2)=1+4+4=9
Calculate second element second row H: Calculate the second element of the second row of matrix H. Multiply the second row of E by the second column of B: H[2,2]=(1×3)+(2×3)+(2×(−2))=3+6−4=5
Combine results form matrix H: Combine the results to form matrix H.H = \left[\begin{array}{cc}\(\newline\)\(13\) & \(11\) (\newline\)\(9\) & \(5\)\(\newline\)\end{array}\right]
More problems from Unions and intersections of sets