REVIEW FOR EXAM II. The exam covers sections , the part of 3.7 on Markov chains, and

Size: px
Start display at page:

Download "REVIEW FOR EXAM II. The exam covers sections , the part of 3.7 on Markov chains, and"

Transcription

1 REVIEW FOR EXAM II The exam covers sections , the part of 3.7 on Markov chains, and The LU factorization: An n n matrix A has an LU factorization if A = LU, where L is lower triangular (l i,j = 0 when i < j, i.e. every entry above the diagonal is zero) such that each l i,i = 1 (i.e. every entry on the diagonal is 1) and U is an upper triangular matrix (u i,j = 0 when i > j, i.e. every entry below the diagonal is zero). Not every A has an LU factorization. When A has an LU factorization and is invertible, then the L and the U are unique. Every A can be put in REF by a sequence of row operations in which one never does a row multiplication R i kr i. If A can be put in REF by a sequence of row operations in which one never does a row multiplication R i kr i and never does a row exchange R i R j, i.e. one uses ONLY row operations of the form R i R i + kr j, then A has an LU factorization. The U is just the REF. If ρ 1, ρ 2,..., ρ m is the sequence of row operations which takes A to U, and E 1, E 2,..., E m is the corresponding sequence of elementary matrices, then we have E m... E 2 E 1 A = U, and so A = (E m... E 2 E 1 ) 1 U = E1 1 E Em 1 U. Each E 1 i is a lower triangular matrix with all diagonal entries equal to one. Since the product of any string of matrices of this type is also of this type we have that L = E1 1 E E 1 The argument just given shows that under these circumstances the LU factorization exists and shows how to compute U. DO NOT USE IT TO COMPUTE L. There is a far easier and quicker method. First of all use STRICT Gauss reduction to put A in REF U. This may not work if you don t use STRICT Gauss reduction. Each row operation has the form R i R i kr j. The number k is called the multiplier. The result of the row operation is to change the entry in the i th row and j th column of your current matrix to a zero. To compute L start with the identity matrix I. For each of the row operations change the corresponding entry in the i th row and j th column of I to k. This will be your L. m. For your final answer YOU MUST WRITE DOWN A SPECIFIC L AND U (WITH NUMBERS IN THEM) SIDE BY SIDE WITH L ON THE LEFT AND U ON THE RIGHT. There is a generalization of the LU factorization called the P T LU factorization. Every matrix A has a P T LU factorization. You first do a sequence of row operations to put A in REF. List all the row exchanges R i R j that you do, ignoring all the others. Then start over by applying this sequence of row exchanges, in order, to A. This gives P A = P t... P 2 P 1 A, where the P i are the elementary matrices that perform these row exchanges. Now find the LU factorization of this matrix P A = LU. It turns out that for this sort of P we have P 1 = P T, so we have A = P T LU. 2. Subspaces: 1

2 A subset S of R n is a subspace of R n if for every u and v in S and every real number r we have (1) u + v is in S, and (2) ru is in S. To determine whether or not S is a subspace you must first know exactly what it means for a vector x to be in S. This will be given by some criterion stated in the definition of S. If you suspect that S is a subspace, then you must write down u and v using algebraic vector notation as ordered n-tuples of variables, write down what it means for u and v to be in S, then verify (usually algebraically) that u + v and ru also satisfy this criterion. If you suspect that S is not a subspace, then the task is usually much easier; you just have to find specific numerical examples which violate (1) or (2). (One of these two is enough.) Note that if you are instructed on the exam that you do not have to give explanations, then you merely have to write down yes or no ; you would then not have to write down the details mentioned above, although you would probably want to briefly think them through to yourself. Given a finite set T = {w 1,..., w k } of vectors in R n the span of T is the set span(t ) of all linear combinations c 1 w c k w k of the elements of T as c 1,..., c k range over all the real numbers. It is easy to see that this is a subspace of R n. 3. Bases and dimension: A subset B of a subspace S is a basis for S if it spans S and is linearly independent. This is equivalent to the statement that every vector in S can be expressed as a unique linear combination of these vectors. Every basis for S has the same number of elements. This number is called the dimension of S, written dim(s). Suppose dim(s) = d. Let T = {v 1, v 2,..., v p } be a subset of S. If p < d, then T cannot span S. If p > d, then T cannot be linearly independent, i.e. it must be linearly dependent. If p = d, the T spans S if and only if it is linearly independent, i.e. either both properties hold (and so T is a basis for S) or neither of them holds. If T spans S, then T can be reduced to a basis B for S by discarding any vector in T that is a linear combination of the others to obtain a smaller set T, then repeating the process until one gets a set for which no vector is a linear combination of the others. If T is a linearly independent subset of S, then T can be extended to a basis B for S by taking a known basis B for S, taking the union T B, and then discarding vectors from T B as 2

3 above, being careful to never discard an element of T. 4. Coordinate vectors: Suppose B = {b 1,..., b k } is a basis for S. Let v be an element of S. Because B spans S we have that v = c 1 b c k b k for some numbers c i. Because B is linearly independent, these c i are the only coefficients for which this holds. They are the coordinates of v with respect to the basis B. The coordinate vector of v with respect to B is [v] B = c 1 c 2. c k If you are given v and need to find [v] B you must solve the equation v = c 1 b c k b k for the c i and then assemble them into the vector [v] B in R k. If you are given [v] B and need to find v all you need to do is compute v = c 1 b c k b k. 5. Subspaces associated to matrices: There are three main subspaces associated to an m n matrix A. Bases for them can be found by examining a REF U as detailed below. The row space row(a) is the subspace of R n spanned by the rows of A. The non-zero rows of U form a basis for row(a). Since the number of non-zero rows of U is the rank of A we have that the dimension of row(a) is equal to the rank of A. The column space col(a) is the subspace of R m spanned by the columns of A. Locate the columns of U which contain leading entries of the rows of U. Say, for example, that these are the first, third, and fourth columns of U. In general THESE DO NOT FORM A BA- SIS FOR THE COLUMN SPACE OF A. Instead, take the corresponding columns of A. In this example you would take the first, third, and fourth columns of A. The number of these columns is equal to the number of leading entries of U, which is equal to the number of non-zero rows of U which is the rank of A, so the dimension of col(a) is equal to the rank of A. The nullspace null(a) is the set of all solutions x of Ax = 0. You find a basis for this in the usual way. (See the review for Exam I.) The dimension of null(a) is called the nullity of A. It is equal to the number of free variables, which is equal to n minus the number of bound varibles, which is equal to n minus the rank of A, so we have rank(a) + nullity(a) = n 3

