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

Size: px
Start display at page:

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

Transcription

1 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 and 3) the triangle inequality, for vectors in R n. ) Norm of v equals v = v T v; ) a b a b ; 3) a + b a + b points) Suppose A = BC + D)E and all the matrices are n n invertible. Find an equation for C. AE = BC + BD implies C = B AE BD) points) Find all solutions to the system of equations w + 3x + 4y + 5z = 4w + 3x + 8y + 5z = 6w + 3x + 8y + 5z = Infinite solution case: w = /, x = 5/3)t, y = /, z = t. ) 5. 5 points) Let A =. Show the details of two different methods for finding 3 the inverse of the matrix A.

2 The two methods are ) A = adja) A and ) For C =< A I >, then rrefc) =< I A >. Details expected, but not supplied here points) Find a factorization A = LU into lower and upper triangular matrices for the matrix A =. Let E be the result of combo,,-/) on I, and E the result of combo,3,-/3) on I. Then E E A = U = 3. Let L = E E = points) Let Q be a matrix with QQ T = I. Prove that Q has columns of unit length and its two columns are orthogonal. First, AB = I with both A, B square ) implies BA = I. So Q T Q = I. Then Q =< q q > implies Q T q q q q Q =. Relation Q T Q = I then implies orthogonality of the q q q q columns and that the columns have length one points) True or False? If the 3 3 matrices A and B are triangular, then AB is triangular. False. Consider the decomposition A = LU in a problem above. True if both matrices are upper triangular or both matrices are lower triangular points) True or False? If a 3 3 matrix A has an inverse, then for all vectors b the equation A x = b has a unique solution x. True, x = A b.. 5 points) Let A be a 3 4 matrix. Find the elimination matrix E which under left multiplication against A performs both ) and ) with one matrix multiply.

3 ) Replace Row of A with Row minus Row. ) Replace Row 3 of A by Row 3 minus 5 times Row. Perform combo,,-) on I then combo,3,-5) on the result. The elimination matrix is E = 5 5. points) Determinant problem, chapter 3. a) [%] True or False? The value of a determinant is the product of the diagonal elements. b) [%] True or False? The determinant of the negative of the n n identity matrix is. c) [3%] Assume given 3 3 matrices A, B. Suppose E E A = AB and E, E are elementary matrices representing respectively a combination and a multiply by 3. Assume detb) = 7. Let C = A. Find all possible values of detc). d) [%] Determine all values of x for which I + C) fails to exist, where I is the 3 3 x identity and C = 3x. e) [3%] Let symbols a, b, c denote constants and define A = a b c Apply the adjugate [adjoint] formula for the inverse A = adja) A to find the value of the entry in row 4, column of A. a) FALSE. True only if the matrix is triangular. b) FALSE. It equals when n is even. 3

4 c) Start with the determinant product theorem F G = F G. Apply it to obtain E E A = A B. Let x = A in this equation and solve for x. You will need to know that E = and E = 3. Then C = I)A = I A = ) 3 x. The answer is C = or C = 9. 4 x d) Find C + I = 3 x, then evaluate its determinant, to eventually solve for x = 5/3 and x =. Used here is F exists if and only if F. e) Find the cross-out determinant in row, column 4 no mistake, the transpose swaps rows and columns). Form the fraction, top=checkerboard sign times cross-out determinant, bottom= A. The value is b a. A maple check: C4:=Matrix[[,-,,],[,,,],[a,b,,],[,c,,/]]); /C4; # The inverse matrix C5:=linalg[minor]C4,,4); -)**+4)*linalg[det]C5)/linalg[det]C4); # ans = -b-a. 5 points) Define matrix A, vector b and vector variable x by the equations 3 3 x A = 4, b = 5, x = x. 4 For the system A x = b, find x 3 by Cramer s Rule, showing all details details count 75%). To save time, do not compute x, x! x 3 = 3 /, = det 4 = 8, 3 = det 4 5 = 59, x 3 = points) Define matrix A = an upper triangular matrix U such that A = LU. 4 x 3. Find a lower triangular matrix L and

5 Let E be the result of combo,,-/) on I, and E the result of combo,3,-/3) on I. Then E E A = U = 3. Let L = E E = points) Determine which values of k correspond to a unique solution for the system A x = b given by A = 4 k k k 3 4 3, b = k. There is a unique solution for deta), which implies k and k 3. Alternative 4 k solution: Elimination methods with swap, combo, multiply give k k. 3 k k Then ) Unique solution for three lead variables, equivalent to the determinant nonzero for the frame above, or k )3 k) ; ) No solution for k = 3 [signal equation]; 3) Infinitely many solutions for k =. 5. points) Let a, b and c denote constants and consider the system of equations b c x c a y b + c a z = Use techniques learned in this course to briefly explain the following facts. Only write what is needed to justify a statement. a a a a). The system has a unique solution for b + c)a + c). b). The system has no solution if a+c = and a don t explain the other possibilities). c). The system has infinitely many solutions if a = c = don t explain the other possibilities). 5

6 Combo, swap and mult are used to obtain in 3 combo steps the matrix b c a A 3 = b + c c + a a c a a a) Uniqueness requires zeros free variables. Then the diagonal entries of the last frame must be nonzero, written simply as c + b)a + c), which is equivalent to the determinant of A not equal to zero. b) No solution: The last row of A 3 is a signal equation if c + a = and a. c) Infinitely many solutions: If a = c =, then A 3 has last row zero. If a = c = and b =, then there is one lead variable and two free variables, because the last two rows of A 3 are zero. If a = c = and b, then there are two lead variables and one free variable. The homogeneous problem has infinitely many solutions, because of at least one free variable and no signal equation. The sequence of steps are documented below for maple. withlinearalgebra): combo:=a,s,t,m)->linearalgebra[rowoperation]a,[t,s],m); mult:=a,t,m)->linearalgebra[rowoperation]a,t,m); swap:=a,s,t)->linearalgebra[rowoperation]a,[s,t]); A:=a,b,c)->Matrix[[,b,c,-a],[,c,-a,a],[,b+c,a,a]]); A:=Aa,b,c); A:=comboAa,b,c),,,-); A:=comboA,,3,-); A3:=comboA,,3,-); A4:=convertA3,list,nested=true); A4 := [[, -b, c, a], [, b+c, -c+a, -*a], [,, -c-*a, -a]]; 6. 5 points) Explain how the span theorem applies to show that the set S of all linear combinations of the functions cosh x, sinh x is a subspace of the vector space V of all continuous functions on < x <. 6

