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

Size: px
Start display at page:

Download "2 b 3 b 4. c c 2 c 3 c 4"

Transcription

1 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 b)(a c)(a d)(b c)(b d)(c d) (d) 0 Solution: (c). Although it is possible to directly use cofactor expansion along a column or row, for matrices of size 4 4 or greater, the calculations often become unwieldy. In such cases, it is often most efficient to use elementary row operations to row reduce the matrix and keep track of the effect on the determinant. a a 2 a 3 a 4 1 a a 2 a 3 b b det 2 b 3 b 4 c c 2 c 3 c 4 = (abcd)det 1 b b 2 b 3 1 c c 2 c 3 d d 2 d 3 d 4 1 d d 2 d 3 = (abcd)det 1 a a 2 a 3 0 b a b 2 a 2 b 3 a 3 0 c a c 2 a 2 c 3 a 3 0 d a d 2 a 2 d 3 a 3 = (abcd)(b a)(c a)(d a)det = (abcd)(b a)(c a)(d a)det = (abcd)det 1 b + a b 2 + ab + a 2 1 c + a c 2 + ac + a 2 1 d + a d 2 + ad + a 2 b a b 2 a 2 b 3 a 3 c a c 2 a 2 c 3 a 3 d a d 2 a 2 d 3 a 3 1 b + a b 2 + ab + a 2 0 c b c 2 b 2 + ac ab 0 d b d 2 b 2 + ad ab c b c = (abcd)(b a)(c a)(d a)det 2 b 2 + ac ab d b d 2 b 2 + ad ab ( ) = (abcd)(b a)(c a)(d a) (c b)(d 2 b 2 + ad ab) (d b)(c 2 b 2 + ac ab) = (abcd)(b a)(c a)(d a) ((c b)(d b)(d + b + a) (d b)(c b)(c + b + a)) = (abcd)(b a)(c a)(d a)(c b)(d b)(d c). In general, a matrix of the form 1 λ 1 λ 2 1 λ n λ 2 λ 2 2 λ n λ n 1 λ 2 n 1 λn 1 n 1 is called a Vandermonde matrix. Its determinant is (λ i λ j ). i<j 1

2 2. Suppose det (a) det (b) det (c) det (d) det = 5 a b c 2d 2e 2f g h i = 5. Which is false? = 10 d 3a e 3b f 3c a + g b + h c + i a g d b h e c i f = 5 = 5 Solution: (d). The key is to know the effect of row operations and taking the transpose on the determinant, and to figure out which operations convert the given matrices to the original (or vice-versa). (a): det = ( 1)det = ( 1) 2 det (b): (c): det det a b c 2d 2e 2f g h i d 3b e 3b f 3c a + g b + h c + i = det = ( 1)2( 1)det a + g b + h c + i = det (d): det a g d b h e c i f = det = ( 1)det 3. Let A be an n n matrix. Which condition is not equivalent to the others? (a) If Av = Aw then v = w. (b) For every v R n there exists u R n such that Au = v. (c) ker(a) = {0}. (d) det(a) = 0. 2

3 Solution: (d). Condition (a) is that A is one-to-one and this is equivalent to (c) (Lecture 29). Condition (b) is that A is onto, which is equivalent to the condition that r(a) = n. By the rank-nullity theorem, this is equivalent to condition (c). On the other hand, (d) is equivalent to A not being one-to-one. 4. Let A be an n n matrix and C the n n matrix of its cofactors: Recall from Lecture 30 that the minor µ ij (A) is the (n 1) (n 1) submatrix of A obtained by deleting the ith row and jth column, and that the cofactor c ij = ( 1) i+j det(µ ij (A)). Which describes the diagonal entries of AC t? (The matrix C t is called the adjugate of A.) (a) All the diagonal entries are zero. (b) The (1, 1) entry is det(a), and the other diagonal entries are all zero. (c) The (1, 1) entry is det(a), but the other diagonal entries do not have a simple description. (d) Every diagonal entry equals det(a). Solution: (d). Recall that the determinant of A can be obtained by cofactor expansion along any row or column. Consider the (i, i) entry b ii of AC t. Since the (k, i) entry of C t is c ik, it follows from matrix multiplication that b ii = n a ik c ik = k=1 n a ik ( 1) i+k det(µ ik (A)). This is none other than the cofactor expansion of A along the ith row. b ii = det(a) for all i = 1,..., n. k=1 Therefore, We can also find the non-diagonal entries. Using an observation from Lecture 31, it s not hard to see that if i j, the (i, j) entry b ij of AC t is 0. Note that b ij = n a ik c jk = k=1 n a ik ( 1) j+k det(µ jk (A)). k=1 As observed in Lecture 31, the quantity on the right is the determinant of the matrix A obtained by replacing the jth row of A with a copy of its ith row. But since the ith and jth rows of A are identical (and i j), it follows that det(a ) = 0. Thus, b ij = 0 for i j, as claimed. Notice from the above that AC t = det(a)i. Thus if det(a) 0, that is, if A is invertible, then A 1 = 1 det(a) Ct. 5. Suppose A and B are similar matrices. Which need not be the same? (a) Their characteristic polynomials. (b) Their determinants. (c) Their kernels. (d) Their ranks. 3

