Exercise 1.2.1

Suppose Ax = 0 and Ay = 0 (where x and y and 0 are vectors). Put those two statements together into one matrix equation AB = C. What are those matrices B and C? If the matrix A is m by n, what are the shapes of B and C?

Answers

AB = A [xy ] = [00 ]. So If A is m by n, then B is n by 2, and C is m by 2.

User profile picture
2020-03-20 00:00
Comments