4 6. Linear transformations: A function T : R n R m is a linear transformation if for every u and v in R n and every real number r we have (1) T (u + v) = T(u) + T(v), and (2) T (ru) = rt (u). Note that this looks somewhat like a subspace problem. If you suspect that T is a linear transformation, then you would need to write down u and v in algebraic notation and prove that (1) and (2) hold. If you suspect that T is not a linear transformation, then it suffices to find specific vectors for which at least one of these equations is not true. In many cases you should be able to guess quickly from the form of T what to suspect. Again, if you are told that you do not have to give explanations, then you need merely write down yes or no. 7. Given an m n matrix A, the function T (x) = Ax is easily seen to be a linear transformation. As we will show below every linear transformation has this form. The range T (R n ) of T is the set of all vectors b in R m for which there is some x in R n with T (x) = b. This is a subspace of R m. When T is represented by a matrix A this is just the column space of A. The kernel ker(t ) is the set of all vectors x in R n such that T (x) = 0. This is a subspace of R n. When T is represented by a matrix A this is just the nullspace of A. If B = {b 1, b 2,..., b n } is a basis for R n and x = c 1 b 1 + c 2 b c n b n, then T (x) = c 1 T (b 1 ) + c 2 T (b 2 ) + + c n T (b n ). So the function T is completely determined by the values of T (b 1 ), T (b 2 ),..., T (b n ). In particular, if E = {e 1,..., e n } is the standard basis for R n consisting of the vectors e 1 = 0., e 2 = 1.,..., e n = then T is completely determined by the m n matrix [T ] = [ T (e 1 ) T (e 2 )... T (e n ) ] This is called the standard matrix of T. It has the property that for every x in R n we have T (x) = [T ]x. Thus every linear transformation has the form T (x) = Ax. If T : R n R m and S : R m R p are linear transformations, then the composition S T : R n R p given by (S T )(x) = S(T (x)) is also a linear transformation. The standard matrices satsify [S T ] = [S][T ], i.e. the matrix of the composition is the product 4

5 of the matrices. When n = m = p and (S T )(x) = x and (T S)(x) = x for all x in R n we say that T is invertible with inverse T 1 = S. In this case [T 1 ] = [T ] Markov chains: A stochastic matrix is a square matrix with the properties that all the entries are non-negative and for each column the sum of the entries in that column is 1. These matrices are used to model processes in which a system repeatedly changes from one state to another and the new state depends only on the state immediately preceding it (a Markov chain). The main skill to have here is the ability to translate a problem into a statement about stochastic matrices. See Example 3.64 in the book (page 236 of the 3rd edition, page 230 of the 4th edition) or the example about the population of California presented in the notes on Eigenvalues and eigenvectors: Let A be an n n matrix. A number λ is an eigenvalue of A if there is a vector x 0 such that Ax = λx. In this case x is called an eigenvector of A belonging to (or associated to) λ. You should be able to tell from this definition whether or not a given vector is an eigenvector of a given matrix and, if it is, what the eigenvalue is, without doing any involved computations. Note that Ax = λx is equivalent to (A λi)x = 0, where I is the identity matrix. 10. If λ i is an eigenvalue of A, then the set of all solutions x of Ax = λx is called the eigenspace E λi of λ. The eigenvectors belonging to λ i are thus the non-zero elements of E λi. Since E λi is the same thing as the nullspace of A λ i I, it is a subspace of R n. To determine E λi you just solve the equation (A λ i I)x = 0 in the usual way. A basis B λi for E λi is called an eigenbasis corresponding to λ i. Every element of E λi can be expressed as a linear combination of the elements of B λi with coefficients the parameters you use in solving the equation. The eigenvectors are precisely those linear combinations for which at least one parameter is non-zero. Be sure to read a problem carefully to see whether the required answer is the eigenspace, the eigenvectors, or the eigenbasis; these are not the same things. Note in particular that an eigenbasis is a finite list of specific numerical vectors; it never has parameters in it like s or t. 11. For the case n = 2 it is easy to find all the eigenvalues of A. If λ is an eigenvalue, then (A λi)x = 0 will have a non-trivial solution. [ ] a b For A = we have A λi = c d [ (a λ) b c (d λ) We will have a non-trivial solution when the determinant (a λ)(d λ) bc = 0. Cleaning this up we have the characteristic polynomial λ 2 (a +d)λ +(ad bc) = 0. So the eigenvalues 5 ].

6 are just the solutions of this quadratic equation. In this course we will require all our eigenvalues to be real numbers, so if you get only non-real solutions to the characteristic equation we will say that A has no eigenvalues. 12. Determinants: (a) First order determinants: Given a 1 1 matrix A = [a] we define the determinant to be det(a) = a. [ ] a b (b) Second order determinants: Given a 2 2 matrix A =, we define the determi- c d nant to be det(a) = a b c d = ad bc. Note: The vertical lines in the second expression do NOT mean absolute value. (c) Third order determinants: Given a 3 3 matrix A =, we define the determinant to be det(a) = a b c d e f g h i = a e h f i b d g a b c d e f g h i f i + c d g e h. Alternatively, this can be computed by the criss-cross method (also known as the basket weave method): a b c a b d e f d e g h i g h = aei + bfg + cdh ceg afh bdi (Multiply going northwest to southeast and add; multiply going northeast to southwest and subtract.) (d) Cofactor expansion: Suppose A is an n n matrix. The minor submatrix A i,j is the (n 1) (n 1) matrix obtained by deleting the i th row and j th column of A. The minor determinant is det(a i,j ). The cofactor is C i,j = ( 1) (i+j) det(a i,j ). 6

7 Cofactor expansion along the i th row gives det(a) = a i,1 C i,1 + a i,2 C i,2 + + a i,n C i,n Cofactor expansion along the j th column gives det(a) = a 1,j C 1,j + a 2,j C 2,j + + a n,j C n,j The way to remember the signs in these formulas is to use the checkerboard matrices [ + + ], , , etc. Since cofactor expansion along a row of A gives the same result as cofactor expansion along a column of A T we have that A T = A. So any of the statements made below about the rows of A apply to the columns of A as well. (e) Row operations: Suppose we perform a row operation on a matrix A to obtain a matrix B. Doing R i R j gives B = A. Doing R i R i + kr j gives B = A. Doing R i kr i gives B = k A. The most troublesome of these is the third one. You simply have to think about which matrix is your original matrix A and which is the matrix B obtained by doing R i kr i to A. Sometimes you will use this procedure in reverse. You will have a matrix B one of whose rows contains a common factor k. Factoring out that common factor gives you a matrix A. The situation is exactly the same as above. You could get B back again by doing R i kr i on A, so we still have B = k A, and hence A = (1/k) B. Don t just try to memorize this; understand what s going on. Another troublesome situation is when you have ka. Well, each of the n rows of A has been multiplied by k. You have to factor out k a total of n times, so that you build up k n A. (f) Easy determinants: 7