4 Solution: (c). (a): See Lecture 35. (b): See Lecture 32. (c): If B = P AP 1 for some invertible matrix P, then it is easy to see that Bx = 0 if and only if A(P 1 x) = 0. So their kernels may not be the same. For example, if and P 1 = then AP t = A0 1 t = 0, so B1 0 t = 0, but A1 0 t 0. (d): By the first remark on (c), it follows that the nullities of A and B are equal. Therefore, their ranks are equal. (Or more generally, multiplying an invertible matrix on the left or right does not change the rank of a matrix, see Problem 25 in Chapter 2.) 6. Suppose A and B are square matrices of the same size. Which is always true? (a) det(a B) = ±det(b A) (b) If det(a) = det(b), then det(a B) = 0. (c) If ker(a) = ker(b) then image(a) = image(b). (d) If image(a) = image(b) then ker(a) = ker(b). Solution: (a). (a): If A and B have size n n, then det(a B) = ( 1) n det(b A). (b): Obviously not true. For example, consider when B = I. Then det(a) = det(b) = 1, but det(a B) = 0. (c): If ker(a) = ker(b), then the nullities of A and B are equal, so the the dimension of their images are equal, but not necessarily the images themselves. For example, if and B = then ker(a) = ker(b) = span{e 1 }. However, image(a) = span{e 1 }, whereas image(b) = span{e 2 }. (d): Similarly, if image(a) = image(b) then their ranks are the same, so the dimension of their kernels are the same, but not necessarily the kernels themselves. For example, if and B = then their images both equal span{1 1 t }, but ker(a) = span{0 1 t } and ker(b) = span{ 1 1 t }. 7. Suppose A has characteristic polynomial (x 1) 2. Which need not be true? (a) A is a 2 2 matrix. (b) A has at least one eigenvector. (c) A is the identity matrix. (d) A is invertible.,,, 4

5 Solution: (c). (a): A square matrix has size n n if and only if its characteristic polynomial has degree n. (b): Since A has an eigenvalue, namely 1, it has at least one eigenvector. (c): This is not necessarily true, since for example, has characteristic polynomial (x 1) 2. A comprehensive answer can be given by writing A as a b. c d The characteristic polynomial of this matrix is x 2 (a + d)x + (ad bc). Then the hypothesis is equivalent to the conditions that a + d = 2 and ad bc = 1. There are infinitely many 4 tuples (a, b, c, d) that satisfy these two equations. (d): Using the same notation as in the remark on (c), we see that since det(a) = ad bc = 1, it follows that A is invertible. 8. Which procedure is incorrect? (a) Calculating the determinant of a large matrix A: Perform Gaussian elimination to make it into an upper-triangular matrix A, keeping track of only those row operations that switch two rows or multiply a row by a scalar. Let k be number of switches and c 1,..., c n the scalar multiples. Then det(a) = ( 1) k c 1... c n det(a ). (b) Calculating the determinant of triangular matrices: The determinant of an uppertriangular or lower triangular matrix is the product of the diagonal entries. (c) Finding eigenvalues: Calculate the characteristic polynomial p(λ) of A. It is possible that the equation p(λ) = 0 has no solutions (in R). In this case A has no eigenvalues. Otherwise, the solutions are the eigenvalues. (d) Finding eigenvectors: If λ is an eigenvalue of A, then the corresponding eigenvectors are the non-zero solutions to (A λi)x = 0. Solution: (a). (a): The correct relation is that det(a) = ( 1) k c c 1 n det(a ). (See Lecture 31.) (b): See Lecture 30. (c): By definition, the (real) eigenvalues are the solutions to p(λ) = 0 in R. It can certainly happen that A has no real eigenvalues, for example, when (d): This is the definition of eigenvector. 9. If λ 1,..., λ n are distinct eigenvalues of a linear transformation T : V V, and v j is any eigenvector corresponding to λ j, for j = 1,..., n, then v 1,..., v n are linearly independent. The following gives a proof. We proceed by induction on the number n of distinct eigenvalues. (i) First, suppose n = 1. Then since v 1 0, the statement is true in this case. 5

