We worked on matrices.
Starting with matrix addition and subtraction, which were not a problem.
Then got into multiplication by numbers as well as addition and subtraction. Sometimes factoring was helpful there.
For matrix multiplication, you multiply the row elements by the column elements and add them up to get the products elements. Sometimes if the dimensions of the matrices do not match up correctly, you cannot multiply them.
Leave a Reply