Helpful tutorials
http://spicerack.sr.unh.edu/~mathadm/tutorial/software/matlab/
http://www.math.ufl.edu/help/matlab-tutorial/
http://www.math.mtu.edu/~msgocken/intro/intro.html
-1.4020 -2.2683 -3.7234 -2.9761
-0.0127 3.3897 -1.2109 -0.4755
4.8838 2.6045 7.8947 3.8263
-1.8638 -2.2934 -1.1351 1.1177
Find the determinate, trace, transpose, inverse,
minimal polynomial, eigenvalues and eigevectors.
For each eigenvector x check Ax - lambda x, Let B be the matrix
with the eigenvectors as columns. Compute inverse(B)*A*B and compare it
to the diagonal matrix of eigenvalues. Solve Ax=[1;2;3;4].