This article is a work in progress.

Matrix multiplication is.. a bit confusing. But only at first!

Let’s start off the same way I was originally taught by maths tutor - with this exact example.

A salesperson sells items of three types I, II, and III, costing €10, €20, and €30. The table will show how many items of each type are sold on Monday morning and afternoon.

Type IType IIType III
Morning341
Afternoon522

Let’s convert this table into the matrix :

We will take to be a 3x1 matrix containing the price of the items, like so:

Remember: is a column vector - Please see Introduction to Matrices.

Now, is a 2x1 matrix (another column vector) whose entries are the total income from the morning and afternoon sales.