Question: Take the following three row vectors: A = (1, 3), B = (7, 9), C = (7, 2)
- Find the column vectors V = AT, W = BT, X = CT
- Make the Matrix E such that V is the first column, W is the second column, X is the third column
- Does E = DT?
- Make the Matrix D such that A is the first row, B is the second row, & C is the third row