+ All Categories
Home > Documents > MATH 685/ CSI 700/ OR 682 Lecture Notes

MATH 685/ CSI 700/ OR 682 Lecture Notes

Date post: 19-Mar-2016
Category:
Upload: ross
View: 26 times
Download: 0 times
Share this document with a friend
Description:
MATH 685/ CSI 700/ OR 682 Lecture Notes. Lecture 2. Linear systems. Systems of linear equations. Given m × n matrix A and m-vector b, find unknown n-vector x satisfying Ax = b System of equations asks “Can b be expressed as linear combination of columns of A?” - PowerPoint PPT Presentation
22
MATH 685/ CSI 700/ OR 682 Lecture Notes Lecture 2. Linear systems
Transcript
Page 1: MATH 685/ CSI 700/ OR 682  Lecture Notes

MATH 685/ CSI 700/ OR 682 Lecture Notes

Lecture 2.Linear systems

Page 2: MATH 685/ CSI 700/ OR 682  Lecture Notes

Systems of linear equations Given m × n matrix A and m-vector b, find unknown n-vector x satisfying Ax = b

System of equations asks “Can b be expressed as linear combination of columns of A?”

If so, coefficients of linear combination are given by components of solution vector x

Solution may or may not exist, and may or may not be unique For now, we consider only square case, m = n

Page 3: MATH 685/ CSI 700/ OR 682  Lecture Notes

Systems of linear equations n × n matrix A is nonsingular if it has any of following

equivalent properties

1. Inverse of A, denoted by A−1, exists2. det(A) ≠ 03. rank(A) = n4. For any vector z ≠ 0, Az ≠ 0

Page 4: MATH 685/ CSI 700/ OR 682  Lecture Notes

Existence and uniqueness Existence and uniqueness of solution to Ax = b depend on whether

A is singular or nonsingular

Can also depend on b, but only in singular case

If b belongs to span(A), system is consistent

A b # solutions nonsingular arbitrary one (unique)singular b in span(A) infinitely manysingular b not in span(A) none

Page 5: MATH 685/ CSI 700/ OR 682  Lecture Notes

Geometric interpretation In two dimensions, each equation determines straight line in plane

Solution is intersection point of two lines

If two straight lines are not parallel (nonsingular), then intersection point is unique

If two straight lines are parallel (singular), then lines either do not intersect (no solution) or else coincide (any point along line is solution)

In higher dimensions, each equation determines hyperplane; if matrix is nonsingular, intersection of hyperplanes is unique solution

Page 6: MATH 685/ CSI 700/ OR 682  Lecture Notes

Example: nonsingular system 2 × 2 system

2x1 + 3x2 = b1

5x1 + 4x2 = b2

or in matrix-vector notation

is nonsingular regardless of value of b For example, if b = [8 13]T , then x = [1 2]T is the unique solution

Page 7: MATH 685/ CSI 700/ OR 682  Lecture Notes

Example: singular system 2 × 2 system

is singular regardless of value of b

With b = [4 7]T , there is no solution

With b = [4 8]T , x = [µ (4 − 2 µ)/3]T is solution for any real number , so there are infinitely many solutions

Page 8: MATH 685/ CSI 700/ OR 682  Lecture Notes

Vector norms

Page 9: MATH 685/ CSI 700/ OR 682  Lecture Notes

Vector norms: example

Page 10: MATH 685/ CSI 700/ OR 682  Lecture Notes

Vector norms: properties

Page 11: MATH 685/ CSI 700/ OR 682  Lecture Notes

Matrix norm Norm of matrix measures maximum stretching matrix

does to any vector in given vector norm

Page 12: MATH 685/ CSI 700/ OR 682  Lecture Notes

Matrix norm properties

Page 13: MATH 685/ CSI 700/ OR 682  Lecture Notes

Condition number

Page 14: MATH 685/ CSI 700/ OR 682  Lecture Notes

Condition number properties

Page 15: MATH 685/ CSI 700/ OR 682  Lecture Notes

Computing condition number

Page 16: MATH 685/ CSI 700/ OR 682  Lecture Notes

Condition number

Page 17: MATH 685/ CSI 700/ OR 682  Lecture Notes

Error bounds

Page 18: MATH 685/ CSI 700/ OR 682  Lecture Notes

Error bounds

Page 19: MATH 685/ CSI 700/ OR 682  Lecture Notes

Error bounds

Page 20: MATH 685/ CSI 700/ OR 682  Lecture Notes

Error bounds

Page 21: MATH 685/ CSI 700/ OR 682  Lecture Notes

Residual

Page 22: MATH 685/ CSI 700/ OR 682  Lecture Notes

Residual


Recommended