Question: 1. Modify MatMatDot so that it efficiently handles the case when A is lower triangular and B are upper triangular and both are n-by-n.
2. Develop a nested multiplication for the product y = (ciI +C2A +... +ckAk-1 )v, where the Ci are scalars, A is a square matrix, and v is a vector.