EXERCISE 2-1

For example, consider matrix-vector multiplication of an [m by n] matrix, B, by an [n by 1] column vector, x, using the mtimes operator * that produces an [m by 1] column vector: This produces a column vector y of length m with elements that are the sum of the products of the elements from successive rows of B with the corresponding elements ... ................
................