MatLab Assignment 3 -- Turn in on February 17
-- MatLab Functions: det, inv, eig
If you have any question or problem with MatLab, please send me an email at: chenm or call me at: 953-7896.

A few words with you:
  1. The project report is required to be well-written, that means, for each problem, it clearly states the problem, the method or computational procedure used and results. You may use Copy and Paste to copy the problem for the assignment and copy steps and results from MatLab while you are working on the problems to a word processor that you like to use to complete your report.
  2. Policy for the team work:
  3. Take a few minutes to read the MatLab handout (3) to learn how to use MatLab functions det, inv and eig to compute the determinant of a square matrix, the inverse of a nonsingular matrix and eigenvalues of a square matrix, respectively. Now make sure you know the uses of these MatLab functions before you go on.
  4. (This is just a reminder. To save typing while initializing matrices, you may do the following now.
Assignemnt:
  1. Let A=[0 1 2 3;1 1 1 1;-2 -2 3 3;1 2 -2 -3] a 4x4 matrix and b=[1;2;3;4] a 4x1 vector.
  2. Let A=[1 -2 1 1 2;-1 3 0 2 -2;0 1 1 3 4;1 2 5 13 5;-1 4 1 5 2], a 5x5 matrix.