Matrix

Description:

  • A collection of vectors in rows or columns

Matrix Addition/Subtraction:

  • Must have the same size
  • Match element by element
  • Resulting to a new matrix of same size

Multiplication:

  • Multiply with a scalar:
  • Multiply with another matrix:
    • Nb of columns in first matrix(top, mid, bot) must be same as rows in second matrix(left, center, right)
    • Remember: row times column
    • Generally,

Division:

  • By Inverse

Denotes system of equations:

Zero matrix: