Final answer:
The resulting matrix will be a 1-by-4 matrix i.e. E21K = [126, 1953, 0, 63].
Step-by-step explanation:
To compute E21K, we need to multiply the matrix E21 by the matrix K.
Since E21 is a 1-by-2 matrix and K is a 2-by-4 matrix, the resulting matrix will be a 1-by-4 matrix.
We can use matrix multiplication to find this product.
Each element of the resulting matrix will be the sum of the products of the corresponding elements in the rows of E21 and the columns of K.
Let's calculate the product:
E21K = [63] * [2 31 0 1; 4 70 -2 31]
E21K = [63 * 2 + 0 * 4, 63 * 31 + 0 * 70, 63 * 0 + 0 * -2, 63 * 1 + 0 * 31]
E21K = [126, 1953, 0, 63]