8 If any of the following occur, then A = 0 : a row of zeroes, two equal rows, two proportional rows. (Remember, the same statements hold for columns.) If A is upper triangular (all entries below the diagonal being zero) or lower triangular (all entries above the diagonal being zero), or diagonal (both upper and lower triangular), then A is just the product of the entries on the diagonal. If you multiply an n n matrix A by a number c to get a matrix ca, then ca = c n A. (Every row of ca has a factor of c. Doing R 1 (1/c)R 1, R 2 (1/c)R 2,..., R n (1/c)R n gives A = ca /c n, so ca = c n A.) (g) Triangulation: The generally fastest way to compute A is to put it in row echelon form U. Since U is upper triangular, we compute U as above. Then we keep track of how the row operations change the determinant in order to get A. In particular, REF can be achieved without ever using R i kr i, and if you compute REF this way the determinant will at most change sign. In practice one sometimes combines row and column operations with cofactor expansion to obtain shortcuts. This is not a good idea in general, but in some cases it saves a lot of time. (h) Products and powers: AB = A B, and so A p = A p. (i) Inverses: A is invertible if and only if A 0. It follows from the formula for the determinant of a product and the fact that I = 1 that A 1 = 1 A. Suppose that A 0. [ a b If A = c d inverse of a 2 2 matrix. ], then A 1 = [ 1 ad bc d c b a ]. This is the fastest way to find the For all n there is a similar formula. A 1 = adj (A)/ det(a). The adjoint adj (A) = C T, [ ] d b where C is the matrix of cofactors C i,j. The n = 2 case has adj (A) = and c a det(a) = ad bc. For n > 2 this formula takes much longer to compute than using row operations to transform [A I] to [I A 1 ]. (j) Cramer s rule: Given a system Ax = b, where A is an n n matrix with A 0, let B k be the matrix obtained by replacing the k th column of A with b. Then the k th component 8

9 of x is given by x k = det(b k )/ det(a). (k) Transposes: A T = A. This is because expansion along any row or column always gives the same result (Laplace s expansion theorem) and expanding along a row of A is the same computation as expanding along the corresponding column of A T. 13. Finding eigenvalues and eigenvectors: (a) A number λ is an eigenvalue of a matrix A if there is a vector x 0 such that Ax = λx. In this case x is called an eigenvector of A belonging to λ. (We may also say corresponding to or associated to.) You should be able to tell from this definition whether or not a given vector is an eigenvector of a given matrix and, if it is, what the eigenvalue is, without doing any involved computations. If x = 0, then x is not an eigenvector. If x 0 then multiply A times x and see whether or not you get something of the form λx; if you do, then x is an eigenvector with eigenvalue λ. (b) The characteristic polynomial p(λ) of a matrix A is det(a λi). For a particular value λ i of λ the following statements are equivalent: i. λ i is an eigenvalue of A. ii. A λ i I has a non-trivial nullspace. iii. A λ i I is singular. iv. p(λ i ) = 0. v. (λ λ i ) is a factor of p(λ). The highest power n i such that (λ λ i ) n i is a factor of p(λ) is called the algebraic multiplicity of the eigenvalue λ i. If λ 1,..., λ k are all of the different numbers which are eigenvalues of A, then k n and n n k = n. Note that k = n if and only if each n i = 1; in this case we say that A has n distinct eigenvalues. (c) Finding eigenvalues: In this course we will be interested in only real numbers as eigenvalues. For 2 2 matrices the eigenvalues are easy to find since we have just a quadratic equation to solve. For larger matrices it may be more difficult to find the zeroes of p(λ). While you are computing p(λ) remember that your goal is to find its zeroes, and this amounts to finding its linear factors (λ λ i ), so you want to keep p(λ) as factored out as you possibly can. Always be on the lookout for common factors as you compute p(λ). Resist the temptation to expand p(λ) out into some cubic or higher degree polynomial that will be difficult to handle. 9

