Exam 1

Linear Algebra Exam 1

Unit 1

Length and Dot Products

Length Definition

The length or magnitude of a vector x in is defined to be

Theorem 1

For any vector x in and scalar c in we have

  1. If and only if

Unit Vector Definition

A vector u is called a unit vector if

Distance Definition

The distance between vectors x and y in is defined by

Dot Product Definition

The dot product of vectors x, y in is the scalar in defined by

Matrices and Matrix Operations

Theorem 1

If A is a matrix, is a matrix, C is a matrix, then

Theorem 2

If A is a matrix and B is a matrix then

Consequence of Linearity

Let A be a matrix and b a vector in . Then exactly one of the following is true.

  1. has no solution
  2. has exactly one unique solution
  3. has an infinite number of solutions

Properties

In general: AB BA

The transpose of A is the matrix obtained by flipping the rows and columns of A

A is symmetric if , example::

Suppose

Matrix-Vector Products

Unit 2

Solving Linear Systems

Augmented Matrix Definition

Consider the linear system where A is a matrix and b is in . We call the matrix A the corresponding coefficient matrix and the matrix the corresponding augmented matrix.

Elementary Row Operations Definition

The following three operations on the rows of any matrix are called elementary row operations.

  1. Interchange any two rows.
  2. Multiply any row by a nonzero scalar.
  3. Add any scalar multiple of a row to another row

Row Equivalence Definition

We call two matrices with the same number of rows and columns row equivalent if there is a sequence of elementary row operations that converts one matrix into the other.

Two linear systems with corresponding augmented matrices that are row equivalent have exactly the same set of solutions.

Matrix Rank and General Solution

Matrix Rank Definition

The rank of matrix A, denoted rank(), is the number of nonzero rows in any matrix B in row echelon form that is row equivalent to A.

General Solution Definition

The general solution of a linear system is a formula for each variable (possibility containing parameters) that generates all solutions of the linear system.

Theorem 1:

If A is a matrix, then the linear system has a solution for all b in if and only if rank(A) = .

RREF

RREF Definition

A matrix is said to be in reduced row echelon form if

  1. It is in row echelon form
  2. The first nonzero entry in each row is 1.
  3. The first nonzero entry one each row is the only nonzero entry in its column

Theorem 1

Ever matrix is row equivalent to a unique matrix in reduce row echelon form (RREF).

Homogeneous Linear System

Homogeneous Linear System Definition

A linear system is called homogeneous if :

Span

Span Definition

We call the set of all linear combinations of the vectors in the span of the vectors which we denote . We say that the vectors span if

Theorem 1

Let A be a matrix with column vectors and b be a vector in . The linear system is consistent if and only if b is in .

Theorem 2

Let A be a matrix with column vectors , then the following three statements are equivalent (all true or false):

  1. The linear system has a solution for all b in

Linear Independence

Linear Independence Definition

The vectors in are called linearly independent if the homogeneous linear system has only the trivial solution x=0 and linearly dependent if the equation has a nonzero solution.

Theorem 1

Vectors in are linearly dependent if and only if one of the vectors is in

Theorem 2

Let A be a matrix with column vectors . Then the following three statements are equivalent (all true or false):

  1. The homogeneous linear system has the unique solution x=0
  2. The vectors are linearly independent

Interpretation, if the number of filled rows is equal to the number of columns, all vectors are linearly dependent.

Note on Rank: