Math 102, Winter Final Exam Review. Chapter 1. Matrices and Gaussian Elimination

Similar documents
Conceptual Questions for Review

Math 18, Linear Algebra, Lecture C00, Spring 2017 Review and Practice Problems for Final Exam

MATH 240 Spring, Chapter 1: Linear Equations and Matrices

Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008

Linear Algebra Primer

Applied Linear Algebra in Geoscience Using MATLAB

Review problems for MA 54, Fall 2004.

2. Every linear system with the same number of equations as unknowns has a unique solution.

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

MA 265 FINAL EXAM Fall 2012

HOMEWORK PROBLEMS FROM STRANG S LINEAR ALGEBRA AND ITS APPLICATIONS (4TH EDITION)

Cheat Sheet for MATH461

Glossary of Linear Algebra Terms. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

A Brief Outline of Math 355

SUMMARY OF MATH 1600

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

18.06SC Final Exam Solutions

I. Multiple Choice Questions (Answer any eight)

1. General Vector Spaces

MATH 31 - ADDITIONAL PRACTICE PROBLEMS FOR FINAL

1 9/5 Matrices, vectors, and their applications

Math Linear Algebra Final Exam Review Sheet

MATH 1120 (LINEAR ALGEBRA 1), FINAL EXAM FALL 2011 SOLUTIONS TO PRACTICE VERSION

Ir O D = D = ( ) Section 2.6 Example 1. (Bottom of page 119) dim(v ) = dim(l(v, W )) = dim(v ) dim(f ) = dim(v )

Problem Set (T) If A is an m n matrix, B is an n p matrix and D is a p s matrix, then show

(a) If A is a 3 by 4 matrix, what does this tell us about its nullspace? Solution: dim N(A) 1, since rank(a) 3. Ax =

MTH 464: Computational Linear Algebra

235 Final exam review questions

ANSWERS. E k E 2 E 1 A = B

Preliminary/Qualifying Exam in Numerical Analysis (Math 502a) Spring 2012

1. What is the determinant of the following matrix? a 1 a 2 4a 3 2a 2 b 1 b 2 4b 3 2b c 1. = 4, then det

MAT Linear Algebra Collection of sample exams

PRACTICE FINAL EXAM. why. If they are dependent, exhibit a linear dependence relation among them.

MATH 369 Linear Algebra

ANSWERS (5 points) Let A be a 2 2 matrix such that A =. Compute A. 2

33AH, WINTER 2018: STUDY GUIDE FOR FINAL EXAM

MATH 1553, Intro to Linear Algebra FINAL EXAM STUDY GUIDE

A Review of Linear Algebra

BASIC ALGORITHMS IN LINEAR ALGEBRA. Matrices and Applications of Gaussian Elimination. A 2 x. A T m x. A 1 x A T 1. A m x

MATRICES ARE SIMILAR TO TRIANGULAR MATRICES

LINEAR ALGEBRA SUMMARY SHEET.

MATH 20F: LINEAR ALGEBRA LECTURE B00 (T. KEMP)

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition

1. Select the unique answer (choice) for each problem. Write only the answer.

homogeneous 71 hyperplane 10 hyperplane 34 hyperplane 69 identity map 171 identity map 186 identity map 206 identity matrix 110 identity matrix 45

Study Guide for Linear Algebra Exam 2

MATH 304 Linear Algebra Lecture 34: Review for Test 2.

LINEAR ALGEBRA 1, 2012-I PARTIAL EXAM 3 SOLUTIONS TO PRACTICE PROBLEMS

Final Exam, Linear Algebra, Fall, 2003, W. Stephen Wilson

Reduction to the associated homogeneous system via a particular solution

Some notes on Linear Algebra. Mark Schmidt September 10, 2009

The value of a problem is not so much coming up with the answer as in the ideas and attempted ideas it forces on the would be solver I.N.

Math Camp Lecture 4: Linear Algebra. Xiao Yu Wang. Aug 2010 MIT. Xiao Yu Wang (MIT) Math Camp /10 1 / 88