7 The span theorem says span v, v ) is a subspace of V, for any two vectors in V. Choose the two vectors to be cosh x, sinh x points) Write a proof that the subset S of all solutions x in R n to a homogeneous matrix equation A x = is a subspace of R n. This is called the kernel theorem. ) Zero is in S because A = ; ) If A v = and A v =, then v = v + v satisfies A v = A v + A v = + =. So v is in S; 3) Let v be in S, that is, A v =. Let c be a constant. Define v = c v. Then A v = Ac v ) = ca v = c) =. Then v is in S. This completes the proof points) Using the subspace criterion, write two hypotheses that imply that a set S in a vector space V is not a subspace of V. The full statement of three such hypotheses is called the Not a Subspace Theorem. ) If the zero vector is not in S, then S is not a subspace. ) If two vectors in S fail to have their sum in S, then S is not a subspace. 3) If a vector is in S but its negative is not, then S is not a subspace points) Report which columns of A are pivot columns: A = Zero cannot be a pivot column no leading one in rrefa)). The other two columns are not constant multiples of one another, therefore they are independent and will become pivot columns in rrefa). Then: pivot columns =,3.. 5 points) Find the complete solution x = x h + x p for the nonhomogeneous system x x = 3. The homogeneous solution x h is a linear combination of Strang s special solutions. Symbol x p denotes a particular solution. 7 x 3.

8 The augmented matrix has reduced row echelon form last frame) equal to the matrix. Then x = t, x =, x 3 = is the general solution in scalar form. The partial derivative on t gives the homogeneous solution basis vector. Then x h = c Set t = in the scalar solution to find a particular solution x p =.. 5 points) Find the vector general solution x to the equation A x = b for 4 A = 3, b = 4 4 The augmented matrix for this system of equations is The reduced row echelon form is found as follows: 4 4 combo,,-3) combo,3,-4) mult3,-/6) 4 last frame 8

9 The last frame, or RREF, implies the system x = x 3 = 4 x 4 = The lead variables are x, x 3, x 4 and the free variable is x. The last frame algorithm introduces invented symbol t. The free variable is set to this symbol, then back-substitute into the lead variable equations of the last frame to obtain the general solution x =, x = t, x 3 = 4, x 4 =. Strang s special solution s is the partial of x on the invented symbol t. A particular solution x p is obtained by setting all invented symbols to zero. Then x = x p + t s = 4 + t. 5 points) Find the reduced row echelon form of the matrix A = It is the matrix points) A 3 matrix A is given and the homogeneous system A x = is transformed to reduced row echelon form. There are 7 lead variables. How many free variables? Because x has 3 variables, then the rank plus the nullity is 3. There are 6 free variables points) The rank of a 3 matrix A is 7. Find the nullity of A. 9.

10 There are 3 variables. The rank plus the nullity is 3. The nullity is 6. ) ) ) points) Given a basis v =, v = of R, and v =, then v = 4 4 c v + c v for a unique set of coefficients c, c, called the coordinates of v relative to the basis v, v. Compute c and c points) Determine independence or dependence for the list of vectors 4 3,, 3 4 Possible tests are the rank test, determinant test, pivot theorem, orthogonality test. Let A denote the augmented matrix of the three column vectors. The determinant is 3, nonzero, so the vectors are independent. The pivot theorem also applies. The rrefa) is the identity matrix, so all columns are pivot columns, hence the three columns are independent. The rank test applies because the rank is 3, equal to the number of columns, hence independence points) Check the independence tests which apply to prove that, x, x 3 are independent in the vector space V of all functions on < x <.

11 Wronskian test Wronskian of f, f, f 3 nonzero at x = x implies independence of f, f, f 3. Rank test Vectors v, v, v 3 are independent if their augmented matrix has rank 3. Determinant test Vectors v, v, v 3 are independent if their square augmented matrix has nonzero determinant. Euler Atom test Any finite set of distinct atoms is independent. Sample test Functions f, f, f 3 are independent if a sampling matrix has nonzero determinant. Pivot test Vectors v, v, v 3 are independent if their augmented matrix A has 3 pivot columns. Orthogonality test A set of nonzero pairwise orthogonal vectors is independent. The first, fourth and fifth apply to the given functions, while the others apply only to fixed vectors points) Define S to be the set of all vectors x in R 3 such that x + x 3 = and x 3 + x = x. Prove that S is a subspace of R 3. Let A =. Then the restriction equations can be written as A x =. Apply the nullspace theorem also called the kernel theorem), which says that the nullspace of a matrix is a subspace. Another solution: The given restriction equations are linear homogeneous algebraic equations. Therefore, S is the nullspace of some matrix B, hence a subspace of R 3. This solution uses the fact that linear homogeneous algebraic equations can be written as a matrix equation B x =. Another solution: Verify the three checkpoints for a subspace S in the Subspace Criterion. This is quite long, and certainly the last choice for a method of proof points) The 5 6 matrix A below has some independent columns. Report the

12 independent columns of A, according to the Pivot Theorem. 3 A = Find rrefa) = /. The pivot columns are and points) Let S be the subspace of R 4 spanned by the vectors v =, v =. Find a Gram-Schmidt orthonormal basis of S. Let y = v and u = y y. Then u = 3. Let y = v minus the shadow projection of v onto the span of v. Then y = v v v v = v v 3. Finally, u = y y. We report the Gram-Schmidt basis: u = 3, u = 6.

13 3. 5 points) Find the orthogonal projection vector v the shadow projection vector) of v onto v, given v =, v =. Use the formula v = d v where d = v v v v points) Let A be an m n matrix with independent columns. Prove that A T A is invertible. The matrix B = A T A has dimension n n. We prove that the nullspace of B = A T A is the zero vector. Let x belong to R n. Assume B x =, then multiply this equation by x T to obtain x T A T A x = x T =. Therefore, A x =, or A x =. If A has independent columns, then the nullspace of A is the zero vector, so x =. We have proved that the nullspace of B = A T A is the zero vector. An n n matrix B is invertible if and only if its nullspace is the zero vector. So B = A T A is invertible points) Let A be an m n matrix with A T A invertible. Prove that the columns of A are independent. The columns of A are independent if and only if the nullspace of A is the zero vector. If you don t know this result, then find it in Strang s book, or prove it yourself. Assume x is in the nullspace of A, A x =, then multiply by A T to get A T A x =. Because A T A is invertible, then x =, which proves the nullspace of A is the zero vector. conclude that the columns of A are independent points) Let A be an m n matrix and v a vector orthogonal to the nullspace of A. Prove that v must be in the row space of A. We 3

