Solution to Homework 2
|
|
|
- Aubrie Jenkins
- 9 years ago
- Views:
Transcription
1 Solution to Homework 2 Olena Bormashenko September 23, 2011 Section 1.4: 1(a)(b)(i)(k), 4, 5, 14; Section 1.5: 1(a)(b)(c)(d)(e)(n), 2(a)(c), 13, 16, 17, 18, 27 Section Compute the following, if possible, for the matrices: [ ] A = B = C = [ ] D = E = F = (a) A + B Solution: Adding entry by entry, A + B = = (b) C + D Solution: C is 2 2, while D is 2 3, and only matrices of the same dimensions can be added. Therefore, this is impossible. (i) A T + E T Solution: Taking the transpose of a matrix is the same as just reflecting it along the main diagonal (or swapping its rows for its 1
2 columns.) Therefore, 4 2 T T 5 A T + E T = = = (k) 4D + 2F T Solution: Since multiplying a matrix by a scalar just multiplies each entry by that scalar, [ ] 4D + 2F T = T [ ] [ ] [ ] = + = Prove that if A T = B T, then A = B. Assumptions: A T = B T. Need to show: A = B. If two matrices are equal, then clearly their transposes are equal as well. Therefore, using Theorem 1.12(a), so we re done. A = (A T ) T = (B T ) T = B Note: This could also be done by considering the (i, j) entry of A and showing it to be equal to the (i, j) entry of B. 5. (a) Prove that any symmetric or skew-symmetric matrix is square. Solution: This is really two proof questions: show that a symmetric matrix must be square, and show that a skew-symmetric matrix must be square. We will do these separately. Recall that a matrix A is symmetric if A T = A, and is skew-symmetric if A T = A. Assumptions: A is symmetric: that is, A T = A. Need to show: A is a square matrix. 2
3 Let A be an m n matrix. Then, A T is by definition an n m matrix. Since A = A T, the dimensions of A T must be the same as the dimensions of A. Therefore, m n must be the same as n m, and so we can conclude that m = n. This means that A is n n, which means that A is a square matrix. The next proof is almost identical: Assumptions: A is skew-symmetric: that is, A T = A. Need to show: A is a square matrix. Let A be an m n matrix. Then, A T is by definition an n m matrix, and therefore A T is n m as well. Since A = A T, the dimensions of A T must be the same as the dimensions of A. Therefore, m n must be the same as n m, and so we can conclude that m = n. This means that A is n n, which means that A is a square matrix. (b) Prove that any diagonal matrix is symmetric. Assumptions: A is diagonal. Need to show: A is symmetric: that is, A T = A. This should be fairly intuitively clear, it just needs to be written down. Let A be an n n matrix whose (i, j) entry is a ij. Then, since A is diagonal, i j implies a ij = 0 To show that A T = A, we need to show that the (i, j) entry of A T is the same as the (i, j) entry of A. Consider two cases: Case 1: If i j then (i, j) entry of A T = (j, i) entry of A = 0 = (i, j) entry of A Case 2: If i = j, then clearly, (i, i) entry of A T = a ii = (i, i) entry of A Therefore, the (i, j) entry of A and A T transpose coincide, so we re done. (c) Show that (I n ) T = I n. (Hint: Use part (b)) Assumptions: None Need to show: In T = I n. This follows immediately from (b) since I n is by definition a diagonal matrix, and diagonal matrices are symmetric, I n must be symmetric. Therefore In T = I n. 3
4 (d) Describe completely every matrix that is both diagonal and skewsymmetric. Solution: Assume that A is diagonal and A is skew-symmetric: that is, A T = A. Since A is diagonal, we know that its entries off the main diagonal are 0. Since A is skew-symmetric, we know that all the entries on its main diagonal are 0 as well. Therefore, we see that A must be a square 0-matrix 14. The trace of a square matrix A is the sum of the elements along the main diagonal. (a) Find the trace of each square matrix in Exercise 2. Solution: trace(a) = not defined (not square), trace(b) = 1, trace(c) = 0, trace(d) = not defined, trace(e) = 6, trace(f ) = 1, trace(g) = 18 trace(h) = 0, trace(j) = 1, trace(k) = 4, trace(l) = 3, trace(m) = 0, trace(n) = 3, trace(p ) = 0, trace(q) = 1, trace(r) = not defined (b) If A and B are both n n matrices, prove the following: Solution: For the remainder of these proofs, assume that A has the (i, j) entry a ij and B has the (i, j) entry b ij. i. trace(a + B) = trace(a) + trace(b) Assumptions: See above. Need to show: trace(a + B) = trace(a) + trace(b). Note that the (i, i) entry of A + B is a ii + b ii by definition. Since the trace is just the sum of all the (i, i) entries, we see that trace(a + B) = (a 11 + b 11 ) + (a 22 + b 22 ) + + (a nn + b nn ) = (a 11 + a a nn ) + (b 11 + b b nn ) = trace(a) + trace(b) by definition, so we re done. ii. trace(ca) = ctrace(a) Assumptions: See above. Need to show: trace(ca) = c(trace(a)). 4
5 Section 1.5 Note that the (i, i) entry of ca is ca ii. Therefore, by definition like before. iii. trace(a) = trace(a T ) trace(ca) = ca 11 + ca ca nn = c(a 11 + a a nn ) = c(trace(a)) Assumptions: See above. Need to show: trace(a) = trace(a T ). Note that the (i, i) entry of A T is a ii (taking the transpose doesn t change the elements on the diagonal.) Therefore, by definition as required. trace(a T ) = a 11 + a a nn = trace(a) 1. Exercises 1 and 2 refer to the following matrices: A = 6 5 B = C = 4 2 D = E = F = G = H = [ ] [ ] [ ] [ ] J = K = L = M = N = [ ] [ ] P = Q = R = [ ] S = [ ] T = [ ] (a) AB = = not possible
6 (b) BA = = (c) 8 [ ] JM = = not possible (d) DF = = (e) (n) RJ = [ ] 8 1 = [ 38 ] D(F K) = = [ ] = = [ ] [ 2 1 ] Determine whether these pairs of matrices commute. (a) L and M Solution: To check whether L and M commute, we check whether 6
7 LM = ML. Accordingly, let s calculate LM and ML: [ ] [ ] [ ] LM = = [ ] [ ] [ ] ML = = Clearly, LM ML, so they don t commute. (c) A and K Here, we don t even need to multiple it out. Since A is 3 2 and K is 2 3, AK is 3 3 and KA is 2 2. These can t possibly be the same matrix, so A and K don t commute. 13. For the matrix A = use matrix multiplication (as in Example 4)to find the following linear combinations: (a) 5 v v 2 4 v 3 where v 1, v 2, v 3 are the rows of A. Solution: As we ve learned earlier, to get a linear combination of the rows with coefficients [c 1, c 2,..., c n ], we multiply the matrix on the left by the row vector [c 1, c 2,..., c n ]. Therefore, we get [ ] = [ ] (b) 6 w 1 4 w w 3 3 w 4, where w 1, w 2, w 3, w 4 are the columns of A. Solution: Similarly to part (a), to get a linear combination of the columns with coefficients [c 1, c 2,..., c n ], we multiply the matrix on the left by the column vector with the same coordinates. Therefore, we get = Let A be an m n matrix. Prove that AO np = O mp. Assumptions: A is m n. Need to show: AO np = O mp O np is by definition an n p matrix whose every entry is 0. The product of 7
8 an m n matrix with a n p matrix is indeed m p, so AO np is certainly the right size. We now just need to check that every entry of it is 0. By definition, (i, j) entry of AO np = (row i of A) (column j of O np ) where the indicates dot product. But since O np has every entry equal to 0, column j of this matrix is just 0. Therefore, (i, j) entry of AO np = (row i of A) 0 = 0 since any vector dotted with the zero vector results in 0. done. Thus, we re 17. Let A be an m n matrix. Prove that AI n = I m A = A. Solution: This is easiest to do by breaking it up into two proofs: A = AI n and A = I m A. Assumptions: A is m n. Need to show: A = AI n Let the (i, j) entry of A be a ij. Then we need to show that the (i, j) entry of AI n is a ij. Proceeding like before, (i, j) entry of AI n = (row i of A) (column j of I n ) = [a i1, a i2,..., a in ] [0,..., 0, 1, 0,..., 0] where the 1 in the vector on the right is in the jth place. Therefore, (i, j) entry of AI n = a i a ij a in 0 = a ij so we re done. The second proof is almost identical: Assumptions: A is m n. Need to show: A = I m A Let the (i, j) entry of A be a ij. Then we need to show that the (i, j) entry of I m A is a ij. Proceeding like before, (i, j) entry of I m A = (row i of I m ) (column j of A) = [0,..., 0, 1, 0,..., 0] [a 1j, a 2j,..., a mj ] 8
9 where the 1 in the vector on the left is in the ith place. Therefore, (i, j) entry of AI n = 0 a 1j a ij a mj = a ij so we re done. 18. (a) Prove that the product of two diagonal matrices is diagonal. Assumptions: A and B are two diagonal matrices. Need to show: AB is diagonal. First of all, it is implicit in this proof that A and B have to be the same size, since diagonal matrices are square, and square matrices of different size can t be multiplied at all. So assume that A and B are both n n matrices. Let the (i, j) entry of A be a ij and the (i, j) entry of B be b ij. This musing is not part of the proof, but is a useful way to think: if you try any examples at all, you will soon convince yourself that diagonal matrix multiplication works like this: a b a b = 0 0 a nn 0 0 b nn a 11 b a 22 b a nn b nn Of course, this isn t quite a proof! What we need is a way to demonstrate the above in general. A good idea is to come up with a formula for the (i, j) entry of the product AB. Since this can be done for every choice of i and j, this will be completely general. Continuing with the proof: (i, j) entry of AB = (row i of A) (column j of B) = [0,..., 0, a ii, 0,..., 0] [0,..., 0, b jj, 0,..., 0] As you can probably see, different things happen depending on whether i = j or i j. If i = j, then the only non-zero entries of the vectors above match up, so that the dot product is a ii b ii. However, if j i, then [0,..., 0, a ii, 0,..., 0] [0,..., 0, b jj, 0,..., 0] = a ii b jj = 0 9
10 since the a ii and the b jj don t multiply together in the dot product. Hence, we see that if i j, then the (i, j) entry of AB is 0, and therefore AB is diagonal. Note: The above way of writing it out mightn t be completely rigorous (it relies on visuals), but it s clear. In the next proof, I ll be completely rigorous, which unfortunately can be harder to read! (b) Prove that the product of two upper triangular matrices is upper triangular. Assumptions: A and B are two upper triangular matrices. Need to show: AB is upper triangular. It is again implicit in this proof that A and B have to be the same size, since square matrices of different size can t be multiplied. Assume that A and B are both n n matrices. Let the (i, j) entry of A be a ij and the (i, j) entry of B be b ij. Since A and B are upper triangular, all the entries of A and B below the diagonal are 0. An entry a ij is below the diagonal precisely if i > j. (If you don t believe me, check by labelling every entry of a 3 3 matrix!) Therefore, what we re really given is that: a ij = 0 = b ij if i > j What we need to show is clearly that the (i, j) entry of AB is equal to 0 as long as i > j. By definition, (i, j) entry of AB = (row i of A) (column j of B) = [a i1, a i2,..., a in ] [b 1j, b 2j,..., b nj ] = a i1 b 1j + a i2 b 2j + a in b nj Musing: this is clearly a sum of terms of the form a ik b kj the i and j are as before, and the k just denotes which coordinates we re currently multiplying. If you try actually multiplying upper diagonal matrices, you will see that this sum turns out to be zero as long as (i, j) is an entry below the diagonal, because every single summand in it is zero. As examples aren t proof, let s show this rigorously. Assume that i > j, and let us show that the (i, j) entry of AB is 0. It would clearly suffice to show that a ik b kj = 0 for every single value of k. Therefore, we need to show that either a ik or b kj is 0 for all k. Consider two possibilities k > j and k j. i. If k > j, then b kj represent an entry below the main diagonal of B. Therefore, b kj = 0 and so the summand a ik b kj = 0. 10
11 ii. If k j, then since j < i, i > k. Therefore, a ik represents an entry below the main diagonal of A, and a ik = 0. Thus, a ik b kj = 0. Since a ik b kj = 0 for all k, we see that (i, j) entry of AB = a i1 b 1j + a i2 b 2j + a in b nj = 0 and so AB is upper triamgular, as required. Note: The above is a fully rigorous proof. Personally, I d say it s less illuminating than actually multiplying a pair of upper triangular matrices and seeing what happens (although once you do it, you can see that s exactly what the proof is expressing.) What is the benefit of something less visual but more rigorous? It turns out to be easier to manipulate when it s not so straightforward to check what exactly is going on, and leads one to be able to prove considerably harder results. It is also less error-prone. For proofs like this, complete rigorous is in some sense just practice! (c) Prove that the product of two lower triangular matrices is lower triangular. Assumptions: A and B are two lower triangular matrices. Need to show: AB is lower triangular. We could prove this result analogously to the result in (b). Instead, we will use a shortcut. Clearly, a matrix C is lower triangular precisely when C T is upper triangular. Therefore, A T and B T are upper triangular, and so by part (b), B T A T is upper triangular. And therefore, AB = (B T A T ) T is lower triangular. Hence we re done! Note: This illustrates the utility of using previous results, doesn t it? 27. An idempotent matrix is a square matrix A for which A 2 = A. (a) Find a 2 2 idempotent matrices (besides I n and O n.) Solution: Clearly, if we had one in mind it would suffice to just write it down. Let s instead talk about how to find one. Let [ ] a b A = c d If we have that A 2 = A, then [ ] [ ] [ ] a b a b a b = = c d c d c d [ ] a 2 + bc ab + bd ac + cd bc + d 2 11
12 Therefore, a = a 2 + bc b = ab + bd = b(a + d) c = ac + cd = c(a + d) d = bc + d 2 Note that if a + d = 1, then both the second and third equation will be satisfied. Since we don t have to find all solutions (just one), let s assume for now that a + d = 1: that is, d = 1 a. Plugging that into the fourth equation yields: 1 a = (1 a) 2 + bc = 1 2a + a 2 + bc a = a 2 + bc and therefore this assumption also reduces the fourth equation to the first. So the only thing we need to worry about is that a = a 2 + bc. At this point, we should just plug in some values. Let s assume that a = 0, and therefore that d = 1. Then we need bc = a a 2 = 0: picking values randomly, let b = 0 and c = 2. We have come up with the matrix: [ ] 0 0 A = 2 1 To make sure that we didn t forget anything, let s check that this is indeed idempotent: [ ] [ ] [ ] A = = = A so we have found an idempotent and are done. (As you may note, we ve made a number of choices above: in fact, the above arguments would produce a whole family of idempotents.) (b) Show that is idempotent Solution: This just require squaring the matrix and checking that we get the matrix back. Indeed, = so the given matrix is indeed idempotent. 12
13 (c) If A is an n n idempotent matrix, show that I n A is also idempotent. Assumptions: A is an n n idempotent matrix. Need to show: I n A is also idempotent. To check whether a matrix is idempotent, it suffices to square it and see if you get the same thing back. Therefore, (I n A) 2 = (I n A)(I n A) = I 2 n AI n I n A + A 2 = I n 2A + A 2 since multiplying a matrix by I n results in the original matrix. Now, since we re given that A is idempotent, we know that A 2 = A. Therefore, (I n A) 2 = I n 2A + A 2 = I n 2A + A = I n A and therefore we have shown that I n A is idempotent. (d) Use parts (b) and (c) to get another example of an idempotent matrix. Solution: Clearly, parts (b) and (c) imply that the matrix A = I = = is idempotent, so we re done. (e) Let A and B be n n matrices. Show that A is idempotent if both AB = A and BA = B. Assumptions: AB = A and BA = B. Need to prove: A is idempotent: that is, A 2 = A. It s not quite clear where to start here, so obviously one just tries some algebraic manipulation. It d be good to get an A 2 in there somewhere, so let s proceed! Since A = AB, multiplying by A on the right: A 2 = ABA 13
14 Now, BA = B, so A 2 = AB But we also know that AB = A! Therefore, A 2 = A By definition, that means that A is idempotent, so I guess we re done! All the Bs disappeared how did that happen? 14
MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m
MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS 1. SYSTEMS OF EQUATIONS AND MATRICES 1.1. Representation of a linear system. The general system of m equations in n unknowns can be written a 11 x 1 + a 12 x 2 +
MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS
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
December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS
December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B KITCHENS The equation 1 Lines in two-dimensional space (1) 2x y = 3 describes a line in two-dimensional space The coefficients of x and y in the equation
Matrix Algebra. Some Basic Matrix Laws. Before reading the text or the following notes glance at the following list of basic matrix algebra laws.
Matrix Algebra A. Doerr Before reading the text or the following notes glance at the following list of basic matrix algebra laws. Some Basic Matrix Laws Assume the orders of the matrices are such that
Notes on Determinant
ENGG2012B Advanced Engineering Mathematics Notes on Determinant Lecturer: Kenneth Shum Lecture 9-18/02/2013 The determinant of a system of linear equations determines whether the solution is unique, without
Linear Algebra Notes for Marsden and Tromba Vector Calculus
Linear Algebra Notes for Marsden and Tromba Vector Calculus n-dimensional Euclidean Space and Matrices Definition of n space As was learned in Math b, a point in Euclidean three space can be thought of
MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.
MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column
SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison
SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89 by Joseph Collison Copyright 2000 by Joseph Collison All rights reserved Reproduction or translation of any part of this work beyond that permitted by Sections
Chapter 7. Matrices. Definition. An m n matrix is an array of numbers set out in m rows and n columns. Examples. ( 1 1 5 2 0 6
Chapter 7 Matrices Definition An m n matrix is an array of numbers set out in m rows and n columns Examples (i ( 1 1 5 2 0 6 has 2 rows and 3 columns and so it is a 2 3 matrix (ii 1 0 7 1 2 3 3 1 is a
Math 312 Homework 1 Solutions
Math 31 Homework 1 Solutions Last modified: July 15, 01 This homework is due on Thursday, July 1th, 01 at 1:10pm Please turn it in during class, or in my mailbox in the main math office (next to 4W1) Please
1 Introduction to Matrices
1 Introduction to Matrices In this section, important definitions and results from matrix algebra that are useful in regression analysis are introduced. While all statements below regarding the columns
Lecture 2 Matrix Operations
Lecture 2 Matrix Operations transpose, sum & difference, scalar multiplication matrix multiplication, matrix-vector product matrix inverse 2 1 Matrix transpose transpose of m n matrix A, denoted A T or
Math 115A HW4 Solutions University of California, Los Angeles. 5 2i 6 + 4i. (5 2i)7i (6 + 4i)( 3 + i) = 35i + 14 ( 22 6i) = 36 + 41i.
Math 5A HW4 Solutions September 5, 202 University of California, Los Angeles Problem 4..3b Calculate the determinant, 5 2i 6 + 4i 3 + i 7i Solution: The textbook s instructions give us, (5 2i)7i (6 + 4i)(
Introduction to Matrix Algebra
Psychology 7291: Multivariate Statistics (Carey) 8/27/98 Matrix Algebra - 1 Introduction to Matrix Algebra Definitions: A matrix is a collection of numbers ordered by rows and columns. It is customary
MAT188H1S Lec0101 Burbulla
Winter 206 Linear Transformations A linear transformation T : R m R n is a function that takes vectors in R m to vectors in R n such that and T (u + v) T (u) + T (v) T (k v) k T (v), for all vectors u
1 Determinants and the Solvability of Linear Systems
1 Determinants and the Solvability of Linear Systems In the last section we learned how to use Gaussian elimination to solve linear systems of n equations in n unknowns The section completely side-stepped
13 MATH FACTS 101. 2 a = 1. 7. The elements of a vector have a graphical interpretation, which is particularly easy to see in two or three dimensions.
3 MATH FACTS 0 3 MATH FACTS 3. Vectors 3.. Definition We use the overhead arrow to denote a column vector, i.e., a linear segment with a direction. For example, in three-space, we write a vector in terms
Similarity and Diagonalization. Similar Matrices
MATH022 Linear Algebra Brief lecture notes 48 Similarity and Diagonalization Similar Matrices Let A and B be n n matrices. We say that A is similar to B if there is an invertible n n matrix P such that
Section 5.3. Section 5.3. u m ] l jj. = l jj u j + + l mj u m. v j = [ u 1 u j. l mj
Section 5. l j v j = [ u u j u m ] l jj = l jj u j + + l mj u m. l mj Section 5. 5.. Not orthogonal, the column vectors fail to be perpendicular to each other. 5..2 his matrix is orthogonal. Check that
A linear combination is a sum of scalars times quantities. Such expressions arise quite frequently and have the form
Section 1.3 Matrix Products A linear combination is a sum of scalars times quantities. Such expressions arise quite frequently and have the form (scalar #1)(quantity #1) + (scalar #2)(quantity #2) +...
Lecture 3: Finding integer solutions to systems of linear equations
Lecture 3: Finding integer solutions to systems of linear equations Algorithmic Number Theory (Fall 2014) Rutgers University Swastik Kopparty Scribe: Abhishek Bhrushundi 1 Overview The goal of this lecture
Solving Linear Systems, Continued and The Inverse of a Matrix
, Continued and The of a Matrix Calculus III Summer 2013, Session II Monday, July 15, 2013 Agenda 1. The rank of a matrix 2. The inverse of a square matrix Gaussian Gaussian solves a linear system by reducing
Chapter 17. Orthogonal Matrices and Symmetries of Space
Chapter 17. Orthogonal Matrices and Symmetries of Space Take a random matrix, say 1 3 A = 4 5 6, 7 8 9 and compare the lengths of e 1 and Ae 1. The vector e 1 has length 1, while Ae 1 = (1, 4, 7) has length
3. Mathematical Induction
3. MATHEMATICAL INDUCTION 83 3. Mathematical Induction 3.1. First Principle of Mathematical Induction. Let P (n) be a predicate with domain of discourse (over) the natural numbers N = {0, 1,,...}. If (1)
Solving Systems of Linear Equations
LECTURE 5 Solving Systems of Linear Equations Recall that we introduced the notion of matrices as a way of standardizing the expression of systems of linear equations In today s lecture I shall show how
The Characteristic Polynomial
Physics 116A Winter 2011 The Characteristic Polynomial 1 Coefficients of the characteristic polynomial Consider the eigenvalue problem for an n n matrix A, A v = λ v, v 0 (1) The solution to this problem
v w is orthogonal to both v and w. the three vectors v, w and v w form a right-handed set of vectors.
3. Cross product Definition 3.1. Let v and w be two vectors in R 3. The cross product of v and w, denoted v w, is the vector defined as follows: the length of v w is the area of the parallelogram with
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.
Chapter 1 LINEAR EQUATIONS 1.1 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,..., a n, b are given
LINEAR ALGEBRA. September 23, 2010
LINEAR ALGEBRA September 3, 00 Contents 0. LU-decomposition.................................... 0. Inverses and Transposes................................. 0.3 Column Spaces and NullSpaces.............................
Pigeonhole Principle Solutions
Pigeonhole Principle Solutions 1. Show that if we take n + 1 numbers from the set {1, 2,..., 2n}, then some pair of numbers will have no factors in common. Solution: Note that consecutive numbers (such
Linear Algebra Notes
Linear Algebra Notes Chapter 19 KERNEL AND IMAGE OF A MATRIX Take an n m matrix a 11 a 12 a 1m a 21 a 22 a 2m a n1 a n2 a nm and think of it as a function A : R m R n The kernel of A is defined as Note
Systems of Linear Equations
Systems of Linear Equations Beifang Chen Systems of linear equations Linear systems A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where a, a,, a n and
NOTES ON LINEAR TRANSFORMATIONS
NOTES ON LINEAR TRANSFORMATIONS Definition 1. Let V and W be vector spaces. A function T : V W is a linear transformation from V to W if the following two properties hold. i T v + v = T v + T v for all
Au = = = 3u. Aw = = = 2w. so the action of A on u and w is very easy to picture: it simply amounts to a stretching by 3 and 2, respectively.
Chapter 7 Eigenvalues and Eigenvectors In this last chapter of our exploration of Linear Algebra we will revisit eigenvalues and eigenvectors of matrices, concepts that were already introduced in Geometry
Name: Section Registered In:
Name: Section Registered In: Math 125 Exam 3 Version 1 April 24, 2006 60 total points possible 1. (5pts) Use Cramer s Rule to solve 3x + 4y = 30 x 2y = 8. Be sure to show enough detail that shows you are
8 Square matrices continued: Determinants
8 Square matrices continued: Determinants 8. Introduction Determinants give us important information about square matrices, and, as we ll soon see, are essential for the computation of eigenvalues. You
1.2 Solving a System of Linear Equations
1.. SOLVING A SYSTEM OF LINEAR EQUATIONS 1. Solving a System of Linear Equations 1..1 Simple Systems - Basic De nitions As noticed above, the general form of a linear system of m equations in n variables
Notes on Orthogonal and Symmetric Matrices MENU, Winter 2013
Notes on Orthogonal and Symmetric Matrices MENU, Winter 201 These notes summarize the main properties and uses of orthogonal and symmetric matrices. We covered quite a bit of material regarding these topics,
Quotient Rings and Field Extensions
Chapter 5 Quotient Rings and Field Extensions In this chapter we describe a method for producing field extension of a given field. If F is a field, then a field extension is a field K that contains F.
The Determinant: a Means to Calculate Volume
The Determinant: a Means to Calculate Volume Bo Peng August 20, 2007 Abstract This paper gives a definition of the determinant and lists many of its well-known properties Volumes of parallelepipeds are
Matrix Representations of Linear Transformations and Changes of Coordinates
Matrix Representations of Linear Transformations and Changes of Coordinates 01 Subspaces and Bases 011 Definitions A subspace V of R n is a subset of R n that contains the zero element and is closed under
15.062 Data Mining: Algorithms and Applications Matrix Math Review
.6 Data Mining: Algorithms and Applications Matrix Math Review The purpose of this document is to give a brief review of selected linear algebra concepts that will be useful for the course and to develop
Section 6.1 - Inner Products and Norms
Section 6.1 - Inner Products and Norms Definition. Let V be a vector space over F {R, C}. An inner product on V is a function that assigns, to every ordered pair of vectors x and y in V, a scalar in F,
Vector and Matrix Norms
Chapter 1 Vector and Matrix Norms 11 Vector Spaces Let F be a field (such as the real numbers, R, or complex numbers, C) with elements called scalars A Vector Space, V, over the field F is a non-empty
by the matrix A results in a vector which is a reflection of the given
Eigenvalues & Eigenvectors Example Suppose Then So, geometrically, multiplying a vector in by the matrix A results in a vector which is a reflection of the given vector about the y-axis We observe that
Vieta s Formulas and the Identity Theorem
Vieta s Formulas and the Identity Theorem This worksheet will work through the material from our class on 3/21/2013 with some examples that should help you with the homework The topic of our discussion
Recall that two vectors in are perpendicular or orthogonal provided that their dot
Orthogonal Complements and Projections Recall that two vectors in are perpendicular or orthogonal provided that their dot product vanishes That is, if and only if Example 1 The vectors in are orthogonal
Cross product and determinants (Sect. 12.4) Two main ways to introduce the cross product
Cross product and determinants (Sect. 12.4) Two main ways to introduce the cross product Geometrical definition Properties Expression in components. Definition in components Properties Geometrical expression.
Methods for Finding Bases
Methods for Finding Bases Bases for the subspaces of a matrix Row-reduction methods can be used to find bases. Let us now look at an example illustrating how to obtain bases for the row space, null space,
Math 4310 Handout - Quotient Vector Spaces
Math 4310 Handout - Quotient Vector Spaces Dan Collins The textbook defines a subspace of a vector space in Chapter 4, but it avoids ever discussing the notion of a quotient space. This is understandable
Solutions to Math 51 First Exam January 29, 2015
Solutions to Math 5 First Exam January 29, 25. ( points) (a) Complete the following sentence: A set of vectors {v,..., v k } is defined to be linearly dependent if (2 points) there exist c,... c k R, not
Quadratic forms Cochran s theorem, degrees of freedom, and all that
Quadratic forms Cochran s theorem, degrees of freedom, and all that Dr. Frank Wood Frank Wood, [email protected] Linear Regression Models Lecture 1, Slide 1 Why We Care Cochran s theorem tells us
MATH 4330/5330, Fourier Analysis Section 11, The Discrete Fourier Transform
MATH 433/533, Fourier Analysis Section 11, The Discrete Fourier Transform Now, instead of considering functions defined on a continuous domain, like the interval [, 1) or the whole real line R, we wish
SOLVING LINEAR SYSTEMS
SOLVING LINEAR SYSTEMS Linear systems Ax = b occur widely in applied mathematics They occur as direct formulations of real world problems; but more often, they occur as a part of the numerical analysis
Lecture Notes 2: Matrices as Systems of Linear Equations
2: Matrices as Systems of Linear Equations 33A Linear Algebra, Puck Rombach Last updated: April 13, 2016 Systems of Linear Equations Systems of linear equations can represent many things You have probably
7 Gaussian Elimination and LU Factorization
7 Gaussian Elimination and LU Factorization In this final section on matrix factorization methods for solving Ax = b we want to take a closer look at Gaussian elimination (probably the best known method
GENERATING SETS KEITH CONRAD
GENERATING SETS KEITH CONRAD 1 Introduction In R n, every vector can be written as a unique linear combination of the standard basis e 1,, e n A notion weaker than a basis is a spanning set: a set of vectors
Polynomial Invariants
Polynomial Invariants Dylan Wilson October 9, 2014 (1) Today we will be interested in the following Question 1.1. What are all the possible polynomials in two variables f(x, y) such that f(x, y) = f(y,
Linear Algebra I. Ronald van Luijk, 2012
Linear Algebra I Ronald van Luijk, 2012 With many parts from Linear Algebra I by Michael Stoll, 2007 Contents 1. Vector spaces 3 1.1. Examples 3 1.2. Fields 4 1.3. The field of complex numbers. 6 1.4.
Eigenvalues, Eigenvectors, Matrix Factoring, and Principal Components
Eigenvalues, Eigenvectors, Matrix Factoring, and Principal Components The eigenvalues and eigenvectors of a square matrix play a key role in some important operations in statistics. In particular, they
University of Lille I PC first year list of exercises n 7. Review
University of Lille I PC first year list of exercises n 7 Review Exercise Solve the following systems in 4 different ways (by substitution, by the Gauss method, by inverting the matrix of coefficients
Inner products on R n, and more
Inner products on R n, and more Peyam Ryan Tabrizian Friday, April 12th, 2013 1 Introduction You might be wondering: Are there inner products on R n that are not the usual dot product x y = x 1 y 1 + +
26. Determinants I. 1. Prehistory
26. Determinants I 26.1 Prehistory 26.2 Definitions 26.3 Uniqueness and other properties 26.4 Existence Both as a careful review of a more pedestrian viewpoint, and as a transition to a coordinate-independent
Math 319 Problem Set #3 Solution 21 February 2002
Math 319 Problem Set #3 Solution 21 February 2002 1. ( 2.1, problem 15) Find integers a 1, a 2, a 3, a 4, a 5 such that every integer x satisfies at least one of the congruences x a 1 (mod 2), x a 2 (mod
Chapter 19. General Matrices. An n m matrix is an array. a 11 a 12 a 1m a 21 a 22 a 2m A = a n1 a n2 a nm. The matrix A has n row vectors
Chapter 9. General Matrices An n m matrix is an array a a a m a a a m... = [a ij]. a n a n a nm The matrix A has n row vectors and m column vectors row i (A) = [a i, a i,..., a im ] R m a j a j a nj col
1 0 5 3 3 A = 0 0 0 1 3 0 0 0 0 0 0 0 0 0 0
Solutions: Assignment 4.. Find the redundant column vectors of the given matrix A by inspection. Then find a basis of the image of A and a basis of the kernel of A. 5 A The second and third columns are
Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model
Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model 1 September 004 A. Introduction and assumptions The classical normal linear regression model can be written
Homework until Test #2
MATH31: Number Theory Homework until Test # Philipp BRAUN Section 3.1 page 43, 1. It has been conjectured that there are infinitely many primes of the form n. Exhibit five such primes. Solution. Five such
Mathematics Course 111: Algebra I Part IV: Vector Spaces
Mathematics Course 111: Algebra I Part IV: Vector Spaces D. R. Wilkins Academic Year 1996-7 9 Vector Spaces A vector space over some field K is an algebraic structure consisting of a set V on which are
Chapter 6. Orthogonality
6.3 Orthogonal Matrices 1 Chapter 6. Orthogonality 6.3 Orthogonal Matrices Definition 6.4. An n n matrix A is orthogonal if A T A = I. Note. We will see that the columns of an orthogonal matrix must be
1 Sets and Set Notation.
LINEAR ALGEBRA MATH 27.6 SPRING 23 (COHEN) LECTURE NOTES Sets and Set Notation. Definition (Naive Definition of a Set). A set is any collection of objects, called the elements of that set. We will most
T ( a i x i ) = a i T (x i ).
Chapter 2 Defn 1. (p. 65) Let V and W be vector spaces (over F ). We call a function T : V W a linear transformation form V to W if, for all x, y V and c F, we have (a) T (x + y) = T (x) + T (y) and (b)
Introduction to Matrices for Engineers
Introduction to Matrices for Engineers C.T.J. Dodson, School of Mathematics, Manchester Universit 1 What is a Matrix? A matrix is a rectangular arra of elements, usuall numbers, e.g. 1 0-8 4 0-1 1 0 11
One advantage of this algebraic approach is that we can write down
. Vectors and the dot product A vector v in R 3 is an arrow. It has a direction and a length (aka the magnitude), but the position is not important. Given a coordinate axis, where the x-axis points out
Chapter 11 Number Theory
Chapter 11 Number Theory Number theory is one of the oldest branches of mathematics. For many years people who studied number theory delighted in its pure nature because there were few practical applications
Solving Systems of Linear Equations
LECTURE 5 Solving Systems of Linear Equations Recall that we introduced the notion of matrices as a way of standardizing the expression of systems of linear equations In today s lecture I shall show how
MATH 551 - APPLIED MATRIX THEORY
MATH 55 - APPLIED MATRIX THEORY FINAL TEST: SAMPLE with SOLUTIONS (25 points NAME: PROBLEM (3 points A web of 5 pages is described by a directed graph whose matrix is given by A Do the following ( points
Inner Product Spaces
Math 571 Inner Product Spaces 1. Preliminaries An inner product space is a vector space V along with a function, called an inner product which associates each pair of vectors u, v with a scalar u, v, and
CONTENTS 1. Peter Kahn. Spring 2007
CONTENTS 1 MATH 304: CONSTRUCTING THE REAL NUMBERS Peter Kahn Spring 2007 Contents 2 The Integers 1 2.1 The basic construction.......................... 1 2.2 Adding integers..............................
Orthogonal Diagonalization of Symmetric Matrices
MATH10212 Linear Algebra Brief lecture notes 57 Gram Schmidt Process enables us to find an orthogonal basis of a subspace. Let u 1,..., u k be a basis of a subspace V of R n. We begin the process of finding
Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan
Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan 3 Binary Operations We are used to addition and multiplication of real numbers. These operations combine two real numbers
MATH 304 Linear Algebra Lecture 18: Rank and nullity of a matrix.
MATH 304 Linear Algebra Lecture 18: Rank and nullity of a matrix. Nullspace Let A = (a ij ) be an m n matrix. Definition. The nullspace of the matrix A, denoted N(A), is the set of all n-dimensional column
Unit 18 Determinants
Unit 18 Determinants Every square matrix has a number associated with it, called its determinant. In this section, we determine how to calculate this number, and also look at some of the properties of
MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set.
MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set. Vector space A vector space is a set V equipped with two operations, addition V V (x,y) x + y V and scalar
Lecture notes on linear algebra
Lecture notes on linear algebra David Lerner Department of Mathematics University of Kansas These are notes of a course given in Fall, 2007 and 2008 to the Honors sections of our elementary linear algebra
1 VECTOR SPACES AND SUBSPACES
1 VECTOR SPACES AND SUBSPACES What is a vector? Many are familiar with the concept of a vector as: Something which has magnitude and direction. an ordered pair or triple. a description for quantities such
MATHEMATICS FOR ENGINEERS BASIC MATRIX THEORY TUTORIAL 2
MATHEMATICS FO ENGINEES BASIC MATIX THEOY TUTOIAL This is the second of two tutorials on matrix theory. On completion you should be able to do the following. Explain the general method for solving simultaneous
Sensitivity Analysis 3.1 AN EXAMPLE FOR ANALYSIS
Sensitivity Analysis 3 We have already been introduced to sensitivity analysis in Chapter via the geometry of a simple example. We saw that the values of the decision variables and those of the slack and
Solution of Linear Systems
Chapter 3 Solution of Linear Systems In this chapter we study algorithms for possibly the most commonly occurring problem in scientific computing, the solution of linear systems of equations. We start
DETERMINANTS IN THE KRONECKER PRODUCT OF MATRICES: THE INCIDENCE MATRIX OF A COMPLETE GRAPH
DETERMINANTS IN THE KRONECKER PRODUCT OF MATRICES: THE INCIDENCE MATRIX OF A COMPLETE GRAPH CHRISTOPHER RH HANUSA AND THOMAS ZASLAVSKY Abstract We investigate the least common multiple of all subdeterminants,
DETERMINANTS TERRY A. LORING
DETERMINANTS TERRY A. LORING 1. Determinants: a Row Operation By-Product The determinant is best understood in terms of row operations, in my opinion. Most books start by defining the determinant via formulas
Kenken For Teachers. Tom Davis [email protected] http://www.geometer.org/mathcircles June 27, 2010. Abstract
Kenken For Teachers Tom Davis [email protected] http://www.geometer.org/mathcircles June 7, 00 Abstract Kenken is a puzzle whose solution requires a combination of logic and simple arithmetic skills.
Continued Fractions and the Euclidean Algorithm
Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction
5.3 The Cross Product in R 3
53 The Cross Product in R 3 Definition 531 Let u = [u 1, u 2, u 3 ] and v = [v 1, v 2, v 3 ] Then the vector given by [u 2 v 3 u 3 v 2, u 3 v 1 u 1 v 3, u 1 v 2 u 2 v 1 ] is called the cross product (or
ISOMETRIES OF R n KEITH CONRAD
ISOMETRIES OF R n KEITH CONRAD 1. Introduction An isometry of R n is a function h: R n R n that preserves the distance between vectors: h(v) h(w) = v w for all v and w in R n, where (x 1,..., x n ) = x
Direct Methods for Solving Linear Systems. Matrix Factorization
Direct Methods for Solving Linear Systems Matrix Factorization Numerical Analysis (9th Edition) R L Burden & J D Faires Beamer Presentation Slides prepared by John Carroll Dublin City University c 2011
Using row reduction to calculate the inverse and the determinant of a square matrix
Using row reduction to calculate the inverse and the determinant of a square matrix Notes for MATH 0290 Honors by Prof. Anna Vainchtein 1 Inverse of a square matrix An n n square matrix A is called invertible
INTERSECTION MATH And more! James Tanton
INTERSECTION MATH And more! James Tanton www.jamestanton.com The following represents a sample activity based on the December 2006 newsletter of the St. Mark s Institute of Mathematics (www.stmarksschool.org/math).
Session 6 Number Theory
Key Terms in This Session Session 6 Number Theory Previously Introduced counting numbers factor factor tree prime number New in This Session composite number greatest common factor least common multiple
Similar matrices and Jordan form
Similar matrices and Jordan form We ve nearly covered the entire heart of linear algebra once we ve finished singular value decompositions we ll have seen all the most central topics. A T A is positive
