October 27

Announcements

3.3 Inverses

Theorem: Let A and B be invertible matrices and C and D be matrices. Then

Theorem: Let A be a n × n matrix. Let S be the columns of A. Let T(x) = Ax. Then the following are equivalent:

The inverse of [a, b; c, d] is [d,  − b;  − c, a]/det.

Example

Solve the linear system 3x1 + x2 = 3 and x1 − x2 = 4.

4.1 Subspaces

Defintion: A subset S of n is a subspace if S satisfies the following 3 properties

Nonexamples:

Example:

Consider the matrix A = [3,  − 1, 7,  − 6; 4,  − 1, 9,  − 7;  − 2, 1,  − 5, 5]. The general solution to Ax = 0 is x = s1( − 2, 1, 1, 0) + s2(1,  − 3, 0, 1) So the set of solutions is the span of ( − 2, 1, 1, 0) and (1,  − 3, 0, 1).

Definition: The set of solutions to Ax = 0 is called the nullspace of A and is denote null(A).

Definition: Let T : ℝm → ℝn be a linear transformation. Then the set {T(x) : x ∈ ℝm} is called the range of T. This is a subspace of the codomain. If T is associated to a matrix A, then the range is the span of the columns of A.

The set {x ∈ ℝm : T(x) = 0} is called the kernel of T. THis is a subspace of the domain.