Multivariable-Calculus ยท Unit 3 ยท Video 3 ยท Interactive Practice
| Formula | Name | What you need |
|---|---|---|
| One line of the system | The coefficients of the th equation | |
| Matrix form | Coefficient table , input column | |
| Entry of a product | Row of , column of | |
| Shape rule | Width of must equal height of |
Key Insight: One row, one column, one dot product, one entry โ every other rule about matrix products follows from that one.
Each line of the system is one row of dotted with the column .
An entry's position names its ingredients: the row to its left, the column above it.
๐ก Order is not negotiable: would pair 's rows with 's columns, and with these shapes it does not even exist.
A dot product needs two lists of the same length, and that single fact decides everything.
Problem 1 ยท One Entry of a Product
Given: the first row of is and the second column of is โ find the entry .
The entry in row , column of is row of dotted with column of :
Both lists have three entries, so every term of the row has a partner in the column โ which is exactly the condition that lets the product exist.
Problem 2 ยท Packing a System into
Given: the system , , โ find the matrix for which .
Rewrite each equation in the order with every coefficient written out โ including the s and s that are usually left implicit:
Lifting the coefficients out, keeping their positions:
Check row 2: โ
Problem 3 ยท Shapes First
Given: is a matrix and is a matrix โ find the size of each product, or say it does not exist.
Size of
Size of
: line up the shapes as . The inner numbers are and , so every row of and every column of are lists of the same length and the product exists. Its size is the outer pair:
: now the shapes line up as . A row of has entries, a column of has ; the third entry of the row has nothing to pair with, so does not exist.
Reversing the factors changes the question entirely โ matrix multiplication is not commutative, and the two products need not even have the same shape.
Problem 4 ยท The Change of Coordinates (Video Example)
Given: the video's matrix and the point with old coordinates โ find the new coordinates .
Dot each row of with the column :
So : the same point, now measured in the new axes.
The shapes agree with the rule: , a column of three new coordinates.
Solved: 0 / 4