10 If no common factors arise as you compute p(λ), then you will have to expand it out. In this case look first for some easy factorization given by repeated patterns in the coefficients. If you cannot find such a pattern, then try the rational roots test. (See Appendix D of the book for the rational roots test. If p(λ) has integer coefficients, then list all the factors, both positive and negative, of the constant term. Evaluate p(λ) at each of these numbers. If for one of these numbers a, you get p(a) = 0, then you have found an eigenvalue. Then p(λ) factors as (λ a)q(λ). The fastest way to both evaluate a polynomial and to divide it by (λ a) is by using synthetic division. The last number in the third row gives you p(a). If p(a) = 0, then the numbers in the third row to the left of p(a) give you the coefficients of q(λ). (If you don t remember how to do synthetic division, look it up in a college algebra book. It may also be added to the notes for lecture 24 [October 22].) Next discard p(λ) and examine q(λ). It may be easy to factor or may be a quadratic, in which case you can quickly finish the problem. If not, then try the rational roots test again on q(λ). Don t drag along all the candidates you had for p(λ); start fresh with q(λ). (d) Finding eigenvectors, eigenspaces, and eigenbases: If λ i is an eigenvalue of A, then the set of all solutions x of Ax = λx is called the eigenspace E λi of λ. The eigenvectors belonging to λ i are thus the non-zero elements of E λi. Since E λi is the same thing as the nullspace of A λ i I, it is a subspace of R n. The dimension m i of E λi is called the geometric multiplicity of λ i. One always has 1 m i n i. To determine E λi you just solve the equation (A λ i I)x = 0 in the usual way. A basis B λi for E λi is called an eigenbasis corresponding to λ i. Every element of E λi can be expressed as a linear combination of the elements of B λi with coefficients the parameters you use in solving the equation. The eigenvectors are precisely those linear combinations for which at least one parameter is non-zero. Be sure to read a problem carefully to see whether the required answer is the eigenspace, the eigenvectors, or the eigenbasis; these are not the same things. 10

LINEAR ALGEBRA REVIEW

LINEAR ALGEBRA REVIEW LINEAR ALGEBRA REVIEW SPENCER BECKER-KAHN Basic Definitions Domain and Codomain. Let f : X Y be any function. This notation means that X is the domain of f and Y is the codomain of f. This means that for

More information

Chapters 5 & 6: Theory Review: Solutions Math 308 F Spring 2015

Chapters 5 & 6: Theory Review: Solutions Math 308 F Spring 2015 Chapters 5 & 6: Theory Review: Solutions Math 308 F Spring 205. If A is a 3 3 triangular matrix, explain why det(a) is equal to the product of entries on the diagonal. If A is a lower triangular or diagonal

More information

MTH 464: Computational Linear Algebra

MTH 464: Computational Linear Algebra MTH 464: Computational Linear Algebra Lecture Outlines Exam 2 Material Prof. M. Beauregard Department of Mathematics & Statistics Stephen F. Austin State University March 2, 2018 Linear Algebra (MTH 464)

More information

MATH 2030: EIGENVALUES AND EIGENVECTORS

MATH 2030: EIGENVALUES AND EIGENVECTORS MATH 2030: EIGENVALUES AND EIGENVECTORS Determinants Although we are introducing determinants in the context of matrices, the theory of determinants predates matrices by at least two hundred years Their

More information

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

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017 Math 4A Notes Written by Victoria Kala vtkala@math.ucsb.edu Last updated June 11, 2017 Systems of Linear Equations A linear equation is an equation that can be written in the form a 1 x 1 + a 2 x 2 +...

More information

MATH 240 Spring, Chapter 1: Linear Equations and Matrices

MATH 240 Spring, Chapter 1: Linear Equations and Matrices MATH 240 Spring, 2006 Chapter Summaries for Kolman / Hill, Elementary Linear Algebra, 8th Ed. Sections 1.1 1.6, 2.1 2.2, 3.2 3.8, 4.3 4.5, 5.1 5.3, 5.5, 6.1 6.5, 7.1 7.2, 7.4 DEFINITIONS Chapter 1: Linear

More information

c c c c c c c c c c a 3x3 matrix C= has a determinant determined by

c c c c c c c c c c a 3x3 matrix C= has a determinant determined by Linear Algebra Determinants and Eigenvalues Introduction: Many important geometric and algebraic properties of square matrices are associated with a single real number revealed by what s known as the determinant.

More information

Math Linear Algebra Final Exam Review Sheet

Math Linear Algebra Final Exam Review Sheet Math 15-1 Linear Algebra Final Exam Review Sheet Vector Operations Vector addition is a component-wise operation. Two vectors v and w may be added together as long as they contain the same number n of

More information

REVIEW FOR EXAM III SIMILARITY AND DIAGONALIZATION

REVIEW FOR EXAM III SIMILARITY AND DIAGONALIZATION REVIEW FOR EXAM III The exam covers sections 4.4, the portions of 4. on systems of differential equations and on Markov chains, and..4. SIMILARITY AND DIAGONALIZATION. Two matrices A and B are similar

More information

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2 Final Review Sheet The final will cover Sections Chapters 1,2,3 and 4, as well as sections 5.1-5.4, 6.1-6.2 and 7.1-7.3 from chapters 5,6 and 7. This is essentially all material covered this term. Watch

More information

Linear Algebra Highlights

Linear Algebra Highlights Linear Algebra Highlights Chapter 1 A linear equation in n variables is of the form a 1 x 1 + a 2 x 2 + + a n x n. We can have m equations in n variables, a system of linear equations, which we want to

More information

Lecture Summaries for Linear Algebra M51A

Lecture Summaries for Linear Algebra M51A These lecture summaries may also be viewed online by clicking the L icon at the top right of any lecture screen. Lecture Summaries for Linear Algebra M51A refers to the section in the textbook. Lecture

More information

1300 Linear Algebra and Vector Geometry

1300 Linear Algebra and Vector Geometry 1300 Linear Algebra and Vector Geometry R. Craigen Office: MH 523 Email: craigenr@umanitoba.ca May-June 2017 Matrix Inversion Algorithm One payoff from this theorem: It gives us a way to invert matrices.

More information

Math 18.6, Spring 213 Problem Set #6 April 5, 213 Problem 1 ( 5.2, 4). Identify all the nonzero terms in the big formula for the determinants of the following matrices: 1 1 1 2 A = 1 1 1 1 1 1, B = 3 4

More information

1. General Vector Spaces

1. General Vector Spaces 1.1. Vector space axioms. 1. General Vector Spaces Definition 1.1. Let V be a nonempty set of objects on which the operations of addition and scalar multiplication are defined. By addition we mean a rule

More information

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

2. Every linear system with the same number of equations as unknowns has a unique solution. 1. For matrices A, B, C, A + B = A + C if and only if A = B. 2. Every linear system with the same number of equations as unknowns has a unique solution. 3. Every linear system with the same number of equations

More information

Linear Algebra M1 - FIB. Contents: 5. Matrices, systems of linear equations and determinants 6. Vector space 7. Linear maps 8.

Linear Algebra M1 - FIB. Contents: 5. Matrices, systems of linear equations and determinants 6. Vector space 7. Linear maps 8. Linear Algebra M1 - FIB Contents: 5 Matrices, systems of linear equations and determinants 6 Vector space 7 Linear maps 8 Diagonalization Anna de Mier Montserrat Maureso Dept Matemàtica Aplicada II Translation:

More information

In Class Peer Review Assignment 2

In Class Peer Review Assignment 2 Name: Due Date: Tues. Dec. 5th In Class Peer Review Assignment 2 D.M. 1 : 7 (7pts) Short Answer 8 : 14 (32pts) T/F and Multiple Choice 15 : 30 (15pts) Total out of (54pts) Directions: Put only your answers

More information

MATH 310, REVIEW SHEET 2

MATH 310, REVIEW SHEET 2 MATH 310, REVIEW SHEET 2 These notes are a very short summary of the key topics in the book (and follow the book pretty closely). You should be familiar with everything on here, but it s not comprehensive,

More information

Chapter 3. Determinants and Eigenvalues

Chapter 3. Determinants and Eigenvalues Chapter 3. Determinants and Eigenvalues 3.1. Determinants With each square matrix we can associate a real number called the determinant of the matrix. Determinants have important applications to the theory

More information

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.]

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.] Math 43 Review Notes [Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty Dot Product If v (v, v, v 3 and w (w, w, w 3, then the

More information

Second Midterm Exam April 14, 2011 Answers., and

Second Midterm Exam April 14, 2011 Answers., and Mathematics 34, Spring Problem ( points) (a) Consider the matrices all matrices. Second Midterm Exam April 4, Answers [ Do these matrices span M? ] [, ] [, and Lectures & (Wilson) ], as vectors in the

More information

Econ Slides from Lecture 7

Econ Slides from Lecture 7 Econ 205 Sobel Econ 205 - Slides from Lecture 7 Joel Sobel August 31, 2010 Linear Algebra: Main Theory A linear combination of a collection of vectors {x 1,..., x k } is a vector of the form k λ ix i for

More information

Topic 2 Quiz 2. choice C implies B and B implies C. correct-choice C implies B, but B does not imply C

Topic 2 Quiz 2. choice C implies B and B implies C. correct-choice C implies B, but B does not imply C Topic 1 Quiz 1 text A reduced row-echelon form of a 3 by 4 matrix can have how many leading one s? choice must have 3 choice may have 1, 2, or 3 correct-choice may have 0, 1, 2, or 3 choice may have 0,

More information

Announcements Wednesday, November 01

Announcements Wednesday, November 01 Announcements Wednesday, November 01 WeBWorK 3.1, 3.2 are due today at 11:59pm. The quiz on Friday covers 3.1, 3.2. My office is Skiles 244. Rabinoffice hours are Monday, 1 3pm and Tuesday, 9 11am. Section

More information

Conceptual Questions for Review

Conceptual Questions for Review Conceptual Questions for Review Chapter 1 1.1 Which vectors are linear combinations of v = (3, 1) and w = (4, 3)? 1.2 Compare the dot product of v = (3, 1) and w = (4, 3) to the product of their lengths.

More information

Chapter 2:Determinants. Section 2.1: Determinants by cofactor expansion

Chapter 2:Determinants. Section 2.1: Determinants by cofactor expansion Chapter 2:Determinants Section 2.1: Determinants by cofactor expansion [ ] a b Recall: The 2 2 matrix is invertible if ad bc 0. The c d ([ ]) a b function f = ad bc is called the determinant and it associates

More information

Recall : Eigenvalues and Eigenvectors

Recall : Eigenvalues and Eigenvectors Recall : Eigenvalues and Eigenvectors Let A be an n n matrix. If a nonzero vector x in R n satisfies Ax λx for a scalar λ, then : The scalar λ is called an eigenvalue of A. The vector x is called an eigenvector

More information

Final Review Written by Victoria Kala SH 6432u Office Hours R 12:30 1:30pm Last Updated 11/30/2015

Final Review Written by Victoria Kala SH 6432u Office Hours R 12:30 1:30pm Last Updated 11/30/2015 Final Review Written by Victoria Kala vtkala@mathucsbedu SH 6432u Office Hours R 12:30 1:30pm Last Updated 11/30/2015 Summary This review contains notes on sections 44 47, 51 53, 61, 62, 65 For your final,

More information

18.06SC Final Exam Solutions

18.06SC Final Exam Solutions 18.06SC Final Exam Solutions 1 (4+7=11 pts.) Suppose A is 3 by 4, and Ax = 0 has exactly 2 special solutions: 1 2 x 1 = 1 and x 2 = 1 1 0 0 1 (a) Remembering that A is 3 by 4, find its row reduced echelon

More information

4. Determinants.

4. Determinants. 4. Determinants 4.1. Determinants; Cofactor Expansion Determinants of 2 2 and 3 3 Matrices 2 2 determinant 4.1. Determinants; Cofactor Expansion Determinants of 2 2 and 3 3 Matrices 3 3 determinant 4.1.

More information

Math 110 Linear Algebra Midterm 2 Review October 28, 2017

Math 110 Linear Algebra Midterm 2 Review October 28, 2017 Math 11 Linear Algebra Midterm Review October 8, 17 Material Material covered on the midterm includes: All lectures from Thursday, Sept. 1st to Tuesday, Oct. 4th Homeworks 9 to 17 Quizzes 5 to 9 Sections

More information

q n. Q T Q = I. Projections Least Squares best fit solution to Ax = b. Gram-Schmidt process for getting an orthonormal basis from any basis.

q n. Q T Q = I. Projections Least Squares best fit solution to Ax = b. Gram-Schmidt process for getting an orthonormal basis from any basis. Exam Review Material covered by the exam [ Orthogonal matrices Q = q 1... ] q n. Q T Q = I. Projections Least Squares best fit solution to Ax = b. Gram-Schmidt process for getting an orthonormal basis

More information

Linear Algebra Primer

Linear Algebra Primer Linear Algebra Primer David Doria daviddoria@gmail.com Wednesday 3 rd December, 2008 Contents Why is it called Linear Algebra? 4 2 What is a Matrix? 4 2. Input and Output.....................................

More information

MH1200 Final 2014/2015

MH1200 Final 2014/2015 MH200 Final 204/205 November 22, 204 QUESTION. (20 marks) Let where a R. A = 2 3 4, B = 2 3 4, 3 6 a 3 6 0. For what values of a is A singular? 2. What is the minimum value of the rank of A over all a

More information

MAT Linear Algebra Collection of sample exams

MAT Linear Algebra Collection of sample exams MAT 342 - Linear Algebra Collection of sample exams A-x. (0 pts Give the precise definition of the row echelon form. 2. ( 0 pts After performing row reductions on the augmented matrix for a certain system

More information

Topic 15 Notes Jeremy Orloff

Topic 15 Notes Jeremy Orloff Topic 5 Notes Jeremy Orloff 5 Transpose, Inverse, Determinant 5. Goals. Know the definition and be able to compute the inverse of any square matrix using row operations. 2. Know the properties of inverses.

More information

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

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018 Homework #1 Assigned: August 20, 2018 Review the following subjects involving systems of equations and matrices from Calculus II. Linear systems of equations Converting systems to matrix form Pivot entry

More information

Math 308 Practice Test for Final Exam Winter 2015

Math 308 Practice Test for Final Exam Winter 2015 Math 38 Practice Test for Final Exam Winter 25 No books are allowed during the exam. But you are allowed one sheet ( x 8) of handwritten notes (back and front). You may use a calculator. For TRUE/FALSE

More information

Announcements Wednesday, November 01

Announcements Wednesday, November 01 Announcements Wednesday, November 01 WeBWorK 3.1, 3.2 are due today at 11:59pm. The quiz on Friday covers 3.1, 3.2. My office is Skiles 244. Rabinoffice hours are Monday, 1 3pm and Tuesday, 9 11am. Section

More information

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.

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. Introduction Matrix Operations Matrix: An m n matrix A is an m-by-n array of scalars from a field (for example real numbers) of the form a a a n a a a n A a m a m a mn The order (or size) of A is m n (read

More information

MATH 320, WEEK 11: Eigenvalues and Eigenvectors

MATH 320, WEEK 11: Eigenvalues and Eigenvectors MATH 30, WEEK : Eigenvalues and Eigenvectors Eigenvalues and Eigenvectors We have learned about several vector spaces which naturally arise from matrix operations In particular, we have learned about the

More information

CSL361 Problem set 4: Basic linear algebra

CSL361 Problem set 4: Basic linear algebra CSL361 Problem set 4: Basic linear algebra February 21, 2017 [Note:] If the numerical matrix computations turn out to be tedious, you may use the function rref in Matlab. 1 Row-reduced echelon matrices

More information

Warm-up. True or false? Baby proof. 2. The system of normal equations for A x = y has solutions iff A x = y has solutions

Warm-up. True or false? Baby proof. 2. The system of normal equations for A x = y has solutions iff A x = y has solutions Warm-up True or false? 1. proj u proj v u = u 2. The system of normal equations for A x = y has solutions iff A x = y has solutions 3. The normal equations are always consistent Baby proof 1. Let A be

More information

235 Final exam review questions

235 Final exam review questions 5 Final exam review questions Paul Hacking December 4, 0 () Let A be an n n matrix and T : R n R n, T (x) = Ax the linear transformation with matrix A. What does it mean to say that a vector v R n is an

More information

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

Solving a system by back-substitution, checking consistency of a system (no rows of the form MATH 520 LEARNING OBJECTIVES SPRING 2017 BROWN UNIVERSITY SAMUEL S. WATSON Week 1 (23 Jan through 27 Jan) Definition of a system of linear equations, definition of a solution of a linear system, elementary

More information

1 9/5 Matrices, vectors, and their applications

1 9/5 Matrices, vectors, and their applications 1 9/5 Matrices, vectors, and their applications Algebra: study of objects and operations on them. Linear algebra: object: matrices and vectors. operations: addition, multiplication etc. Algorithms/Geometric

More information

Calculating determinants for larger matrices

Calculating determinants for larger matrices Day 26 Calculating determinants for larger matrices We now proceed to define det A for n n matrices A As before, we are looking for a function of A that satisfies the product formula det(ab) = det A det

More information

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET This is a (not quite comprehensive) list of definitions and theorems given in Math 1553. Pay particular attention to the ones in red. Study Tip For each

More information

Determinants Chapter 3 of Lay

Determinants Chapter 3 of Lay Determinants Chapter of Lay Dr. Doreen De Leon Math 152, Fall 201 1 Introduction to Determinants Section.1 of Lay Given a square matrix A = [a ij, the determinant of A is denoted by det A or a 11 a 1j

More information

Linear Algebra: Lecture Notes. Dr Rachel Quinlan School of Mathematics, Statistics and Applied Mathematics NUI Galway

Linear Algebra: Lecture Notes. Dr Rachel Quinlan School of Mathematics, Statistics and Applied Mathematics NUI Galway Linear Algebra: Lecture Notes Dr Rachel Quinlan School of Mathematics, Statistics and Applied Mathematics NUI Galway November 6, 23 Contents Systems of Linear Equations 2 Introduction 2 2 Elementary Row

More information

MAT 1302B Mathematical Methods II

MAT 1302B Mathematical Methods II MAT 1302B Mathematical Methods II Alistair Savage Mathematics and Statistics University of Ottawa Winter 2015 Lecture 19 Alistair Savage (uottawa) MAT 1302B Mathematical Methods II Winter 2015 Lecture

More information

ANSWERS. E k E 2 E 1 A = B

ANSWERS. E k E 2 E 1 A = B MATH 7- Final Exam Spring ANSWERS Essay Questions points Define an Elementary Matrix Display the fundamental matrix multiply equation which summarizes a sequence of swap, combination and multiply operations,

More information

MATH 2331 Linear Algebra. Section 2.1 Matrix Operations. Definition: A : m n, B : n p. Example: Compute AB, if possible.

MATH 2331 Linear Algebra. Section 2.1 Matrix Operations. Definition: A : m n, B : n p. Example: Compute AB, if possible. MATH 2331 Linear Algebra Section 2.1 Matrix Operations Definition: A : m n, B : n p ( 1 2 p ) ( 1 2 p ) AB = A b b b = Ab Ab Ab Example: Compute AB, if possible. 1 Row-column rule: i-j-th entry of AB:

More information

Daily Update. Math 290: Elementary Linear Algebra Fall 2018

Daily Update. Math 290: Elementary Linear Algebra Fall 2018 Daily Update Math 90: Elementary Linear Algebra Fall 08 Lecture 7: Tuesday, December 4 After reviewing the definitions of a linear transformation, and the kernel and range of a linear transformation, we

More information

Summer Session Practice Final Exam

Summer Session Practice Final Exam Math 2F Summer Session 25 Practice Final Exam Time Limit: Hours Name (Print): Teaching Assistant This exam contains pages (including this cover page) and 9 problems. Check to see if any pages are missing.

More information

Linear Algebra: Sample Questions for Exam 2

Linear Algebra: Sample Questions for Exam 2 Linear Algebra: Sample Questions for Exam 2 Instructions: This is not a comprehensive review: there are concepts you need to know that are not included. Be sure you study all the sections of the book and

More information

Quizzes for Math 304

Quizzes for Math 304 Quizzes for Math 304 QUIZ. A system of linear equations has augmented matrix 2 4 4 A = 2 0 2 4 3 5 2 a) Write down this system of equations; b) Find the reduced row-echelon form of A; c) What are the pivot

More information

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET This is a (not quite comprehensive) list of definitions and theorems given in Math 1553. Pay particular attention to the ones in red. Study Tip For each

More information

(a) only (ii) and (iv) (b) only (ii) and (iii) (c) only (i) and (ii) (d) only (iv) (e) only (i) and (iii)

(a) only (ii) and (iv) (b) only (ii) and (iii) (c) only (i) and (ii) (d) only (iv) (e) only (i) and (iii) . Which of the following are Vector Spaces? (i) V = { polynomials of the form q(t) = t 3 + at 2 + bt + c : a b c are real numbers} (ii) V = {at { 2 + b : a b are real numbers} } a (iii) V = : a 0 b is

More information

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0.

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0. Matrices Operations Linear Algebra Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0 The rectangular array 1 2 1 4 3 4 2 6 1 3 2 1 in which the

More information

Some Notes on Linear Algebra

Some Notes on Linear Algebra Some Notes on Linear Algebra prepared for a first course in differential equations Thomas L Scofield Department of Mathematics and Statistics Calvin College 1998 1 The purpose of these notes is to present

More information

Math Camp Notes: Linear Algebra I

Math Camp Notes: Linear Algebra I Math Camp Notes: Linear Algebra I Basic Matrix Operations and Properties Consider two n m matrices: a a m A = a n a nm Then the basic matrix operations are as follows: a + b a m + b m A + B = a n + b n

More information

MATH 310, REVIEW SHEET

MATH 310, REVIEW SHEET MATH 310, REVIEW SHEET These notes are a summary of the key topics in the book (and follow the book pretty closely). You should be familiar with everything on here, but it s not comprehensive, so please

More information

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

ANSWERS (5 points) Let A be a 2 2 matrix such that A =. Compute A. 2 MATH 7- Final Exam Sample Problems Spring 7 ANSWERS ) ) ). 5 points) Let A be a matrix such that A =. Compute A. ) A = A ) = ) = ). 5 points) State ) the definition of norm, ) the Cauchy-Schwartz inequality

