Subsection 1.3.1 Of linear transformations and matrices
¶fit widthWe briefly review the relationship between linear transformations and matrices, which is key to understanding why linear algebra is all about matrices and vectors.Definition 1.3.1.1. Linear transformations and matrices.
Let L:Cn→Cm. Then L is said to be a linear transformation if for all α∈C and x,y∈Cn
L(αx)=αL(x). That is, scaling first and then transforming yields the same result as transforming first and then scaling.
L(x+y)=L(x)+L(y). That is, adding first and then transforming yields the same result as transforming first and then adding.
Theorem 1.3.1.2.
Let L:Cn→Cm be a linear transformation, v0,v1,⋯,vk−1∈Cn, and x∈Ck. Then
where
Proof.
A simple inductive proof yields the result. For details, see Week 2 of Linear Algebra: Foundations to Frontiers (LAFF) [26].
Definition 1.3.1.3. Standard basis vector.
In this course, we will use ej∈Cm to denote the standard basis vector with a "1" in the position indexed with j. So,
Remark 1.3.1.4. Notation.
In these notes, as a rule,
Roman upper case letters are used to denote matrices.
Roman lower case letters are used to denote vectors.
Greek lower case letters are used to denote scalars.
Corresponding letters from these three sets are used to refer to a matrix, the row or columns of that matrix, and the elements of that matrix. If A∈Cm×n then
Remark 1.3.1.5.
The important thing to note is that a matrix is a convenient representation of a linear transformation and matrix-vector multiplication is an alternative way for evaluating that linear transformation.
-
By columns:
(c0⋯cn−1):=A(b0⋯bn−1)=(Ab0⋯Abn−1).In other words, cj:=Abj for all columns of C.
-
By rows:
(˜cT0⋮˜cTm−1):=(˜aT0⋮˜aTm−1)B=(˜aT0B⋮˜aTm−1B).In other words, ˜cTi=˜aTiB for all rows of C.
-
One you may not have thought about much before:
C:=(a0⋯ak−1)(˜bT0⋮˜bTk−1)=a0˜bT0+⋯+ak−1˜bTk−1,which should be thought of as a sequence of rank-1 updates, since each term is an outer product and an outer product has rank of at most one.
Remark 1.3.1.6.
If the above review of linear transformations, matrices, matrix-vector multiplication, and matrix-matrix multiplication makes you exclaim "That is all a bit too fast for me!" then it is time for you to take a break and review Weeks 2-5 of our introductory linear algebra course "Linear Algebra: Foundations to Frontiers." Information, including notes [26] (optionally downloadable for free) and a link to the course on edX [27] (which can be audited for free) can be found at http://ulaff.net
.