Description
- Let, solve Ax = b using Cramer’s rule and verify
your answer is correct by checking whether Ax = b is satisfied.
- Let A be a n × n matrix, prove the following three statements are all equivalent:
- Ax = 0 has nontrivial solutions (solutions other than 0).
- The determinant of A is zero.
- 0 is an eigenvalue of A.
- Let A ∈ Fm×n,m ≥ n with F = R or C be of full rank, prove that the normal equation A∗Ax = A∗b to the least squares problem minkAx − bk2 has a unique solution for any b ∈ Fn .



