Multiplying a matrix by another matrix

Intros
Lessons
  1. Multiplying a matrix by a matrix overview:
    Dot product
Examples
Lessons
  1. Dot product
    Find the dot product of the following ordered nn-tuples:
    1. a=(2,4,6) \vec{a}=(2,4,6) and b=(1,3,5)\vec{b}=(1,3,5)
    2. a=(1,7,5,3) \vec{a}=(1,7,5,3) and b=(2,3,6,1)\vec{b}=(-2,3,6,1)
    3. a=(1,2) \vec{a}=(1,2) and b=(3,5)\vec{b}=(3,5)
    4. a=(7,2,1,4) \vec{a}=(7,-2,-1,4) and b=(1,1,2,2)\vec{b}=(1,1,2,2)
  2. Multiplying matrices
    Multiply the following matrices:

    1. Multiplying a matrix by another matrix

    2. Multiplying a matrix by another matrix

    3. Multiplying a matrix by another matrix
  3. Multiplying matrices with different dimensions
    Multiply the following matrices:
    1. Multiplying a matrix by another matrix
    2. Multiplying a matrix by another matrix
    3. Multiplying a matrix by another matrix
    4. Multiplying a matrix by another matrix