Let A be a matrix. Then A(x + y) = Ax + Ax and A(x − y) = Ax − Ay.
Example: Find a general solution for the linear system $ $ Using row reduction, we see that a general solution is of the form x = (1, 0, − 5, 0) + s1(3, 1, 0, 0) + s2( − 2, 0, 4, 1).
The solution to the homogenous system is x = s1(3, 1, 0, 0) + s2( − 2, 0, 4, 1).
Let xp be a particular solution Ax = b. Then solutions have the form xg = xp + xh, where xp is a particular solution and xh is the general solution to the homogenous equations.
Theorem: Let A = [ai] and b be a vector in ℝn. Then the following are equivalent (if one is true then they are all true, if one is false then they are all false).
Example: Consider the vectors a1 = (1, 7, − 2), a2 = (3, 0, 1), and a3 = (5, 2, 6). Set A = [ai]. Show that the columns of A are linearly independent and that Ax = b has a unique solution for every b in ℝ3.
Example: Let u1 = (1, − 1, 2), u2 = (2, − 1, 2), u3 = ( − 2, 5, − 10), u4 = (3, − 4, 8). The associated matrix has reduced echelon form:
$$
\begin{bmatrix}
1 & 2 & -2 & 3 \\
0 & 1 & 3 & -1 \\
0 & 0 & 0 & 0
\end{bmatrix}
$$
Is {u1, …, u4} linearly independent? Can we write u1 as a linear combination of u2, …, u4?
If a set of vectors is not linearly indepedent, can every vector be written as a linear combination of the other vectors? In other words, is every vector in the span of the other vectors?
We can write linear equations as Ax = b. We can think of it as A sending x to b.
Definition: A function T : ℝm → ℝn is a linear transformation if for all vectors u, v ∈ ℝm and all scalars r, we have
Examples:
A matrix, A, is said to be an n × m matrix if it has n rows and m columns. If m = n, then A is a sqaure matrix.
Theorem: Let A be an n × m matrix, and define T(x) = Ax. Then T : ℝm → ℝn is a linear transform. Moreover, all linear transform are of this form.
Example: Consider the linear transform with matrix
$$
A=
\begin{bmatrix}
1 & -2 & 4 \\
3 & 0 & 5
\end{bmatrix}.
$$
Is (3, 4) in the range of A?
Theorem: Let A = [a1 a2 … am be a n × m matrix, and let T : ℝm → ℝn with T(x) = Ax be a linear transformation. Then
If time, talk about 1-1 and onto