ELEMENTARY LINEAR ALGEBRA WITH APPLICATIONS. 1. Linear Equations and Matrices

Lecture Summaries for Linear Algebra M51A

Maths for Signals and Systems Linear Algebra in Engineering

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017

There are six more problems on the next two pages

Linear Algebra Highlights

7. Symmetric Matrices and Quadratic Forms

Exercise Sheet 1.

Problem # Max points possible Actual score Total 120

Math 302 Outcome Statements Winter 2013

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition

Chapter 3 Transformations

2018 Fall 2210Q Section 013 Midterm Exam II Solution

1. Let m 1 and n 1 be two natural numbers such that m > n. Which of the following is/are true?

6 Inner Product Spaces

(b) If a multiple of one row of A is added to another row to produce B then det(b) =det(a).

Elementary linear algebra

Linear Algebra. Workbook

Math 307 Learning Goals

Review of Some Concepts from Linear Algebra: Part 2

Linear Algebra- Final Exam Review

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same.

MATH 220 FINAL EXAMINATION December 13, Name ID # Section #

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018

Lecture 7: Positive Semidefinite Matrices

Algebra C Numerical Linear Algebra Sample Exam Problems

Math 310 Final Exam Solutions

Solving a system by back-substitution, checking consistency of a system (no rows of the form

Index. book 2009/5/27 page 121. (Page numbers set in bold type indicate the definition of an entry.)

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics MATH M Test #2 Solutions

Stat 159/259: Linear Algebra Notes

Numerical Methods - Numerical Linear Algebra

PRACTICE PROBLEMS FOR THE FINAL

5.) For each of the given sets of vectors, determine whether or not the set spans R 3. Give reasons for your answers.

Linear Algebra Massoud Malek

orthogonal relations between vectors and subspaces Then we study some applications in vector spaces and linear systems, including Orthonormal Basis,

Notes on Eigenvalues, Singular Values and QR

Math 102 Final Exam - Dec 14 - PCYNH pm Fall Name Student No. Section A0

Math 265 Linear Algebra Sample Spring 2002., rref (A) =

Extra Problems for Math 2050 Linear Algebra I

Maths for Signals and Systems Linear Algebra in Engineering

AMS526: Numerical Analysis I (Numerical Linear Algebra)

Math 307 Learning Goals. March 23, 2010

TBP MATH33A Review Sheet. November 24, 2018

Online Exercises for Linear Algebra XM511

Elementary Linear Algebra Review for Exam 2 Exam is Monday, November 16th.

SYLLABUS. 1 Linear maps and matrices

Transcription:

