Untitled

Untitled

Matrix Multiplication

Untitled

Fundamental Law of Matrix Multiplication AB times C equals A times BC

Untitled

To multiply AB: If A has n columns, B must have n rows.

Untitled

  1. The entry in row i and column j of AB is (row i of A) ยท ( column j of B) .

Untitled

  1. Matrix A times every column of B

Untitled

  1. Every row of A times matrix BA

Untitled

  1. Multiply columns 1 ton of A times rows 1 ton of B. Add those matrices.

Untitled