6 (ii) Assuming that the statement is true for n = k, we will show that it is true for n = k + 1. Suppose c 1 v c k+1 v k+1 = 0 for some scalars c 1,..., c k+1. On the one hand, applying T to both sides of the equation gives T (c 1 v c k+1 v k+1 ) = c 1 λ 1 T v c k+1 λ k+1 T v k+1 = 0. ( ) On the other hand, multiplying λ k+1 to both sides gives c 1 λ k+1 v c k+1 λ k+1 v k+1 = 0. ( ) Subtracting this from ( ) we get c 1 (λ 1 λ k+1 )v c k (λ k λ k+1 )v k = 0. It follows from the induction hypothesis that since, the vectors v 1,..., v k are linearly independent. And since, it follows that c 1 = = c k = 0. Since c 1 v c k+1 v k+1 = 0 and, it follows that c k+1 = 0 as well. Here is a list of possible answers: (I) λ j λ k+1 for j = 1,..., k (II) λ 1,..., λ k are all distinct (III) v 1,..., v k are linearly independent (IV) v 1,..., v k+1 are linearly independent (V) v k+1 0 Which correctly fills the blanks in order? (a) (I) and (II); (III); (IV) (b) (II); (I); (IV) (c) (I) and (II); (III); (V) (d) (II); (I); (V) Solution: (d). The induction hypothesis is: If λ 1,..., λ k are distinct eigenvalues of T, and T v j = λ j v j, for j = 1,..., k, then v 1,..., v k are linearly independent. Therefore, (II) correctly fills the first blank. This implies that c j (λ j λ k+1 ) = 0 for all j = 1..., k. From the hypothesis that λ j λ k+1 = 0 for all j = 1..., k, we can then conclude that c 1 =... = c k = 0. Thus, it follows from ( ) that c k+1 v k+1 = 0. Now since v k+1 0, we can conclude that c k+1 = Which is not diagonalizable? (a) (b) (c) (d)

7 Solution: (d): (a): We calculate the characteristic polynomial by expanding along the second row: 1 λ λ 2 det 3 4 λ 0 = 3 + (4 λ) 1 3 λ 3 3 λ λ = 3(12 4λ + 2) + (4 λ)(λ 2 2λ 9) = 12λ + 42 (λ 3 6λ 2 λ + 36) = λ 3 + 6λ 2 11λ + 6 = (λ 1)(λ 2)(λ 3). Since the three eigenvalues are all distinct, the matrix is diagonalizable. (By finding the eigenvectors, you can further check that for P = 1 3 3, we have P 1 AP = ) (b): In this case, it is particularly easy to calculate the characteristic polynomial since the matrix is lower-triangular: λ 0 0 det 0 λ 0 = λ 2 (1 λ) λ The eigenvalue λ = 0 has a 2 dimensional eigenspace (spanned by t and t ) had λ = 1 has a 1 dimensional eigenspace (spanned by t ). Thus the matrix is diagonalizable. (c): We calculate the characteristic polynomial by expanding along the last column: det λ λ λ λ = (1 λ)det λ λ λ = (1 λ)( λ(λ 2 + 2λ 1) ( 2)) = (1 λ)( λ 3 2λ 2 + λ + 2) = (λ 1)(λ + 1)λ 2. The eigenvalue λ = 1 has a 2 dimensional eigenspace (spanned by t and t ); the eigenvalue λ = 2 has a 1 dimensional eigenspace (spanned by t ); the eigenvalue λ = 1 has a 1 dimensional eigenspace (spanned by t ). Thus the matrix is diagonalizable. (d): Since the matrix is block-diagonal, the characteristic polynomial is: det 10 λ λ λ λ det 10 λ λ = ((λ 10)(λ + 2) + 36)((λ 2)(λ + 2) + 7) = (λ 2 8λ + 16)(λ 2 + 3) = (λ 4) 2 (λ 2 + 3). 7 det 2 λ λ