More information

SUMMARY OF MATH 1600

SUMMARY OF MATH 1600 SUMMARY OF MATH 1600 Note: The following list is intended as a study guide for the final exam. It is a continuation of the study guide for the midterm. It does not claim to be a comprehensive list. You

More information

Math 323 Exam 2 Sample Problems Solution Guide October 31, 2013

Math 323 Exam 2 Sample Problems Solution Guide October 31, 2013 Math Exam Sample Problems Solution Guide October, Note that the following provides a guide to the solutions on the sample problems, but in some cases the complete solution would require more work or justification

More information

Solutions to Final Practice Problems Written by Victoria Kala Last updated 12/5/2015

Solutions to Final Practice Problems Written by Victoria Kala Last updated 12/5/2015 Solutions to Final Practice Problems Written by Victoria Kala vtkala@math.ucsb.edu Last updated /5/05 Answers This page contains answers only. See the following pages for detailed solutions. (. (a x. See

More information

Linear Algebra: Linear Systems and Matrices - Quadratic Forms and Deniteness - Eigenvalues and Markov Chains

Linear Algebra: Linear Systems and Matrices - Quadratic Forms and Deniteness - Eigenvalues and Markov Chains Linear Algebra: Linear Systems and Matrices - Quadratic Forms and Deniteness - Eigenvalues and Markov Chains Joshua Wilde, revised by Isabel Tecu, Takeshi Suzuki and María José Boccardi August 3, 3 Systems

More information

Math 369 Exam #2 Practice Problem Solutions

Math 369 Exam #2 Practice Problem Solutions Math 369 Exam #2 Practice Problem Solutions 2 5. Is { 2, 3, 8 } a basis for R 3? Answer: No, it is not. To show that it is not a basis, it suffices to show that this is not a linearly independent set.

More information

Online Exercises for Linear Algebra XM511

Online Exercises for Linear Algebra XM511 This document lists the online exercises for XM511. The section ( ) numbers refer to the textbook. TYPE I are True/False. Lecture 02 ( 1.1) Online Exercises for Linear Algebra XM511 1) The matrix [3 2

More information

Chapter 4 & 5: Vector Spaces & Linear Transformations

Chapter 4 & 5: Vector Spaces & Linear Transformations Chapter 4 & 5: Vector Spaces & Linear Transformations Philip Gressman University of Pennsylvania Philip Gressman Math 240 002 2014C: Chapters 4 & 5 1 / 40 Objective The purpose of Chapter 4 is to think

More information

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

(b) If a multiple of one row of A is added to another row to produce B then det(b) =det(a). .(5pts) Let B = 5 5. Compute det(b). (a) (b) (c) 6 (d) (e) 6.(5pts) Determine which statement is not always true for n n matrices A and B. (a) If two rows of A are interchanged to produce B, then det(b)

More information

ft-uiowa-math2550 Assignment OptionalFinalExamReviewMultChoiceMEDIUMlengthForm due 12/31/2014 at 10:36pm CST

ft-uiowa-math2550 Assignment OptionalFinalExamReviewMultChoiceMEDIUMlengthForm due 12/31/2014 at 10:36pm CST me me ft-uiowa-math255 Assignment OptionalFinalExamReviewMultChoiceMEDIUMlengthForm due 2/3/2 at :3pm CST. ( pt) Library/TCNJ/TCNJ LinearSystems/problem3.pg Give a geometric description of the following

More information

Linear algebra and differential equations (Math 54): Lecture 8

Linear algebra and differential equations (Math 54): Lecture 8 Linear algebra and differential equations (Math 54): Lecture 8 Vivek Shende February 11, 2016 Hello and welcome to class! Last time We studied the formal properties of determinants, and how to compute

More information

Linear Algebra: Lecture notes from Kolman and Hill 9th edition.

Linear Algebra: Lecture notes from Kolman and Hill 9th edition. Linear Algebra: Lecture notes from Kolman and Hill 9th edition Taylan Şengül March 20, 2019 Please let me know of any mistakes in these notes Contents Week 1 1 11 Systems of Linear Equations 1 12 Matrices

More information

Math 1553, Introduction to Linear Algebra

Math 1553, Introduction to Linear Algebra Learning goals articulate what students are expected to be able to do in a course that can be measured. This course has course-level learning goals that pertain to the entire course, and section-level

More information

Examples True or false: 3. Let A be a 3 3 matrix. Then there is a pattern in A with precisely 4 inversions.

Examples True or false: 3. Let A be a 3 3 matrix. Then there is a pattern in A with precisely 4 inversions. The exam will cover Sections 6.-6.2 and 7.-7.4: True/False 30% Definitions 0% Computational 60% Skip Minors and Laplace Expansion in Section 6.2 and p. 304 (trajectories and phase portraits) in Section

More information

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam This study sheet will not be allowed during the test Books and notes will not be allowed during the test Calculators and cell phones

More information

1 Last time: determinants

1 Last time: determinants 1 Last time: determinants Let n be a positive integer If A is an n n matrix, then its determinant is the number det A = Π(X, A)( 1) inv(x) X S n where S n is the set of n n permutation matrices Π(X, A)

More information

Math 205, Summer I, Week 4b:

Math 205, Summer I, Week 4b: Math 205, Summer I, 2016 Week 4b: Chapter 5, Sections 6, 7 and 8 (5.5 is NOT on the syllabus) 5.6 Eigenvalues and Eigenvectors 5.7 Eigenspaces, nondefective matrices 5.8 Diagonalization [*** See next slide

More information

MATH 2210Q MIDTERM EXAM I PRACTICE PROBLEMS

MATH 2210Q MIDTERM EXAM I PRACTICE PROBLEMS MATH Q MIDTERM EXAM I PRACTICE PROBLEMS Date and place: Thursday, November, 8, in-class exam Section : : :5pm at MONT Section : 9: :5pm at MONT 5 Material: Sections,, 7 Lecture 9 8, Quiz, Worksheet 9 8,

More information

Question: Given an n x n matrix A, how do we find its eigenvalues? Idea: Suppose c is an eigenvalue of A, then what is the determinant of A-cI?

Question: Given an n x n matrix A, how do we find its eigenvalues? Idea: Suppose c is an eigenvalue of A, then what is the determinant of A-cI? Section 5. The Characteristic Polynomial Question: Given an n x n matrix A, how do we find its eigenvalues? Idea: Suppose c is an eigenvalue of A, then what is the determinant of A-cI? Property The eigenvalues

More information

MAT1302F Mathematical Methods II Lecture 19

MAT1302F Mathematical Methods II Lecture 19 MAT302F Mathematical Methods II Lecture 9 Aaron Christie 2 April 205 Eigenvectors, Eigenvalues, and Diagonalization Now that the basic theory of eigenvalues and eigenvectors is in place most importantly

More information

Solutions to Final Exam

Solutions to Final Exam Solutions to Final Exam. Let A be a 3 5 matrix. Let b be a nonzero 5-vector. Assume that the nullity of A is. (a) What is the rank of A? 3 (b) Are the rows of A linearly independent? (c) Are the columns

More information

Announcements Monday, October 29

Announcements Monday, October 29 Announcements Monday, October 29 WeBWorK on determinents due on Wednesday at :59pm. The quiz on Friday covers 5., 5.2, 5.3. My office is Skiles 244 and Rabinoffice hours are: Mondays, 2 pm; Wednesdays,

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2 MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS SYSTEMS OF EQUATIONS AND MATRICES Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

2 b 3 b 4. c c 2 c 3 c 4

2 b 3 b 4. c c 2 c 3 c 4 OHSx XM511 Linear Algebra: Multiple Choice Questions for Chapter 4 a a 2 a 3 a 4 b b 1. What is the determinant of 2 b 3 b 4 c c 2 c 3 c 4? d d 2 d 3 d 4 (a) abcd (b) abcd(a b)(b c)(c d)(d a) (c) abcd(a

More information

1. Linear systems of equations. Chapters 7-8: Linear Algebra. Solution(s) of a linear system of equations (continued)

1. Linear systems of equations. Chapters 7-8: Linear Algebra. Solution(s) of a linear system of equations (continued) 1 A linear system of equations of the form Sections 75, 78 & 81 a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2 a m1 x 1 + a m2 x 2 + + a mn x n = b m can be written in matrix

More information

MATRICES. knowledge on matrices Knowledge on matrix operations. Matrix as a tool of solving linear equations with two or three unknowns.

MATRICES. knowledge on matrices Knowledge on matrix operations. Matrix as a tool of solving linear equations with two or three unknowns. MATRICES After studying this chapter you will acquire the skills in knowledge on matrices Knowledge on matrix operations. Matrix as a tool of solving linear equations with two or three unknowns. List of

More information

Practice problems for Exam 3 A =

Practice problems for Exam 3 A = Practice problems for Exam 3. Let A = 2 (a) Determine whether A is diagonalizable. If so, find a matrix S such that S AS is diagonal. If not, explain why not. (b) What are the eigenvalues of A? Is A diagonalizable?

More information

Chapter 5 Eigenvalues and Eigenvectors

Chapter 5 Eigenvalues and Eigenvectors Chapter 5 Eigenvalues and Eigenvectors Outline 5.1 Eigenvalues and Eigenvectors 5.2 Diagonalization 5.3 Complex Vector Spaces 2 5.1 Eigenvalues and Eigenvectors Eigenvalue and Eigenvector If A is a n n

More information

LAKELAND COMMUNITY COLLEGE COURSE OUTLINE FORM

LAKELAND COMMUNITY COLLEGE COURSE OUTLINE FORM LAKELAND COMMUNITY COLLEGE COURSE OUTLINE FORM ORIGINATION DATE: 8/2/99 APPROVAL DATE: 3/22/12 LAST MODIFICATION DATE: 3/28/12 EFFECTIVE TERM/YEAR: FALL/ 12 COURSE ID: COURSE TITLE: MATH2800 Linear Algebra

More information

Math Computation Test 1 September 26 th, 2016 Debate: Computation vs. Theory Whatever wins, it ll be Huuuge!

Math Computation Test 1 September 26 th, 2016 Debate: Computation vs. Theory Whatever wins, it ll be Huuuge! Math 5- Computation Test September 6 th, 6 Debate: Computation vs. Theory Whatever wins, it ll be Huuuge! Name: Answer Key: Making Math Great Again Be sure to show your work!. (8 points) Consider the following

More information

OHSx XM511 Linear Algebra: Solutions to Online True/False Exercises

OHSx XM511 Linear Algebra: Solutions to Online True/False Exercises This document gives the solutions to all of the online exercises for OHSx XM511. The section ( ) numbers refer to the textbook. TYPE I are True/False. Answers are in square brackets [. Lecture 02 ( 1.1)

More information

(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 =

(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 = . (5 points) (a) If A is a 3 by 4 matrix, what does this tell us about its nullspace? dim N(A), since rank(a) 3. (b) If we also know that Ax = has no solution, what do we know about the rank of A? C(A)

More information

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

Elementary Linear Algebra Review for Exam 2 Exam is Monday, November 16th. Elementary Linear Algebra Review for Exam Exam is Monday, November 6th. The exam will cover sections:.4,..4, 5. 5., 7., the class notes on Markov Models. You must be able to do each of the following. Section.4

More information

Diagonalization. MATH 1502 Calculus II Notes. November 4, 2008

Diagonalization. MATH 1502 Calculus II Notes. November 4, 2008 Diagonalization MATH 1502 Calculus II Notes November 4, 2008 We want to understand all linear transformations L : R n R m. The basic case is the one in which n = m. That is to say, the case in which the

More information

det(ka) = k n det A.

det(ka) = k n det A. Properties of determinants Theorem. If A is n n, then for any k, det(ka) = k n det A. Multiplying one row of A by k multiplies the determinant by k. But ka has every row multiplied by k, so the determinant

More information