14 The fundamental theorem of linear algebra is summarized by rowspace nullspace. This relation implies nullspace rowspace, because for subspaces S we have S ) = S. The conclusion follows points) Define matrix A and vector b by the equations 3 A = 4, b =. 3 Find the value of x by Cramer s Rule in the system A x = b. x = /, = det 4 = 36, = deta) = 4, x = points) Assume A = 6 4 ). Find the inverse of the transpose of A. Compute A T ) = A ) T = 6 4 )) T = 6 4 ) points) This problem uses the identity A adja) = adja)a = A I, where A is the determinant of matrix A. Symbol adja) is the adjugate or adjoint of A. The identity is used to derive the adjugate inverse identity A = adja)/ A.. Let B be the matrix given below, where? means the value of the entry does not affect the answer to this problem. The second matrix is C = adjb). Report the value of the determinant of matrix C B.??? B =??, C =??

15 The determinant of C B is B / C. Then CB == adjb)b = B I implies C B = det B I) = B 4. Because C = B 3, then the answer is / B. Return to CB = B I and do one dot product to find the value B = 8. We report detc B ) = / B = / points) Display the entry in row 3, column 4 of the adjugate matrix [or adjoint 4 matrix] of A =. Report both the symbolic formula and the numerical 3 value. The answer is the cofactor of A in row 4, column 3 = ) 7 times minor of A in 4,3 = points) Consider a 3 3 real matrix A with eigenpairs 5 i, 6, i,, i, 4 i. Display an invertible matrix P and a diagonal matrix D such that AP = P D. The columns of P are the eigenvectors and the diagonal entries of D are the eigenvalues, taken in the same order points) Find the eigenvalues of the matrix A = To save time, do not find eigenvectors! The characteristic polynomial is deta ri) = r)3 r)r ). The eigenvalues are,,, 3. Determinant expansion of deta λi) is by the cofactor method along column. This reduces it to a 3 3 determinant, which can be expanded by the cofactor method along column 3. 5

16 points) The matrix A = has eigenvalues,, but it is not 3 diagonalizable, because λ = has only one eigenpair. Find an eigenvector for λ =. To save time, don t find the eigenvector for λ =. Because A I = 3 has last frame B = only one eigenpair for λ =, with eigenvector v = 5. 5/, then there is 4. 5 points) Find the two complex eigenvectors ) corresponding to complex eigenvalues ± i for the matrix A =. + i, i )), points) Let A = i,, i )), )) ). Circle possible eigenpairs of A. )) )),,,. 3 The first and the last, because the test A x = λ x passes in both cases points) Let I denote the 3 3 identity matrix. Assume given two 3 3 matrices B, C, which satisfy CP = P B for some invertible matrix P. Let C have eigenvalues,, 5. Find the eigenvalues of A = I + 3B. Both B and C have the same eigenvalues, because detb λi) = detp B λi)p ) = 6

17 detp CP λp P ) = detc λi). Further, both B and C are diagonalizable. The answer is the same for all such matrices, so the computation can be done for a diagonal matrix B = diag,, 5). In this case, A = I + 3B = diag,, ) + diag 3, 3, 5) = diag, 5, 7) and the eigenvalues of A are, 5, points) Let A be a 3 3 matrix with eigenpairs 4, v ), 3, v ),, v 3 ). Let P denote the augmented matrix of the eigenvectors v, v 3, v, in exactly that order. Display the answer for P AP. Justify the answer with a sentence. Because AP = P D, then D = P AP is the diagonal matrix of eigenvalues, taken in the 3 order determined by the eigenpairs 3, v ),, v 3 ), 4, v ). Then D = points) The matrix A below has eigenvalues 3, 3 and 3. Test A to see it is diagonalizable, and if it is, then display three eigenpairs of A. 4 A = 3 Compute rrefa 3I) = eigenvector display three eigenpairs. for λ = 3.. This has rank, nullity. There is just one Not diagonalizable, no Fourier s model, not possible to points) Assume A is a given 4 4 matrix with eigenvalues,, 3 ± i. Find the eigenvalues of 4A 3I, where I is the identity matrix. Such a matrix is diagonalizable, because of four distinct eigenvalues. Then 4B 3I has 7

18 the same eigenvalues for all matrices B similar to A. In particular, 4A 3I has the same eigenvalues as 4D 3I where D is the diagonal matrix with entries,, 3+i, 3 i. Compute 3 4D 3I =. The answer is,, 9 + 8i, 9 8i i 9 8i points) Find the eigenvalues of the matrix A = To save time, do not find eigenvectors! The characteristic polynomial is deta ri) = r + 6)3 r)r ). The eigenvalues are,, 3, ± 6i. Determinant expansion is by the cofactor method along column 5. This reduces it to a 4 4 determinant, which can be expanded as a product of two quadratics. In detail, we first get A ri = 3 r) B ri, where B =. So we have one 3 ) B B eigenvalue 3, and we find the eigenvalues of B. Matrix B is a block matrix B =, B ) 3 B ri B where B, B, B 3 are all matrices. Then B ri =. Using the B 3 ri determinant product theorem for such special block matrices zero in the left lower block) gives B ri = B ri B 3 ri. So the answer for the eigenvalues of A is 3 and the eigenvalues of B and B 3. We report 3, ± 6i,,. It is also possible to directly find the eigenvalues of B by cofactor expansion of B ri points) Consider a 3 3 real matrix A with eigenpairs 3 i 3, 6, i,, i, 4 i. ) [%] Display an invertible matrix P and a diagonal matrix D such that AP = P D. 8

