
Jared G. answered 09/10/14
Tutor
4.9
(221)
Math and Physics from Elementary to University
Matrix addition is pretty straightforward where you add each element in the same location. So if [A]+[B]=[C], then [A]11+[B]11=[C]11 and [A]21+[B]21=[C]21, which can be seen in more detail in the link below
http://www.mathcentre.ac.uk/resources/uploaded/sigma-matrices3-2009-1.pdf
Multiplying matrices is a little more complicated but not too bad. Just remember row times column. Where the first element from a row and the first element from are column are multiplied, which is then added to the second elements from the row/column and so on until the end of the matrix is reached (the first matrix must have as many columns as the second has rows so it ends evenly for both). This addition of these multiplications gives the first element of the final matrix (C11). Starting a row lower in the first matrix gives (C21), and starting one row lower gives (C31). While starting one column to the right gives (C12) and so on. this can be seen in the link below
http://www.mathsisfun.com/algebra/matrix-multiplying.html
I'll just note the size of the matrix during multiplication is always in the form
[A]u*v*[B]v*w=[C]u*w
Where the inner sizes have to match (v in this example) and the outer sizes are the final matrix size (u and w). Remember that its [Matrix]Rows*Columns