In general a vector is:
v=[xy]
For our two examples.
v1=[12]andv2=[31]
Vector addition is as simple as adding up the corresponding numbers
[12]+[31]=[1+32+1]=[43]
Vector addition is as simple as adding up the corresponding numbers
[12]+[31]=[1+32+1]=[43]
Vector addition is as simple as adding up the corresponding numbers
[12]+[31]=[1+32+1]=[43]
Vector addition is as simple as adding up the corresponding numbers
[12]+[31]=[1+32+1]=[43]
2v1=2[12]=[2×12×2]=[24]
0.5v2=0.5[31]=[0.5×30.5×1]=[1.50.5]
b1=[10]andb2=[01]
xb1+yb2 or x[10]+y[01]
Multiplying by the matrix M=[5124] will:
Move the vector b1=[10] to b∗1=[52]
Move the vector b2=[01] to b∗2=[14]
Matrix multiplication is a very different type of multiplication than scalar multiplication.
v=xb1+yb2=x[10]+y[01]=[xy]
v∗=xb∗1+yb∗2=x[52]+y[14]=[5x+y2x+4y]
Multiplying by the matrix M moves all vectors v to v∗
We can write this as:
v∗=Mv=[5124][xy]=[5x+y2x+4y]
Another way to think of it is as multiplying the rows of M by the column v
An simple application of matrix multiplication is to create new variables.
An simple application of matrix multiplication is to create new variables.
[1124]
What does this matrix look like? Try yourselves.
[0.50.5−11]
M=⎡⎢⎣123456⎤⎥⎦
Mz=⎡⎢⎣123456⎤⎥⎦[xy]=x⎡⎢⎣135⎤⎥⎦+y⎡⎢⎣246⎤⎥⎦=⎡⎢⎣x+2y3x+4y5x+6y⎤⎥⎦
H(3×2)×←v(2×1)==F(3×4)×←G(4×2)×←v(2×1)
Keyboard shortcuts
↑, ←, Pg Up, k | Go to previous slide |
↓, →, Pg Dn, Space, j | Go to next slide |
Home | Go to first slide |
End | Go to last slide |
Number + Return | Go to specific slide |
b / m / f | Toggle blackout / mirrored / fullscreen mode |
c | Clone slideshow |
p | Toggle presenter mode |
t | Restart the presentation timer |
?, h | Toggle this help |
Esc | Back to slideshow |