19 ) [%] Display a matrix product formula for A, but do not evaluate the matrix products, in order to save time. ) P = 3 i i 6 4, D = 3 i i. ) AP = P D implies A = P DP points) Assume two 3 3 matrices A, B have exactly the same characteristic equations. Let A have eigenvalues, 3, 4. Find the eigenvalues of /3)B I, where I is the identity matrix. Because the answer is the same for all matrices similar to A that is, all B = P AP ) then it suffices to answer the question for diagonal matrices. We know A is diagonalizable, because it has distinct eigenvalues. So we choose D equal to the diagonal matrix with entries, 3, 4. Compute D I = Then the eigenvalues are 4,, points) Let 3 3 matrices A and B be related by AP = P B for some invertible matrix P. Prove that the roots of the characteristic equations of A and B are identical. The proof depends on the identity A ri = P BP ri = P B ri)p and the determinant product theorem CD = C D. We get A ri = P B ri P = P P B ri = B ri. Then A and B have exactly the same characteristic equation, hence exactly the same eigenvalues points) Find the eigenvalues of the matrix B: 4 5 B = 4 4 9

20 The characteristic polynomial is detb ri) = r)5 r)5 r)3 r). The eigenvalues are, 3, 5, 5. It is possible to directly find the eigenvalues of B by cofactor expansion of B ri. An alternate method is described below, which depends upon a determinant product theorem for special block matrices, such as encountered in this example. ) B B Matrix B is a block matrix B =, where B, B, B 3 are all matrices. Then B ) 3 B ri B B ri =. Using the determinant product theorem for such special B 3 ri block matrices zero in the left lower block) gives B ri = B ri B 3 ri. So the answer is that B has eigenvalues equal to the eigenvalues of B and B 3. These are quickly found by Sarrus Rule applied to the two determinants B ri = r)5 r) and B 3 ri = r 8r + 5 = 5 r)3 r) points) Let W be the column space of A = ˆb be the near point to b in the subspace W. Find ˆb. and let b =. Let The columns of A are independent. The normal equation is A T A y = A T b, which in explicit ) ) ) 3 form is y =. The answer is y =. Then ˆb = Aỹ = points) There are real matrices A such that A = 4I, where I is the identity matrix. Give an example of one such matrix A and then verify that A + 4I =. Choose any matrix whose characteristic equation is λ + 4 =. Then A + 4I = by the Cayley-Hamilton theorem points) Let Q =< q q > be orthogonal and D a diagonal matrix with diagonal entries λ, λ. Prove that the matrix A = QDQ T satisfies A = λ q q T + λ q q T.

21 Let B = λ q q T +λ q q T. We prove A = B. First observe that both A and B are symmetric. Because the columns of Q form a basis of R, it suffices to prove that x T A = x T B for x a column of A. For example, take x = q. Then x T A = A T q ) T = A q ) T = λ q T. Orthogonality of Q implies x T B = B q ) T = λ q q T q + λ q q T q ) T = λ q ) T = λ q T. Repeat for subscript to complete the proof points) A matrix A is defined to be positive definite if and only if x T A x > for nonzero x. Which of these matrices are positive definite? ) ) ),, 6 6 Only the second matrix. A useful test is positive eigenvalues. Another is principal determinants all positive points) Let A be a real symmetric matrix. Prove that the eigenvalues of A are real numbers. Begin with A x = λ x. Take the conjugate of both sides to get a new equation. Because the conjugate of a real matrix is itself, then the new equation looks like A y = λ y where y is the conjugate of x. Formally, replace i by i in the components of x to obtain y. Symbol λ is the complex conjugate of λ. Transpose this new equation to get y T A = λ y T, possible because A = A T. Taking dot products two ways gives y A x = λ y x = λ y x. Because y x = x >, then we can cancel to get λ = λ, proving the eigenvalue λ is real points) Let B be a real 3 4 matrix. Prove that the eigenvalues of B T B are non-negative. Let A = B T B. An eigenpair λ, v) of A satisfies A v = λ v, v. Already known is that the eigenvalue λ and the eigenvector v are real, because A = B T B is a symmetric matrix. Compute B v = B v) T B v) = v T B T B v = v T A v = v T λ v = λ v. Therefore, λ is non-negative points) The spectral theorem says that a symmetric matrix A can be factored into

22 A = QDQ T where Q) is orthogonal and D is diagonal. Find Q and D for the symmetric 3 matrix A =. 3 Start with the equation ) r 6r +8 = having ) roots r =, 4. Compute the eigenpairs, v ), 4, v ) where v = and v =. The two vectors are orthogonal but not of unit ) length. Unitize them to get u = v, u = v. Then Q =< u u >=, D = diag, 4) points) Show that if B is an invertible matrix and A is similar to B, with A = P BP, then A is invertible. The determinant product theorem applies to obtain A = B, hence A is invertible. ) 6. 5 points) Write out the singular value decomposition for the matrix A =. A = ) = ) 8 ) )) T 6. 5 points) Strang s Four Fundamental Subspaces are the nullspace of A, the nullspace of A T, the row space of A and the column space of A. Describe, using a figure or drawing, the locations in the matrices U, V of the singular value decomposition A = UΣV T which are consumed by the four fundamental subspaces of A. A =< colspacea) nullspacea T ) > Σ < rowspacea) nullspacea) > T. The dimensions of the spaces left to right are r, m r, r, n r, where A is m n and r is the rank of A points) Give examples for a vertical shear and a horizontal shear in the plane. Expected is a matrix A which represents the linear transformation.

23 k ) is a horizontal shear, k ) is a vertical shear points) Give examples for clockwise and counterclockwise rotations in the plane. Expected is a matrix A which represents the linear transformation. cos θ sin θ sin θ cos θ ) for θ > rotates clockwise and for θ < rotates counter clockwise points) Let the linear transformation T from R 3 to R 3 be defined by its action on three independent vectors: T = 4, T =, T =. Find the unique 3 3 matrix A such that T is defined by the matrix multiply equation T x) = A x. 3 A = can be solved for matrix A. The answer is A = points) Let A be an m n matrix. Denote by S the row space of of A and S the column space of A. Prove that T : S S defined by T x) = A x is one-to-one and onto. Suppose x is in the rowspace. The fundamental theorem of linear algebra says x is perpendicular to the nullspace. of A. So, if x, x are vectors in the rowspace of A and A x ) = A x then A x x ) =. This implies x = x x belongs to the nullspace of A. But x is a linear combination of vectors in S, so it is in S, which is perpendicular to the nullspace. The intersection of V and V is the zero vector, so x =, which says x = x, proving T is one-to-one. The proof for onto is done by solving the equation A x = y where y is any vector in the column space of A. We have to find x in S that solves the equation. Select any z such that y = A z. Because the rowspace is perpendicular to the nullspace, then there are unique 3

