Understand matrix multiplication: Understand matrix multiplication. Matrix multiplication involves taking the rows of the first matrix E and multiplying them by the columns of the second matrix D, then summing the products to get the entries of the resulting matrix H.
Identify matrix dimensions: Identify the dimensions of the matrices.Matrix E has dimensions 3×1 (3 rows and 1 column), and matrix D has dimensions 1×2 (1 row and 2 columns). The resulting matrix H will have dimensions that are the product of the number of rows of E and the number of columns of D, which is 3×11.
Perform matrix multiplication: Perform the matrix multiplication.We multiply each element of the rows of E by the corresponding elements of the columns of D and sum the products to get the entries of H.H=[5×5+(not applicable, as there is only one element in the row and column),2×5+(not applicable, as there is only one element in the row and column),−2×5+(not applicable, as there is only one element in the row and column)]This simplifies to:H=[25,10,−10]
More problems from Unions and intersections of sets