8 Hence, the only (real) eigenvalue is λ = 4, which has a 1 dimensional eigenspace (spanned by t ). Thus this matrix is not diagonalizable. 11. Let D be the diagonal matrix with distinct diagonal entries λ 1, λ 2, λ 3,..., λ 10 from upper-left to lower-right. Let C be the diagonal matrix obtained from D by interchanging the second and seventh diagonal entries. Which is true? (a) If E is the elementary matrix obtained from I by interchanging the second and seventh rows, then CE = ED. (b) If we consider the linear transformation T from R 10 to itself such that T e k = λ k e k, then D represents T with respect to the standard basis. (c) If we consider the ordered basis {v 1,..., v 10 } such that v i = e i for i 2, 7; v 2 = e 7 ; and v 7 = e 2, then the matrix representation of T with respect to the ordered basis {v 1,..., v 10 } is C. (d) All of the above. Solution: (d). (a): Since the matrix E also can be described as being obtained from the identity matrix by interchanging the second and seventh columns, multiplying E on the right of a matrix A has the effect of interchanging the second and seventh columns of A. Therefore, CE is the matrix obtained from C by interchanging the second and seventh columns of C. Specifically, for k 2, 7, the kth column of CE is λ k e k ; the second column of CE is λ 2 e 7 ; and the seventh column of CE is λ 7 e 2. On the other hand, ED is the matrix obtained from D by interchanging the second and seventh rows of D. It is easy to check that this equals CE. (b): This follows from the definition of matrix representation of a linear transformation. (c): This follows from the fact that: T v k = λ k v k for k 2, 7; T v 2 = λ 7 v 2 ; and T v 7 = λ 2 v Let T : R 3 R 3 be defined by T (x 1, x 2, x 3 ) = (2x 1 x 2 x 3, x 1 x 3, x 1 + x 2 + 2x 3 ). Which is a basis for the span of all eigenvectors of T? (a) {(1, 1, 1), (1, 0, 1)} (b) {(1, 1, 1), (1, 1, 0)} (c) {(1, 1, 1), (1, 1, 0), (1, 0, 1)} (d) {(1, 1, 1), (1, 1, 0), (1, 0, 1)} Solution: (c). With respect to the standard basis, the matrix A representing T is: The characteristic polynomial of A is 2 λ 1 1 det 1 λ λ

9 λ = (2 λ)det ( 1)det 1 2 λ 1 2 λ = (2 λ)(λ 2 2λ + 1) + ( λ + 2 1) (1 λ) = (2 λ)(λ 1) 2. + ( 1)det 1 λ 1 1 To find an eigenvector for the eigenvalue λ = 2, we row reduce A 2I to get: A 2I = Hence, {(1, 1, 1)} is a basis for this eigenspace. To find an eigenvector for the eigenvalue λ = 1, we row reduce A I to get: A I = Hence, {(1, 1, 0), (1, 0, 1)} is a basis for this eigenspace. 13. Suppose A is an n n matrix with n distinct eigenvalues. Which cannot be true? (a) ker(a) has dimension 0 (contains only the zero vector). (b) ker(a) has dimension 1. (c) ker(a) has dimension 2. (d) A is diagonalizable. Solution: (c). (a): If zero is not an eigenvalue, then A is invertible, so ker(a) has dimension 0. (b): If zero is an eigenvalue, then ker(a) has dimension at least 1. On the other hand, a collection of eigenvectors corresponding to distinct eigenvalues are linearly independent. It follows that image(a) has dimension n 1, so ker(a) has dimension 1. (c): This is not possible for the reasons given above. (d): If A has distinct eigenvalues, then the eigenvectors span all of R n and so A is diagonalizable. 14. Suppose A be a square matrix that is not invertible. Which cannot be true? (a) A is diagonalizable. (b) A is not diagonalizable. (c) A has a negative eigenvalue. (d) The eigenvalues of A are all negative. Solution: (d). (a): This is certainly possible, for example,