24 vectors x, u such that z = x + u, and u is in the nullspace while x is in the rowspace. Then y = A z = A x + A u = A x + = A x. We have solved the equation for x in S. The proof is complete. Essay Questions points) Define an Elementary Matrix. Display the fundamental matrix multiply equation which summarizes a sequence of swap, combo, multiply operations, transforming a matrix A into a matrix B. An elementary matrix is the matrix E resulting from one elementary row operation swap, combination, multiply) performed on the identity matrix I. The fundamental equation looks like E k E E A = B, but this is not the complete answer, because the elementary matrices have to be explained, relative to the elementary row operations which transformed A into B points) Let V be a vector space and S a subset of V. Define what it means for S to be a subspace of V. The definition is sometimes called the Subspace Criterion, a theorem with three requirements, with the conclusion that S is a subspace of V. The definition can be found in the textbook, although the naming convention might not be the same. In some books it is taken as the definition, in other books it is derived from a different definition, then recorded as a theorem called the subspace criterion: ) Zero is in S; ) Sums of vectors in S are in S; 3) Scalar multiples of vectors in S are in S. The important underlying assumption is that addition and scalar multiplication are inherited from V points) The null space S of an m n matrix M is a subspace of R n. This is called the Kernel Theorem, and it is proved from the Subspace Criterion. Both theorems conclude that some subset is a subspace, but they have different hypotheses. Distinguish the Kernel theorem from the Subspace Criterion, as viewed from hypotheses. 4

25 The distinction is that the kernel theorem applies only to fixed vectors, that is, the vector space R n, whereas the subspace criterion applies to any vector space points) Least squares can be used to find the best fit line for the points, ),, ), 3, ). Without finding the line equation, describe how to do it, in a few sentences. Find a matrix equation A x = b using the line equation y = v x + v where x = Then solve the normal equation A T A v = A T b. A full solution is expected, with a formula for A. But don t solve the normal equation points) State the Fundamental Theorem of Linear Algebra. Include Part : The dimensions of the four subspaces, and Part : The orthogonality equations for the four subspaces. Part. The dimensions are n r, r, rm r for nullspacea), colspacea), rowspacea), nullspacea T ). Part. The orthogonality relation is rowspace nullspace, for both A and A T. A full statement is expected, not the brief one given here points) Display the equation for the Singular Value Decomposition SVD), then cite the conditions for each matrix. Finish with a written description of how to construct the matrices in the SVD. Let r be the rank of an m n matrix A. Then A = UΣV T, where A v i = σ i u i, U =< u u n >, V =< v v m > are orthogonal and Σ = diagσ,..., σ r,,..., >. The singular values are σ i = λ i where {λ i } is the list of real nonnegative eigenvalues of A T A. Only the positive values σ i, i =,..., r where r is the rank of A are entered into matrix Σ, and they must be ordered in decreasing order. Because there is a full set of n orthonormal eigenpairs λ, v) for the n n symmetric matrix A T A, the matrix V is constructed from the list of orthonormal eigenvectors { v i n i=. Matrix U is constructed from an orthonormal basis { u i } m i=, obtained from Gram-Schmidt, starting with the list of orthogonal vectors u i = σi A v i, i =,..., r, after appending to the list m r independent vectors to complete a basis of R m points) State the Spectral Theorem for symmetric matrices. Include the impor- v v ). 5

26 tant results included in the spectral theorem, about real eigenvalues and diagonalizability. Then discuss the spectral decomposition. A real symmetric n n matrix A has only real eigenvalues. Marix A has n eigenpairs, in short it is is diagonalizable. To each eigenvalue of multiplicity k, there are k independent eigenvectors. These eigenvectors span a subspace of dimension k which by Gram-Schmidt is spanned by k orthonormal vectors. Two such subspaces corresponding to different eigenvalues are orthogonal. The spectral decomposition of A is A = QDQ T where D is a diagonal matrix of eigenvalues and Q is an orthogonal matrix of corresponding eigenvectors. 6

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

ANSWERS. Answer: Perform combo(3,2,-1) on I then combo(1,3,-4) on the result. The elimination matrix is

ANSWERS. Answer: Perform combo(3,2,-1) on I then combo(1,3,-4) on the result. The elimination matrix is MATH 227-2 Sample Exam 1 Spring 216 ANSWERS 1. (1 points) (a) Give a counter example or explain why it is true. If A and B are n n invertible, and C T denotes the transpose of a matrix C, then (AB 1 )

More information

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

MATH 1120 (LINEAR ALGEBRA 1), FINAL EXAM FALL 2011 SOLUTIONS TO PRACTICE VERSION MATH (LINEAR ALGEBRA ) FINAL EXAM FALL SOLUTIONS TO PRACTICE VERSION Problem (a) For each matrix below (i) find a basis for its column space (ii) find a basis for its row space (iii) determine whether

More information

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

Math 102, Winter Final Exam Review. Chapter 1. Matrices and Gaussian Elimination 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

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

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

Math 18, Linear Algebra, Lecture C00, Spring 2017 Review and Practice Problems for Final Exam Math 8, Linear Algebra, Lecture C, Spring 7 Review and Practice Problems for Final Exam. The augmentedmatrix of a linear system has been transformed by row operations into 5 4 8. Determine if the system

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

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.

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 410 Homework Problems In the following pages you will find all of the homework problems for the semester. Homework should be written out neatly and stapled and turned in at the beginning of class

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

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

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

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

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

MATH 31 - ADDITIONAL PRACTICE PROBLEMS FOR FINAL

MATH 31 - ADDITIONAL PRACTICE PROBLEMS FOR FINAL MATH 3 - ADDITIONAL PRACTICE PROBLEMS FOR FINAL MAIN TOPICS FOR THE FINAL EXAM:. Vectors. Dot product. Cross product. Geometric applications. 2. Row reduction. Null space, column space, row space, left

More information

Reduction to the associated homogeneous system via a particular solution

Reduction to the associated homogeneous system via a particular solution June PURDUE UNIVERSITY Study Guide for the Credit Exam in (MA 5) Linear Algebra This study guide describes briefly the course materials to be covered in MA 5. In order to be qualified for the credit, one

More information

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

