[ 8 11 2 8 ] [ 1 -2 0 5]
[ 0 -7 2 -1] [ 0 7 1 5]
A = [ -3 -7 2 1], B = [ 0 4 4 0]
[ 1 1 2 4] [ 0 0 0 2]
a. use matlab to compute the determinants of the matrices a+b, a-b, ab, a^-1, and b^t. (recall that in matlab, bt is written as b'.)
b. which of the above matrices are not invertible? explain your reasoning.
c. suppose that you didn't know the entries of a and b, but you did know their determinants. which of the above determinants would you still be able to compute from this information, even without having a or b at hand? explain your reasoning.