10 (b): This is certainly possible, for example, (c): The same example as in (a) shows this is possible. (d): Since A is not invertible, 0 must be an eigenvalue. 15. Suppose A has characteristic polynomial x(x 1)(x 2). Which is not true? (a) The eigenvectors of A span R (b) A is similar to (c) A is not invertible. (d) image(a) has dimension 1. Solution: (d). (a): Since the eigenvalues of A are all distinct, the eigenvectors span R 3. (b): Let v i be an eigenvector of A associated to i, for i = 0, 1, 2, and P the matrix whose columns are v 2, v 0, v 1, in this order. Then P DP 1, so A is similar to D. (c): Since zero is an eigenvalue, A is not invertible. (d) Using the notation of the remark on (b), we have image(a) = span{v 1, v 2 }, so it has dimension Let A be a matrix with characteristic polynomial (x 1)(x 2)(x + 1)(x + 2). Which need not be true? (a) A is diagonal. (b) There are exactly 24 diagonal matrices with the same characteristic polynomial. (c) The eigenvectors of A span R 4. (d) det(a) = 4. Solution: (a). First note that A must be a 4 4 matrix. (a): The matrix is similar to a diagonal matrix, but may not be diagonal. (b): If a diagonal matrix has the given polynomial as its characteristic polynomial, it must be a 4 4 matrix with diagonal entries 1, 2, 1, 2. There are 24 such matrices. (c): Since the eigenvalues of A are all distinct, the eigenvectors must span R 4. (d): The determinant of A will be the product of its eigenvalues. 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

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

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

DIAGONALIZATION. In order to see the implications of this definition, let us consider the following example Example 1. Consider the matrix

DIAGONALIZATION. In order to see the implications of this definition, let us consider the following example Example 1. Consider the matrix DIAGONALIZATION Definition We say that a matrix A of size n n is diagonalizable if there is a basis of R n consisting of eigenvectors of A ie if there are n linearly independent vectors v v n such that

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

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

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

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

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

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) II and III (b) I (c) I and III (d) I and II and III (e) None are true.

(a) II and III (b) I (c) I and III (d) I and II and III (e) None are true. 1 Which of the following statements is always true? I The null space of an m n matrix is a subspace of R m II If the set B = {v 1,, v n } spans a vector space V and dimv = n, then B is a basis for V III

More information

Topic 1: Matrix diagonalization

Topic 1: Matrix diagonalization Topic : Matrix diagonalization Review of Matrices and Determinants Definition A matrix is a rectangular array of real numbers a a a m a A = a a m a n a n a nm The matrix is said to be of order n m if it

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

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

Linear Algebra Practice Final