MATH 20F: LINEAR ALGEBRA LECTURE B00 (T. KEMP) MATH 20F: LINEAR ALGEBRA LECTURE B00 (T KEMP) Definition 01 If T (x) = Ax is a linear transformation from R n to R m then Nul (T ) = {x R n : T (x) = 0} = Nul (A) Ran (T ) = {Ax R m : x R n } = {b R m

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

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

LINEAR ALGEBRA 1, 2012-I PARTIAL EXAM 3 SOLUTIONS TO PRACTICE PROBLEMS LINEAR ALGEBRA, -I PARTIAL EXAM SOLUTIONS TO PRACTICE PROBLEMS Problem (a) For each of the two matrices below, (i) determine whether it is diagonalizable, (ii) determine whether it is orthogonally diagonalizable,

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

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

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

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

1. Select the unique answer (choice) for each problem. Write only the answer. MATH 5 Practice Problem Set Spring 7. Select the unique answer (choice) for each problem. Write only the answer. () Determine all the values of a for which the system has infinitely many solutions: x +

More information

Review problems for MA 54, Fall 2004.

Review problems for MA 54, Fall 2004. Review problems for MA 54, Fall 2004. Below are the review problems for the final. They are mostly homework problems, or very similar. If you are comfortable doing these problems, you should be fine on

More information

MTH Linear Algebra. Study Guide. Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education

MTH Linear Algebra. Study Guide. Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education MTH 3 Linear Algebra Study Guide Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education June 3, ii Contents Table of Contents iii Matrix Algebra. Real Life

More information

Extra Problems for Math 2050 Linear Algebra I

Extra Problems for Math 2050 Linear Algebra I Extra Problems for Math 5 Linear Algebra I Find the vector AB and illustrate with a picture if A = (,) and B = (,4) Find B, given A = (,4) and [ AB = A = (,4) and [ AB = 8 If possible, express x = 7 as

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

is Use at most six elementary row operations. (Partial

is Use at most six elementary row operations. (Partial MATH 235 SPRING 2 EXAM SOLUTIONS () (6 points) a) Show that the reduced row echelon form of the augmented matrix of the system x + + 2x 4 + x 5 = 3 x x 3 + x 4 + x 5 = 2 2x + 2x 3 2x 4 x 5 = 3 is. Use

More information

5.3 Determinants and Cramer s Rule

5.3 Determinants and Cramer s Rule 304 53 Determinants and Cramer s Rule Unique Solution of a 2 2 System The 2 2 system (1) ax + by = e, cx + dy = f, has a unique solution provided = ad bc is nonzero, in which case the solution is given

More information

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

Glossary of Linear Algebra Terms. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Glossary of Linear Algebra Terms Basis (for a subspace) A linearly independent set of vectors that spans the space Basic Variable A variable in a linear system that corresponds to a pivot column in the

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

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

homogeneous 71 hyperplane 10 hyperplane 34 hyperplane 69 identity map 171 identity map 186 identity map 206 identity matrix 110 identity matrix 45 address 12 adjoint matrix 118 alternating 112 alternating 203 angle 159 angle 33 angle 60 area 120 associative 180 augmented matrix 11 axes 5 Axiom of Choice 153 basis 178 basis 210 basis 74 basis test

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

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

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

This MUST hold matrix multiplication satisfies the distributive property.

This MUST hold matrix multiplication satisfies the distributive property. The columns of AB are combinations of the columns of A. The reason is that each column of AB equals A times the corresponding column of B. But that is a linear combination of the columns of A with coefficients

More information

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

HOMEWORK PROBLEMS FROM STRANG S LINEAR ALGEBRA AND ITS APPLICATIONS (4TH EDITION) HOMEWORK PROBLEMS FROM STRANG S LINEAR ALGEBRA AND ITS APPLICATIONS (4TH EDITION) PROFESSOR STEVEN MILLER: BROWN UNIVERSITY: SPRING 2007 1. CHAPTER 1: MATRICES AND GAUSSIAN ELIMINATION Page 9, # 3: Describe

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

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

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

av 1 x 2 + 4y 2 + xy + 4z 2 = 16.

av 1 x 2 + 4y 2 + xy + 4z 2 = 16. 74 85 Eigenanalysis The subject of eigenanalysis seeks to find a coordinate system, in which the solution to an applied problem has a simple expression Therefore, eigenanalysis might be called the method

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

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

LINEAR ALGEBRA SUMMARY SHEET.

LINEAR ALGEBRA SUMMARY SHEET. LINEAR ALGEBRA SUMMARY SHEET RADON ROSBOROUGH https://intuitiveexplanationscom/linear-algebra-summary-sheet/ This document is a concise collection of many of the important theorems of linear algebra, organized

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

PRACTICE PROBLEMS FOR THE FINAL

PRACTICE PROBLEMS FOR THE FINAL PRACTICE PROBLEMS FOR THE FINAL Here are a slew of practice problems for the final culled from old exams:. Let P be the vector space of polynomials of degree at most. Let B = {, (t ), t + t }. (a) Show

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

Practice Exam. 2x 1 + 4x 2 + 2x 3 = 4 x 1 + 2x 2 + 3x 3 = 1 2x 1 + 3x 2 + 4x 3 = 5

Practice Exam. 2x 1 + 4x 2 + 2x 3 = 4 x 1 + 2x 2 + 3x 3 = 1 2x 1 + 3x 2 + 4x 3 = 5 Practice Exam. Solve the linear system using an augmented matrix. State whether the solution is unique, there are no solutions or whether there are infinitely many solutions. If the solution is unique,

More information

Chapter 3 Transformations

Chapter 3 Transformations Chapter 3 Transformations An Introduction to Optimization Spring, 2014 Wei-Ta Chu 1 Linear Transformations A function is called a linear transformation if 1. for every and 2. for every If we fix the bases

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

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

Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Exam 2 will be held on Tuesday, April 8, 7-8pm in 117 MacMillan What will be covered The exam will cover material from the lectures

More information

MA 265 FINAL EXAM Fall 2012

MA 265 FINAL EXAM Fall 2012 MA 265 FINAL EXAM Fall 22 NAME: INSTRUCTOR S NAME:. There are a total of 25 problems. You should show work on the exam sheet, and pencil in the correct answer on the scantron. 2. No books, notes, or calculators

More information

and let s calculate the image of some vectors under the transformation T.

and let s calculate the image of some vectors under the transformation T. Chapter 5 Eigenvalues and Eigenvectors 5. Eigenvalues and Eigenvectors Let T : R n R n be a linear transformation. Then T can be represented by a matrix (the standard matrix), and we can write T ( v) =

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. 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

a s 1.3 Matrix Multiplication. Know how to multiply two matrices and be able to write down the formula

a s 1.3 Matrix Multiplication. Know how to multiply two matrices and be able to write down the formula Syllabus for Math 308, Paul Smith Book: Kolman-Hill Chapter 1. Linear Equations and Matrices 1.1 Systems of Linear Equations Definition of a linear equation and a solution to a linear equations. Meaning

More information

9.1 Eigenanalysis I Eigenanalysis II Advanced Topics in Linear Algebra Kepler s laws

9.1 Eigenanalysis I Eigenanalysis II Advanced Topics in Linear Algebra Kepler s laws Chapter 9 Eigenanalysis Contents 9. Eigenanalysis I.................. 49 9.2 Eigenanalysis II................. 5 9.3 Advanced Topics in Linear Algebra..... 522 9.4 Kepler s laws................... 537

More information

MATH 235. Final ANSWERS May 5, 2015

MATH 235. Final ANSWERS May 5, 2015 MATH 235 Final ANSWERS May 5, 25. ( points) Fix positive integers m, n and consider the vector space V of all m n matrices with entries in the real numbers R. (a) Find the dimension of V and prove your

More information

MATH 15a: Linear Algebra Practice Exam 2

MATH 15a: Linear Algebra Practice Exam 2 MATH 5a: Linear Algebra Practice Exam 2 Write all answers in your exam booklet. Remember that you must show all work and justify your answers for credit. No calculators are allowed. Good luck!. Compute

More information

Linear Algebra March 16, 2019

Linear Algebra March 16, 2019 Linear Algebra March 16, 2019 2 Contents 0.1 Notation................................ 4 1 Systems of linear equations, and matrices 5 1.1 Systems of linear equations..................... 5 1.2 Augmented

More information

33AH, WINTER 2018: STUDY GUIDE FOR FINAL EXAM

33AH, WINTER 2018: STUDY GUIDE FOR FINAL EXAM 33AH, WINTER 2018: STUDY GUIDE FOR FINAL EXAM (UPDATED MARCH 17, 2018) The final exam will be cumulative, with a bit more weight on more recent material. This outline covers the what we ve done since the

More information

Fundamentals of Engineering Analysis (650163)

Fundamentals of Engineering Analysis (650163) Philadelphia University Faculty of Engineering Communications and Electronics Engineering Fundamentals of Engineering Analysis (6563) Part Dr. Omar R Daoud Matrices: Introduction DEFINITION A matrix is

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

MATH 369 Linear Algebra

MATH 369 Linear Algebra Assignment # Problem # A father and his two sons are together 00 years old. The father is twice as old as his older son and 30 years older than his younger son. How old is each person? Problem # 2 Determine

More information

MIT Final Exam Solutions, Spring 2017

MIT Final Exam Solutions, Spring 2017 MIT 8.6 Final Exam Solutions, Spring 7 Problem : For some real matrix A, the following vectors form a basis for its column space and null space: C(A) = span,, N(A) = span,,. (a) What is the size m n of

More information

Math 215 HW #9 Solutions

Math 215 HW #9 Solutions Math 5 HW #9 Solutions. Problem 4.4.. If A is a 5 by 5 matrix with all a ij, then det A. Volumes or the big formula or pivots should give some upper bound on the determinant. Answer: Let v i be the ith

More information

Math 21b. Review for Final Exam

Math 21b. Review for Final Exam Math 21b. Review for Final Exam Thomas W. Judson Spring 2003 General Information The exam is on Thursday, May 15 from 2:15 am to 5:15 pm in Jefferson 250. Please check with the registrar if you have a

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

TBP MATH33A Review Sheet. November 24, 2018

TBP MATH33A Review Sheet. November 24, 2018 TBP MATH33A Review Sheet November 24, 2018 General Transformation Matrices: Function Scaling by k Orthogonal projection onto line L Implementation If we want to scale I 2 by k, we use the following: [

More information

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

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 What is the determinant of the following matrix? 3 4 3 4 3 4 4 3 A 0 B 8 C 55 D 0 E 60 If det a a a 3 b b b 3 c c c 3 = 4, then det a a 4a 3 a b b 4b 3 b c c c 3 c = A 8 B 6 C 4 D E 3 Let A be an n n matrix

More information

Basis, Dimension, Kernel, Image

Basis, Dimension, Kernel, Image Basis, Dimension, Kernel, Image Definitions: Pivot, Basis, Rank and Nullity Main Results: Dimension, Pivot Theorem Main Results: Rank-Nullity, Row Rank, Pivot Method Definitions: Kernel, Image, rowspace,

More information

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

PRACTICE FINAL EXAM. why. If they are dependent, exhibit a linear dependence relation among them. Prof A Suciu MTH U37 LINEAR ALGEBRA Spring 2005 PRACTICE FINAL EXAM Are the following vectors independent or dependent? If they are independent, say why If they are dependent, exhibit a linear dependence

More information

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

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 - Test File - Spring Test # For problems - consider the following system of equations. x + y - z = x + y + 4z = x + y + 6z =.) Solve the system without using your calculator..) Find the

More information

A Brief Outline of Math 355

A Brief Outline of Math 355 A Brief Outline of Math 355 Lecture 1 The geometry of linear equations; elimination with matrices A system of m linear equations with n unknowns can be thought of geometrically as m hyperplanes intersecting

More information

Math 302 Outcome Statements Winter 2013

Math 302 Outcome Statements Winter 2013 Math 302 Outcome Statements Winter 2013 1 Rectangular Space Coordinates; Vectors in the Three-Dimensional Space (a) Cartesian coordinates of a point (b) sphere (c) symmetry about a point, a line, and a

More information

Basis, Dimension, Kernel, Image

Basis, Dimension, Kernel, Image Basis, Dimension, Kernel, Image Definitions: Pivot, Basis, Rank and Nullity Main Results: Dimension, Pivot Theorem Main Results: Rank-Nullity, Row Rank, Pivot Method Definitions: Kernel, Image, rowspace,

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

Linear Algebra- Final Exam Review

Linear Algebra- Final Exam Review Linear Algebra- Final Exam Review. Let A be invertible. Show that, if v, v, v 3 are linearly independent vectors, so are Av, Av, Av 3. NOTE: It should be clear from your answer that you know the definition.

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

Review for Exam Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions.

Review for Exam Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions. Review for Exam. Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions. x + y z = 2 x + 2y + z = 3 x + y + (a 2 5)z = a 2 The augmented matrix for

More information

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

1. Let m 1 and n 1 be two natural numbers such that m > n. Which of the following is/are true? . Let m and n be two natural numbers such that m > n. Which of the following is/are true? (i) A linear system of m equations in n variables is always consistent. (ii) A linear system of n equations in

More information

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

ELEMENTARY LINEAR ALGEBRA WITH APPLICATIONS. 1. Linear Equations and Matrices ELEMENTARY LINEAR ALGEBRA WITH APPLICATIONS KOLMAN & HILL NOTES BY OTTO MUTZBAUER 11 Systems of Linear Equations 1 Linear Equations and Matrices Numbers in our context are either real numbers or complex

More information

Spring 2015 Midterm 1 03/04/15 Lecturer: Jesse Gell-Redman

Spring 2015 Midterm 1 03/04/15 Lecturer: Jesse Gell-Redman Math 0 Spring 05 Midterm 03/04/5 Lecturer: Jesse Gell-Redman Time Limit: 50 minutes Name (Print): Teaching Assistant This exam contains pages (including this cover page) and 5 problems. Check to see if

More information

Math 320, spring 2011 before the first midterm

Math 320, spring 2011 before the first midterm Math 320, spring 2011 before the first midterm Typical Exam Problems 1 Consider the linear system of equations 2x 1 + 3x 2 2x 3 + x 4 = y 1 x 1 + 3x 2 2x 3 + 2x 4 = y 2 x 1 + 2x 3 x 4 = y 3 where x 1,,

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

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Prof. Tesler Math 283 Fall 2016 Also see the separate version of this with Matlab and R commands. Prof. Tesler Diagonalizing

More information

Solutions to practice questions for the final

Solutions to practice questions for the final Math A UC Davis, Winter Prof. Dan Romik Solutions to practice questions for the final. You are given the linear system of equations x + 4x + x 3 + x 4 = 8 x + x + x 3 = 5 x x + x 3 x 4 = x + x + x 4 =

More information

Linear Algebra I for Science (NYC)

Linear Algebra I for Science (NYC) Element No. 1: To express concrete problems as linear equations. To solve systems of linear equations using matrices. Topic: MATRICES 1.1 Give the definition of a matrix, identify the elements and the

More information

I. Multiple Choice Questions (Answer any eight)

I. Multiple Choice Questions (Answer any eight) Name of the student : Roll No : CS65: Linear Algebra and Random Processes Exam - Course Instructor : Prashanth L.A. Date : Sep-24, 27 Duration : 5 minutes INSTRUCTIONS: The test will be evaluated ONLY

More information

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

MATH 304 Linear Algebra Lecture 34: Review for Test 2. MATH 304 Linear Algebra Lecture 34: Review for Test 2. Topics for Test 2 Linear transformations (Leon 4.1 4.3) Matrix transformations Matrix of a linear mapping Similar matrices Orthogonality (Leon 5.1

More information

1. In this problem, if the statement is always true, circle T; otherwise, circle F.

1. In this problem, if the statement is always true, circle T; otherwise, circle F. Math 1553, Extra Practice for Midterm 3 (sections 45-65) Solutions 1 In this problem, if the statement is always true, circle T; otherwise, circle F a) T F If A is a square matrix and the homogeneous equation

More information

Applied Linear Algebra in Geoscience Using MATLAB

Applied Linear Algebra in Geoscience Using MATLAB Applied Linear Algebra in Geoscience Using MATLAB Contents Getting Started Creating Arrays Mathematical Operations with Arrays Using Script Files and Managing Data Two-Dimensional Plots Programming in

More information

MAT188H1S LINEAR ALGEBRA: Course Information as of February 2, Calendar Description:

MAT188H1S LINEAR ALGEBRA: Course Information as of February 2, Calendar Description: MAT188H1S LINEAR ALGEBRA: Course Information as of February 2, 2019 2018-2019 Calendar Description: This course covers systems of linear equations and Gaussian elimination, applications; vectors in R n,

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

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

Math 265 Linear Algebra Sample Spring 2002., rref (A) = Math 265 Linear Algebra Sample Spring 22. It is given that A = rref (A T )= 2 3 5 3 2 6, rref (A) = 2 3 and (a) Find the rank of A. (b) Find the nullityof A. (c) Find a basis for the column space of A.

More information

Chapter 7. Linear Algebra: Matrices, Vectors,

Chapter 7. Linear Algebra: Matrices, Vectors, Chapter 7. Linear Algebra: Matrices, Vectors, Determinants. Linear Systems Linear algebra includes the theory and application of linear systems of equations, linear transformations, and eigenvalue problems.

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

MATH. 20F SAMPLE FINAL (WINTER 2010)

MATH. 20F SAMPLE FINAL (WINTER 2010) MATH. 20F SAMPLE FINAL (WINTER 2010) You have 3 hours for this exam. Please write legibly and show all working. No calculators are allowed. Write your name, ID number and your TA s name below. The total

More information

MATH 1553, Intro to Linear Algebra FINAL EXAM STUDY GUIDE

MATH 1553, Intro to Linear Algebra FINAL EXAM STUDY GUIDE MATH 553, Intro to Linear Algebra FINAL EXAM STUDY GUIDE In studying for the final exam, you should FIRST study all tests andquizzeswehave had this semester (solutions can be found on Canvas). Then go

More information

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Prof. Tesler Math 283 Fall 2018 Also see the separate version of this with Matlab and R commands. Prof. Tesler Diagonalizing

More information

MATH 2360 REVIEW PROBLEMS

MATH 2360 REVIEW PROBLEMS MATH 2360 REVIEW PROBLEMS Problem 1: In (a) (d) below, either compute the matrix product or indicate why it does not exist: ( )( ) 1 2 2 1 (a) 0 1 1 2 ( ) 0 1 2 (b) 0 3 1 4 3 4 5 2 5 (c) 0 3 ) 1 4 ( 1

More information