Matrices

In this notebook, we'll see how to add/subtract matrices, perform matrix multiplication, solve linear systems and find eigenvalues and eigenvectors numerically. This is a nice way to check answers to problems as well as a much faster way to perform matrix computations, particularlly for large matrices. You'll still need to be able to do all of these things by hand for the exam.