Linear Algebra Practice Final . Let (a) First, Linear Algebra Practice Final Summer 3 3 A = 5 3 3 rref([a ) = 5 so if we let x 5 = t, then x 4 = t, x 3 =, x = t, and x = t, so that t t x = t = t t whence ker A = span(,,,, ) and a basis

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

MATH 2050 Assignment 8 Fall [10] 1. Find the determinant by reducing to triangular form for the following matrices.

MATH 2050 Assignment 8 Fall [10] 1. Find the determinant by reducing to triangular form for the following matrices. MATH 2050 Assignment 8 Fall 2016 [10] 1. Find the determinant by reducing to triangular form for the following matrices. 0 1 2 (a) A = 2 1 4. ANS: We perform the Gaussian Elimination on A by the following

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

Computationally, diagonal matrices are the easiest to work with. With this idea in mind, we introduce similarity:

Computationally, diagonal matrices are the easiest to work with. With this idea in mind, we introduce similarity: Diagonalization We have seen that diagonal and triangular matrices are much easier to work with than are most matrices For example, determinants and eigenvalues are easy to compute, and multiplication

More information

No books, no notes, no calculators. You must show work, unless the question is a true/false, yes/no, or fill-in-the-blank question.

No books, no notes, no calculators. You must show work, unless the question is a true/false, yes/no, or fill-in-the-blank question. Math 304 Final Exam (May 8) Spring 206 No books, no notes, no calculators. You must show work, unless the question is a true/false, yes/no, or fill-in-the-blank question. Name: Section: Question Points

More information

Review of Linear Algebra

Review of Linear Algebra Review of Linear Algebra Definitions An m n (read "m by n") matrix, is a rectangular array of entries, where m is the number of rows and n the number of columns. 2 Definitions (Con t) A is square if m=

More information

Diagonalization. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics

Diagonalization. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics Diagonalization MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Motivation Today we consider two fundamental questions: Given an n n matrix A, does there exist a basis

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

Linear Algebra Practice Problems

Linear Algebra Practice Problems Linear Algebra Practice Problems Math 24 Calculus III Summer 25, Session II. Determine whether the given set is a vector space. If not, give at least one axiom that is not satisfied. Unless otherwise stated,

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

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

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

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

(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

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

Chapter 2 Notes, Linear Algebra 5e Lay

Chapter 2 Notes, Linear Algebra 5e Lay Contents.1 Operations with Matrices..................................1.1 Addition and Subtraction.............................1. Multiplication by a scalar............................ 3.1.3 Multiplication

More information

Determinants. Recall that the 2 2 matrix a b c d. is invertible if

Determinants. Recall that the 2 2 matrix a b c d. is invertible if Determinants Recall that the 2 2 matrix a b c d is invertible if and only if the quantity ad bc is nonzero. Since this quantity helps to determine the invertibility of the matrix, we call it the determinant.

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

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

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

Study Guide for Linear Algebra Exam 2

Study Guide for Linear Algebra Exam 2 Study Guide for Linear Algebra Exam 2 Term Vector Space Definition A Vector Space is a nonempty set V of objects, on which are defined two operations, called addition and multiplication by scalars (real

More information

3 Matrix Algebra. 3.1 Operations on matrices

3 Matrix Algebra. 3.1 Operations on matrices 3 Matrix Algebra A matrix is a rectangular array of numbers; it is of size m n if it has m rows and n columns. A 1 n matrix is a row vector; an m 1 matrix is a column vector. For example: 1 5 3 5 3 5 8

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

Math113: Linear Algebra. Beifang Chen

Math113: Linear Algebra. Beifang Chen Math3: Linear Algebra Beifang Chen Spring 26 Contents Systems of Linear Equations 3 Systems of Linear Equations 3 Linear Systems 3 2 Geometric Interpretation 3 3 Matrices of Linear Systems 4 4 Elementary

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

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

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

EE731 Lecture Notes: Matrix Computations for Signal Processing

EE731 Lecture Notes: Matrix Computations for Signal Processing EE731 Lecture Notes: Matrix Computations for Signal Processing James P. Reilly c Department of Electrical and Computer Engineering McMaster University September 22, 2005 0 Preface This collection of ten

More information

Matrices and Determinants

Matrices and Determinants Chapter1 Matrices and Determinants 11 INTRODUCTION Matrix means an arrangement or array Matrices (plural of matrix) were introduced by Cayley in 1860 A matrix A is rectangular array of m n numbers (or

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

II. Determinant Functions

II. Determinant Functions Supplemental Materials for EE203001 Students II Determinant Functions Chung-Chin Lu Department of Electrical Engineering National Tsing Hua University May 22, 2003 1 Three Axioms for a Determinant Function

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

Evaluating Determinants by Row Reduction

Evaluating Determinants by Row Reduction Evaluating Determinants by Row Reduction MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Objectives Reduce a matrix to row echelon form and evaluate its determinant.

More information

Matrix Algebra. Matrix Algebra. Chapter 8 - S&B

Matrix Algebra. Matrix Algebra. Chapter 8 - S&B Chapter 8 - S&B Algebraic operations Matrix: The size of a matrix is indicated by the number of its rows and the number of its columns. A matrix with k rows and n columns is called a k n matrix. The number

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

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

Chapter 2. Square matrices

Chapter 2. Square matrices Chapter 2. Square matrices Lecture notes for MA1111 P. Karageorgis pete@maths.tcd.ie 1/18 Invertible matrices Definition 2.1 Invertible matrices An n n matrix A is said to be invertible, if there is a

More information

a 11 a 12 a 11 a 12 a 13 a 21 a 22 a 23 . a 31 a 32 a 33 a 12 a 21 a 23 a 31 a = = = = 12

a 11 a 12 a 11 a 12 a 13 a 21 a 22 a 23 . a 31 a 32 a 33 a 12 a 21 a 23 a 31 a = = = = 12 24 8 Matrices Determinant of 2 2 matrix Given a 2 2 matrix [ ] a a A = 2 a 2 a 22 the real number a a 22 a 2 a 2 is determinant and denoted by det(a) = a a 2 a 2 a 22 Example 8 Find determinant of 2 2

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

Linear Systems and Matrices

Linear Systems and Matrices Department of Mathematics The Chinese University of Hong Kong 1 System of m linear equations in n unknowns (linear system) 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.......

More information

Therefore, A and B have the same characteristic polynomial and hence, the same eigenvalues.

Therefore, A and B have the same characteristic polynomial and hence, the same eigenvalues. Similar Matrices and Diagonalization Page 1 Theorem If A and B are n n matrices, which are similar, then they have the same characteristic equation and hence the same eigenvalues. Proof Let A and B be

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 3191 Applied Linear Algebra

Math 3191 Applied Linear Algebra Math 9 Applied Linear Algebra Lecture 9: Diagonalization Stephen Billups University of Colorado at Denver Math 9Applied Linear Algebra p./9 Section. Diagonalization The goal here is to develop a useful

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

Elementary maths for GMT

Elementary maths for GMT Elementary maths for GMT Linear Algebra Part 2: Matrices, Elimination and Determinant m n matrices The system of m linear equations in n variables x 1, x 2,, x n a 11 x 1 + a 12 x 2 + + a 1n x n = b 1

More information

Chapter 4. Determinants

Chapter 4. Determinants 4.2 The Determinant of a Square Matrix 1 Chapter 4. Determinants 4.2 The Determinant of a Square Matrix Note. In this section we define the determinant of an n n matrix. We will do so recursively by defining

More information

Components and change of basis

Components and change of basis Math 20F Linear Algebra Lecture 16 1 Components and change of basis Slide 1 Review: Isomorphism Review: Components in a basis Unique representation in a basis Change of basis Review: Isomorphism Definition

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

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

Final Examination 201-NYC-05 - Linear Algebra I December 8 th, and b = 4. Find the value(s) of a for which the equation Ax = b

Final Examination 201-NYC-05 - Linear Algebra I December 8 th, and b = 4. Find the value(s) of a for which the equation Ax = b Final Examination -NYC-5 - Linear Algebra I December 8 th 7. (4 points) Let A = has: (a) a unique solution. a a (b) infinitely many solutions. (c) no solution. and b = 4. Find the value(s) of a for which

More information

1 Last time: least-squares problems

1 Last time: least-squares problems MATH Linear algebra (Fall 07) Lecture Last time: least-squares problems Definition. If A is an m n matrix and b R m, then a least-squares solution to the linear system Ax = b is a vector x R n such that

More information

Lecture 8: Determinants I

Lecture 8: Determinants I 8-1 MATH 1B03/1ZC3 Winter 2019 Lecture 8: Determinants I Instructor: Dr Rushworth January 29th Determinants via cofactor expansion (from Chapter 2.1 of Anton-Rorres) Matrices encode information. Often

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

MATH Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product.

MATH Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product. MATH 311-504 Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product. Determinant is a scalar assigned to each square matrix. Notation. The determinant of a matrix A = (a ij

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

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

Remark By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero.

Remark By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero. Sec 6 Eigenvalues and Eigenvectors Definition An eigenvector of an n n matrix A is a nonzero vector x such that A x λ x for some scalar λ A scalar λ is called an eigenvalue of A if there is a nontrivial

More information

CS 246 Review of Linear Algebra 01/17/19

CS 246 Review of Linear Algebra 01/17/19 1 Linear algebra In this section we will discuss vectors and matrices. We denote the (i, j)th entry of a matrix A as A ij, and the ith entry of a vector as v i. 1.1 Vectors and vector operations A vector

More information

Matrix Algebra Determinant, Inverse matrix. Matrices. A. Fabretti. Mathematics 2 A.Y. 2015/2016. A. Fabretti Matrices

Matrix Algebra Determinant, Inverse matrix. Matrices. A. Fabretti. Mathematics 2 A.Y. 2015/2016. A. Fabretti Matrices Matrices A. Fabretti Mathematics 2 A.Y. 2015/2016 Table of contents Matrix Algebra Determinant Inverse Matrix Introduction A matrix is a rectangular array of numbers. The size of a matrix is indicated

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

Homework Set #8 Solutions

Homework Set #8 Solutions Exercises.2 (p. 19) Homework Set #8 Solutions Assignment: Do #6, 8, 12, 14, 2, 24, 26, 29, 0, 2, 4, 5, 6, 9, 40, 42 6. Reducing the matrix to echelon form: 1 5 2 1 R2 R2 R1 1 5 0 18 12 2 1 R R 2R1 1 5

More information

Undergraduate Mathematical Economics Lecture 1

Undergraduate Mathematical Economics Lecture 1 Undergraduate Mathematical Economics Lecture 1 Yu Ren WISE, Xiamen University September 15, 2014 Outline 1 Courses Description and Requirement 2 Course Outline ematical techniques used in economics courses

More information

Graduate Mathematical Economics Lecture 1

Graduate Mathematical Economics Lecture 1 Graduate Mathematical Economics Lecture 1 Yu Ren WISE, Xiamen University September 23, 2012 Outline 1 2 Course Outline ematical techniques used in graduate level economics courses Mathematics for Economists

More information

Math 240 Calculus III

Math 240 Calculus III The Calculus III Summer 2015, Session II Wednesday, July 8, 2015 Agenda 1. of the determinant 2. determinants 3. of determinants What is the determinant? Yesterday: Ax = b has a unique solution when A

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

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

SPRING OF 2008 D. DETERMINANTS

SPRING OF 2008 D. DETERMINANTS 18024 SPRING OF 2008 D DETERMINANTS In many applications of linear algebra to calculus and geometry, the concept of a determinant plays an important role This chapter studies the basic properties of determinants

More information

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

Problem Set (T) If A is an m n matrix, B is an n p matrix and D is a p s matrix, then show MTH 0: Linear Algebra Department of Mathematics and Statistics Indian Institute of Technology - Kanpur Problem Set Problems marked (T) are for discussions in Tutorial sessions (T) If A is an m n matrix,

More information

1 Determinants. 1.1 Determinant

1 Determinants. 1.1 Determinant 1 Determinants [SB], Chapter 9, p.188-196. [SB], Chapter 26, p.719-739. Bellow w ll study the central question: which additional conditions must satisfy a quadratic matrix A to be invertible, that is to

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

ECON 186 Class Notes: Linear Algebra

ECON 186 Class Notes: Linear Algebra ECON 86 Class Notes: Linear Algebra Jijian Fan Jijian Fan ECON 86 / 27 Singularity and Rank As discussed previously, squareness is a necessary condition for a matrix to be nonsingular (have an inverse).

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

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

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in Chapter 4 - MATRIX ALGEBRA 4.1. Matrix Operations A a 11 a 12... a 1j... a 1n a 21. a 22.... a 2j... a 2n. a i1 a i2... a ij... a in... a m1 a m2... a mj... a mn The entry in the ith row and the jth column

More information

Eigenvalues and Eigenvectors

Eigenvalues and Eigenvectors 5 Eigenvalues and Eigenvectors 5.2 THE CHARACTERISTIC EQUATION DETERMINANATS n n Let A be an matrix, let U be any echelon form obtained from A by row replacements and row interchanges (without scaling),

More information

Math Matrix Algebra

Math Matrix Algebra Math 44 - Matrix Algebra Review notes - 4 (Alberto Bressan, Spring 27) Review of complex numbers In this chapter we shall need to work with complex numbers z C These can be written in the form z = a+ib,

More information

Definition 2.3. We define addition and multiplication of matrices as follows.

Definition 2.3. We define addition and multiplication of matrices as follows. 14 Chapter 2 Matrices In this chapter, we review matrix algebra from Linear Algebra I, consider row and column operations on matrices, and define the rank of a matrix. Along the way prove that the row

More information

(f + g)(s) = f(s) + g(s) for f, g V, s S (cf)(s) = cf(s) for c F, f V, s S

(f + g)(s) = f(s) + g(s) for f, g V, s S (cf)(s) = cf(s) for c F, f V, s S 1 Vector spaces 1.1 Definition (Vector space) Let V be a set with a binary operation +, F a field, and (c, v) cv be a mapping from F V into V. Then V is called a vector space over F (or a linear space

More information

MATH 1553 PRACTICE MIDTERM 3 (VERSION B)

MATH 1553 PRACTICE MIDTERM 3 (VERSION B) MATH 1553 PRACTICE MIDTERM 3 (VERSION B) Name Section 1 2 3 4 5 Total Please read all instructions carefully before beginning. Each problem is worth 10 points. The maximum score on this exam is 50 points.

More information

1 Matrices and Systems of Linear Equations. a 1n a 2n

1 Matrices and Systems of Linear Equations. a 1n a 2n March 31, 2013 16-1 16. Systems of Linear Equations 1 Matrices and Systems of Linear Equations An m n matrix is an array A = (a ij ) of the form a 11 a 21 a m1 a 1n a 2n... a mn where each a ij is a real

More information

Math 1060 Linear Algebra Homework Exercises 1 1. Find the complete solutions (if any!) to each of the following systems of simultaneous equations:

Math 1060 Linear Algebra Homework Exercises 1 1. Find the complete solutions (if any!) to each of the following systems of simultaneous equations: Homework Exercises 1 1 Find the complete solutions (if any!) to each of the following systems of simultaneous equations: (i) x 4y + 3z = 2 3x 11y + 13z = 3 2x 9y + 2z = 7 x 2y + 6z = 2 (ii) x 4y + 3z =

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