Math 0, Winter 07 Final Exam Review Chapter. Matrices and Gaussian Elimination { x + x =,. Different forms of a system of linear equations. Example: The x + 4x = 4. [ ] [ ] [ ] vector form (or the column form): x + x =. The matrix form: Ax = b [ ] [ ] [ ] 4 4 x with A =, x =, and b =. 4 4 x. Matrix operations: addition/subtraction, scalar multiplication, matrix product, (AB = BA?) transpose, and inversion. The identity matrix, diagonal matrix, upper triangular matrix, and lower triangular matrix. (AB) T = B T A T. (AB) = B A (why?) Is the inverse of a diagonal (upper or lower triangular) matrix still diagonal (upper or lower triangular)?. Elementary row reductions and the corresponding elementary matrices. (Their relations?) Pivots. Echelon form U. Reduced echelon form R. Permutation matrix. Gaussian elimination. Use elementary row reduction to solve Ax = b and to find the inverse of an invertible matrix. 4 8 Exercise. Reduce A = 4 6 8 to an echelon form and the reduced echelon 6 9 0 form, and find out the pivots. Find the inverse of B = 0. 4 8 4. Matrix factorization: A = LU, A = LDU, P A = LU, and P A = LDU. The symmetric factorization A = LDL T for a symmetric matrix A. Exercise. Use A = LU to solve Ax = b. LU and LDU-factorize A =. Use x the LU factorization to solve 0 5 7 y =. 6 9 8 z 5 5. Operation count (page 4), Matlab (page 9), and Section.7 will not be covered in the exam. Chapter. Vector Spaces. The concept of a vector space. Examples: R n, matrix space, polynomial space, space of continuous functions, space of sequences of real numbers, etc. Subspaces. Check if a given subset of a vector space is a subspace.

Exercise. Is the set of polynomials of degree a subspace of the space of all polynomials? Is the set of all matrices with determinant equal to 0 a subspace of the space of all matrices? Give a matrix A, why the set of all solutions x to Ax = 0 is a subspace? What is the zero vector of the vector space that consists of all matrices?. Linear combination. Linear dependence and independence. Span. Vectors u,..., u k are linearly dependent if and only if one of them is a linear combination of the others. Why? Exercise. If u, u, u are linearly independent, and au + u = u + bu + cu (a, b, c are numbers), then a =? b =? and c =? If each of u,..., u 5 is a linear combination of v,..., v 4 and each of v,..., v 4 is a linear combination of w,..., w, then each of u,..., u 5 is a linear combination of w,..., w, correct? Why n + vectorsinr n are always linearly dependent? Is a linear combination of 0, 5, and 7? Are 5 6 9 8 6,, and 9 7 4 linearly independent?. Solve Ax = 0 : free variables (if any). Solve Ax = b. Relation between solutions to Ax = b and to Ax = 0. How to check if Ax = b is consistent (i.e., there is at least one solution)? Rank of A = the number of pivots. Rank (A) = Rank (A T ). [ ] [ ] 0 5 Exercise. For A = and b =, solve Ax = 0 and Ax = b. Find conditions on b, b, b so that the system of equations 5 4 y = b 0 4 x b is solvable; 4 9 8 z b and solve the system of equations when the conditions are satisfied. Rank (AB) = Rank (A) Rank (B)? Rank (A + B) = Rank (A + B)? 4. Basis: A group of vectors that are linearly independent and that span the entire space (i.e., any vector is a linear combination of these vectors. If u,..., u m and v,..., v n are two bases for a vector space, then m = n. Why? Dimension = number of a vectors in a basis. Exercise. Are 0 and linearly independent? If so, find another vector in R 0 so that all the three vectors together are still linearly independent. How to remove vectors, as fewer as possible, from a list of 5 vectors in R so that the remaining vectors are linearly independent? What is the dimension of the vector of polynomials of degree 4? Find a basis for this polynomial space. Final a basis for the vector space of all 4 matrices. What is the dimension of the space of all 5 5, symmetric matrices? 5. The four fundamental subspaces of a given matrix A : the column space of A, the null space of A, the row space of A, and the left null space of A. How to find their

dimensions and bases? Dimension of C(A) + dimension of N(A) = number of columns. Ax = b means b is in C(A), correct? Rank-one matrices. Equivalent statements for an invertible matrix. Exercise. Let A = 6 9 7. Find a basis for C(A). Find a basis for N(A). 4 0 0 Describe the four spaces of the matrix A = 0 0. If B = 4 a 0 0 0 8 4 4 rank-one matrix? If so, find vectors a and b such that B = ab T. 6. Linear transformations. How to check a transformation is linear? If T : V W is a linear transformation, v,..., v n and w,..., w m are bases for V and W, respectively. How to find a the matrix A that represents T? Is A an m n or n m matrix? Exercise. Find the matrix for the reflection about the x-axis. Find the matrix that rotates any vector by π/4 counterclockwise. Let P denotes the space of all polynomials of degrees. Find the matrix that represents the linear transformation defined by differentiation with respect to the basis, x, and x. 7. Section.5 will not be covered in the exam. Chapter. Orthogonality. Inner product. Orthogonal or perpendicular vectors. Length of vector. Unit vectors. Distance. Nonzero, mutually orthogonal vectors are linearly independent? Why? Definition of the angle θ between two nonzero vectors in R n. Law of cosines. Why cos θ? The Cauchy Schwarz inequality. Exercise. Given a = and b =. Find a, a b, the cosine of the angle between a and b. Determine if a and b are orthogonal. If u and v are orthogonal, the u v = u + v. How to prove this? Show that for any two vectors x and y that x + y x + y.. Orthogonal subspaces. The orthogonal complement of a subspace. If two subspaces V and W are orthogoal, does it mean that W is the orthogonal complement of V? Why? In R n, if W = V then V = W and dim V + dim W = n. Given an m n matrix A. N(A) = C(A T ) and N(A T ) = C(A) : correct? why? Exercise. Find the orthogonal complement of the subspace spanned by a = 0 and b =.

. Projection onto a line (or a vector) and the corresponding projection matrix P. P T = P and P = P. Rank (P ) =? Projection onto a subspace, particular the column space of a matrix A. What is the projection matrix now? Exercise. Given a = and b =. Find the projection of b onto a. What is the matrix of the projection onto a? 4. Least-squares problem: formulation as a minimization problem, normal equation, the matrix A T A, relation to projection onto a subspace, geometrical interpretation. 0 Exercise. Solve Ax = b by least squares, and find p = Aˆx, if A = 0 and b =. For this A, find the projection matrix for the orthogonal projection onto the 0 column space of A. 5. Orthonormal vectors. Orthogonal matrices and their properties: Q T Q = I and Qx = x. Gram Schmidt orthogonalization process. A = QR factorization. 0 0 Exercise. Apply the Gram Schmidt process to a = 0, b =, and c =, and write the result in the form A = QR. QR factorize the matrix 0 0. Why 0 0 the determinant of an orthogonal matrix is always or? 6. The following will not be covered in the exam: Weighted least-squares (in Section.); Rectangular Matrices with Orthonormal Columns (in Section.4); Function Spaces and Fourier Series (in Section.4); and Section.5. Chapter 4. Determinants. What are the three basic properties that define the determinant of an n n matrix? What is the determinant of a diagonal matrix? an upper or lower triangular matrix? a matrix with one zero-row? a matrix with two identical rows? det(a T ) = det A? det(ab) = det A det B? det(a + B) = det A + det B? det(ca) = c det A (c is a number)? If rows (or columns) of A are linearly dependent, then det A = 0; correct?. Compute determinants using various kinds of properties of determinants and formulas: by elementary row reductions (be careful: such a reduction can change the value of the determinant); by expansion along one row or one column (the co-factor expansion); and by some formulas (especially for n = or. 4

Exercise. Compute the determinants of 0 0 4 0 0,, 0 4 5 4 and 0 0 0. 0. Cramer s rule for solving system of linear equations. Why this works? { x + x =, Exercise. Use Cramer s rule to solve the system of equations: x + 4x = 4. 4. Compute areas and volumes using determinants. Determine if A is invertible by det A. Exercise. Find the volume of the parallelogram defined by the vectors (, 0, ), (,, ), and (,, ). Exercise. Let A be the matrix with row vectors (, 0, ), (,, ), and (,, ). Calculate det A and determine if A is invertible. Chapter 5. Eigenvalues and Eigenvectors. Definition. How to compute eigenvalues and eigenvectors? Eigenvalues of a diagonal matrix and an upper (or lower) triangle matrix. If det A = 0 then 0 is an eigenvalue of A: correct? If λ is an eigenvalue of A then λ is an eigenvalue of A ; correct? Eigenvectors corresponding to different eigenvalues of a matrix are always linearly independent; correct? Why?. If A is an n n matrix, then its characteristic polynomial p(λ) = det(a λi) is a polynomial of degree exactly n. What is the coefficient of λ n and that of λ n of p(λ)? What is the constant term of p(λ)? The sum of diagonal entries of A equals the sum of all eigenvalues of A, right? Why? The det A equals the product of all eigenvalues of A, right? Why?. Diagonalization of a matrix: definition and calculation. An n n matrix is diagonalizable means the existence of n linearly independent eigenvectors of this matrix, right? why? How to compute A k if A is diagonalizable? What is the definition of e A? How to compute e A if A is diagonalizable? Exercise. Find a matrix that is not diagonalizable. [ ] Exercise. Diagonalize the following matrices A: and. Then compute A, A 0, and e A 4. Exercise. If A is Diagonalizable and all the eigenvalues of A have the absolute values strictly less than, then lim k A k = 0 (the zero matrix). Prove it. Exercise. Let H 0 = 0, H =, and H n+ = (H n+ + H n )/ (n = 0,,... ). Find a general expression of H n and find the limit lim n H n. 5

4. Complex matrices. Inner product and length of vectors. Hermitian. If A is Hermitian, then for any vector (complex-valued) x: x H Ax is always real. Why? [ ] [ ] i i Exercise. Let A = and x =. Find A + i H. Is A Hermitan? Find x H Ax. 5. What is an orthogonal matrix? What is a unitary matrix? If A is orthogonal or unitary, then Ax = x ; correct? If λ is an eigenvalue of an orthogonal or unitary matrix, then λ = ; why? What is A if A is orthogonal or unitary? 6. Properties of eigenvalues of a realy, symmetric or Hermitian matrix: always real, and eigenvectors corresponding to different eigenvalues are orthogonal. Spectral Theorem (page 97): A = QΛQ T for a real and symmetric A with Q orthogonal and Λ diagonal; A = UΛU H for a Hermitan A with U unitary and Λ diagonal. The table Real versus Complex on page 88. [ ] 4 Exercise. Find orthogonal Q and diagonal Λ for A = [ ] [ 0 i 0 + i diagonal Λ for A = or A = + i + i i ] 4.. Find unitary Q and 7. Similar matrices: B = M AM is similar to A. Diagonalizable A is similar to a diagonal matrix. Similar matrices have same eigenvalues and the same characteristic polynomial. Diagonalization of Hermitan matrices: The Spectral Theorem. Triangularization of any matrix (Schur s lemma): For any A, there is unitary U such that U AU = T, a triangular matrix. Jordanization of any matrix: A is similar to its Jordan form. What is a Jordan form? Exercise. If a 5 5 matrix A has the eigenvalues λ = λ = 0 with one linearly independent eigenvector, and λ = λ 4 = λ 5 = with only two linearly independent eigenvectors. Find all Jordan blocks of A and all possible Jordan forms of A. 8. The following will not be covered in the exam: Examples of differential equations in Section 5. (pages, 4, and 7); Examples,, and 4 on pages 60 6; differential equations in Section 5.4; stabilities in Section 5. and Section 5.4, and Example 6 on page 00. Chapter 6. Positive Definite Matrices. Associate a symmetric matrix with a quadratic form. Definition of positive definiteness and semi-definiteness of a symmetric matrix. Tests for the positive definiteness of a real symmetric matrix A: () By the definition: x T Ax > 0 for any x 0; (This usually involves completing the squares.) () All eigenvalues are positive; () All principal submatrices have positive determinants; and (4) A = R T R for nonsingular matrix R. 0 Exercise. Let A = 0 4. Write down the quadratic form x T Ax. 4 6

Exercise. Decide if each of the following matrices is positive definite: 9 0 0 0 0,, 0. 0 5 Exercise. If A is real, symmetric and positive definite, then each of its diagonal entries must be positive.. What are the singular values of a matrix? Singular value decomposition (SVD): A = UΣV T. How to find Σ, V, and U? Exercise. If A is a matrix and the eigenvalues of A T A are 8, 4, and 0, what is Σ? If A is a 4 matrix and the eigenvalues of A T A are 8, 4,, and 0, what is Σ?. How to find the minimum of P (x) = (/)x T Ax b T x? How to find minimum of P (x) = (/)x T Ax b T x under the constraint Cx = d? 4. What is the Rayleigh quotient for a symmetric matrix A? Exercise. Find the minimum value of R(x) = x x x + x. x + x 5. The following will not be covered in the exam: pages 6 of Section 6.; Applications of SVD in Section 6.; Intertwining of the eigenvalues in Section 6.4; and Section 6.5. 7