Dr. Kevin G. TeBeest
- Do the following. They will be referred to in class several times.
- Do Problem 1a,b,c.
- Do Problem 2 above.
- Do 3 (a,b,d)
- Do 4 (a) – Notes:
- B2 means BB,
- B3 means B2B, etc.
- AAT means A times AT.
- In problem 4, also determine ATA.
Does AAT = ATA?
- Given matrices:
and
A = 8 6 4 9 Determine the products AB and BA. Are the two results equal?
B = 4 –19 –7 33
- What is a matrix with only one column called?
- What is a matrix with only one row called?
- If A is non-square, does A2 exist?
- What is (AT)T?
- Suppose A is 100 x 77.
- What is the size of ATA?
- What is the size of AAT?
- If A is a column vector containing n members, what is its size?
- If A is a row vector containing m members, what is its size?
- What is the transpose of a row vector?
- What is the transpose of a column vector?
- Which of the following is correct? When we write AB, we say that
- A pre-multiplies B.
- B pre-multiplies A.
- Which of the following is correct? When we write Ax, we say that
- x pre-multiplies A.
- x post-multiplies A.