Chapter 17. Orthogonal Matrices and Symmetries of Space
|
|
|
- Annabel Charles
- 9 years ago
- Views:
Transcription
1 Chapter 17. Orthogonal Matrices and Symmetries of Space Take a random matrix, say 1 3 A = 4 5 6, 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 66. Most matrices are like this: They change the lengths of vectors. In this chapter we study matrices that do not change lengths. Such matrices are the symmetries of three dimensional space. Definition of Orthogonal Matrix: A matrix A is called orthogonal if A preserves the lengths of vectors, that is, if for all vectors v in R 3. Av, Av = v, v (1) Remarkably, if a matrix preserves length, then it also preserves angles. This is shown in the following Proposition: If A is an orthogonal matrix then Au, Av = u, v for any pair of vectors u, v in R 3. Moreover, the cosine of the angle between Au and Av is the same as the cosine of the angle between u and v. Proof: This is shown by a trick: Since A preserves the lengths of u + v, and u and v, we have u, u + u, v + v, v = u + v, u + v = A(u + v), A(u + v) = Au + Av, Au + Av = Au, Au + Au, Av + Av, Av = u, u + Au, Av + v, v. Comparing the first and last lines, we get u, v = Au, Av, as claimed in the first assertion. For the second assertion, the geometric form of the dot product shows that the angle between two vectors is completely determined by their dot products with 1
2 themselves and each other. We have just shown that all of these dot products are unchanged by A, hence the angle is unchanged. We have defined orthogonal matrices above, in terms of how they act on R 3. This definition imparts the geometric meaning of orthogonal matrices. However, given some matrix A, you cannot check the definition for every single vector v R 3, so the definition does not say how to decide if a matrix is orthogonal or not. This problem did not arise in two dimensions, where we defined orthogonal matrices in more practical, yet less meaningful terms. We resolve this as follows. Three ways to recognize orthogonal matrices: A matrix A is orthogonal exactly when any one of the following equivalent conditions holds: 1. The columns of A form an orthonormal basis of R 3 ;. We have Ae i, Ae j = { 1 if i = j 0 if i j; 3. AA T = I. In other words, A 1 = A T. Proof: Since the columns of A are Ae 1, Ae, Ae 3, condition is just a restatement of condition 1. The entry of AA T in row i column j is exactly Ae i, Ae j, so condition 3 is another way of expressing condition. It remains to show that A is orthogonal exactly when condition 1 holds. Since e 1, e, e 3 is an orthonormal basis, the Proposition above implies that Ae 1, Ae, Ae 3 is also an orthonormal basis. So orthogonal matrices satisfy condition 1. Conversely, suppose that Ae 1, Ae, Ae 3 is an orthonormal basis. Let u = (x, y, z) be any vector. Then Au, Au = xae 1 + yae + zae 3, xae 1 + yae + zae 3. All the cross terms are zero, since Ae i, Ae j = 0 if i j. Therefore Au, Au = x Ae 1, Ae 1 +y Ae, Ae +z Ae 3, Ae 3 = x +y +z = u, u. Hence A is orthogonal.
3 Examples of Orthogonal Matrices: Example 1: A rotation about the z-axis: cos θ sin θ 0 sin θ cos θ Example : Other rotations , Example 3: Let u = (a, b, c) be a unit vector. Then the matrix R u of reflection about the plane ax + by + cz = 0 is given by 1 a ab ac R u = ab 1 b bc. () ac bc 1 c A more economical formula for R u is as follows. For any v R 3, we have R u (v) = v v, u u. (3) Setting v = e 1, e, e 3 in the formula (3) gives the matrix formula (). Multiplicative properties of Orthogonal matrices Condition 3 above implies some useful facts about the products of orthogonal matrices: 1. If A and B are orthogonal matrices then AB is also an orthogonal matrix.. If A is an orthogonal matrix then A 1 is an orthogonal matrix. 3. If A is an orthogonal matrix then det(a) = ±1. Proof: For the first two properties, we use the characterization of orthogonal matrices as those whose inverse equals their transpose. Thus, if we are given that A and B are orthogonal, that means AA T = I and BB T = I, so we have (AB)(AB) T = ABB T A T = AIA T = AA T = I, 3
4 so AB is orthogonal. Likewise, (A 1 )(A 1 ) T = (A 1 )(A T ) T = A 1 A = I, so A 1 is orthogonal. For the last item, recall that det(a T ) = det(a), so that 1 = det(i) = det(aa T ) = det(a) det(a T ) = det(a) det(a) = det(a), so we must have det(a) = ±1. We have seen that an orthogonal matrix has determinant ±1. In two dimensions, this sign classified the orthogonal matrices into rotations (determinant +1) and reflections (determinant 1). There is a similar result in three dimensions, but it is complicated by two facts: An orthogonal matrix with determinant +1 is a rotation. However, a rotation in three dimensions is not simply determined by its angle of rotation; one must determine the axis of rotation, and specify from which direction you are measuring the angle. Orthogonal matrices with determinant 1 are not rotations, but most of them are not reflections either. The following theorem classifies the rotation matrices and shows how to find the axis and angle of a given rotation. Rotation Matrix Theorem: 1. Rotation matrices are precisely those orthogonal matrices A with det(a) = +1.. If A is a rotation and A I, then the eigenvalues of A are 1, e iθ, e iθ, for some 0 < θ < π. In particular, the 1-eigenspace E(1) is a line. 3. A rotation matrix A as in item has axis of rotation E(1) and angle of rotation θ, measured as follows. Take any nonzero vector v in the plane perpendicular to the axis E(1). Then v Av is on the axis E(1), and θ is measured counterclockwise when v Av points at you. 4
5 4. Up to sign, the angle θ can be computed easily from the formula: cos θ = 1 [tr(a) 1]. Proof: For item 1 we must show that any rotation is an orthogonal matrix with determinant +1, and conversely, that any orthogonal matrix A with det(a) = +1 is a rotation. We begin with the former. Suppose A is rotation about some axis through a vector u, by some angle which appears counterclockwise by θ, as u points at us. All rotation matrices clearly preserve the lengths of vectors, so the only question is whether det A = ±1. For 0 t θ, let A t be rotation about the same axis about the angle t, measured as above. So A 0 = I and A θ = A. As we vary t, the determinant is either +1 or 1, but det A t varies continuously, so it cannot jump between +1 and 1 hence must remain constant at either +1 or 1 for all t. Since det A 0 = det I = +1, we must have det(a) = det A θ = +1 as well. Now suppose A is an orthogonal matrix with det A = 1. Before proving that A is a rotation, we ll first show that the oddness of three (the dimension we re in) forces A to have an eigenvalue equal to 1. Using the properties of transpose and determinant, we get det(i A) = det(a) det(i A) = det(a T ) det(i A) = det(a T A T A) = det(a T I) = det(a I) T = det(a I). Since 3 is odd, det(a I) = det(i A), so det(i A) = det(i A). This means det(i A) = 0, so the characteristic polynomial P A (x) = det(xi A) has the root λ = 1. Now we will see why A is a rotation about the 1-eigenspace. Let u 1 be a unit vector such that Au 1 = u 1. Take another unit vector u which is perpendicular to u 1, and let u 3 = u 1 u. Then u 1, u, u 3 is a right-handed orthonormal basis. Let B be the matrix such that Be i = u i. Then B is orthogonal because its columns are an orthonormal basis. We compute the matrix B 1 AB. 5
6 By the multiplicative properties of orthogonal matrices, proved above, the matrix B 1 AB is orthogonal. Moreover, B 1 ABe 1 = B 1 Au 1 = B 1 u 1 = e 1, 1 so the first column of B 1 AB is 0. The first entries of the other columns are 0 orthogonal to the first column, so B 1 AB looks like B 1 AB = 0 a c, 0 b d [ ] [ ] [ ] a c a c and the vectors, are orthogonal unit vectors. That means b d b d is orthogonal. Since 1 = det A = det(b 1 AB) = ad bc, this matrix is a rotation and we have [ ] [ ] a c a b =, b d b a where a = cos θ and b = sin θ is the angle of rotation. So we have B 1 AB = 0 cos θ sin θ. (4) 0 sin θ cos θ We see that B 1 AB is rotation in the plane spanned by e, e 3, about the axis through e 1, by the angle θ which is counterclockwise when e 1 points at us. Moreover, a direct computation with the matrix in (4) shows that the eigenvalues of B 1 AB are 1, e iθ, e iθ. The last step is to translate our information about B 1 AB into information about A. We have Au = B(B 1 AB)e = B(ae + be 3 ) = au + bu 3. Similarly, Au 3 = bu + au 3. 6
7 So A is the same rotation as B 1 AB but now in the plane spanned by u and u 3, namely counterclockwise by θ when u 1 points at us. The eigenvalues of A are those of B 1 AB, which are 1, e iθ, e iθ. Thus we see that A is a rotation, completing the proof of item 1, and we have also verified item. It remains to prove item 3. Since the eigenvalues of A are 1, e iθ, e iθ, the characteristic polynomial is P A (x) = (x 1)(x e iθ )(x e iθ ) = (x 1)(x cos θx + 1). The coefficient of x is therefore (1 + cos θ). But also the coefficient of x is tr(a). So 1 + cos θ = tr(a), and item 3 follows. Calculating Axes and Angles: Example 4: cos α sin α 0 A = sin α cos α This one is so easy that you don t need the Rotation Matrix Theorem. Here you can see right away that e 3 is a 1-eigenvector, so the rotation axis is the z-axis, and A rotates by α in the xy-plane. Example 5: cos α sin α 0 A = sin α cos α It is easy to see that AA T = I and that det A = 1, so this is a rotation, but the axis is a bit trickier. It is not the z-axis, since the vectors on that line are negated, not fixed. That means that 1 is an eigenvalue, so the angle of rotation, call it θ, must satisfy e iθ = 1, which means θ = π. You can confirm this by checking that A = I. To find the axis, we compute ker(i A) = R(cos α + 1, sin α, 0). So, while an angle α appears in the matrix, it has nothing to do with the angle of rotation (which is π, no matter what α is), but instead α determines the axis of rotation. Example 6: For B = ,
8 we first check that BB T = I and compute det B = 1, so that we know B is a rotation. Then using the kernel recipe we find ker(i B) = R(1,, ), which is the axis of rotation. Next, tr(b) = 1, so cos θ = 1 ( 1 1) = 1, so θ = π. Thus, B is rotation by π about the line through (1,, ). The reason that θ = π (here, as well as in Example ) is that B = B T. For that means B 1 = B, so B = I. Any rotation I whose square is I must be rotation by π. Example 7: For C = , 1 1 we first check that CC T = I and compute det C = 1, so that we know C is a rotation. Then using the kernel recipe we find that ker(i C) = R(1+, 1, 1) is the axis, and tr(c) = 6+, so 4 Then so the eigenvalues (besides 1) are cos θ = +. 8 sin θ = ± 1 cos θ = ± 1 4 e ±iθ = cos θ ± i sin θ = + 8 9, ± i 4 9. Note that we found the eigenvalues without ever writing down the characteristic polynomial! But we did have to compute det(c) to make sure it was a rotation. Using the Rotation Matrix Theorem we can find the axis and angle of any rotation matrix we may encounter. But suppose we have a particular rotation in mind, and we want to find the matrix that does that. In other words, suppose we have a line L an angle θ. What is the matrix that rotates around L by θ? 8
9 Finding the matrix of a given rotation Let u = (a, b, c) be a unit vector and let θ (0, π] be an angle. I claim that the matrix that rotates about the line through u by the angle θ, measured as u points at you, is given by 0 c b A = I + (sin θ)u + (1 cos θ)u, where U = c 0 a. (5) b a 0 We will use the Rotation Matrix Theorem to show that A performs as advertised. The matrix U, whose entries come from the unit vector u, satisfies U T = U, U 3 = U, Uu = 0, tr(u) = 0, tr(u ) =. (6) Using the first two facts, one can check that AA T = I, so that A is an orthogonal matrix. To show that det(a) = 1 we use again the continuity argument from the Rotation Matrix Theorem: Replace θ by a variable t [0, θ] so that we have a path of orthogonal matrices A t = I + (sin t)u + (1 cos t)u with A 0 = I and A θ = A. Again, since det A t = ±1 and det A 0 = det I = 1 and det A t varies continuously, we must have det A t = 1 for all t, so det A = det A θ = 1. Hence A is indeed a rotation matrix. Since Uu = 0, it is clear that Au = u. So the axis of rotation is the line through u. The trace of A is tr(a) = tr(i)+(sin θ) tr(u)+(1 cos θ) tr(u ) = 3+0 (1 cos θ) = 1+ cos θ, so A rotates by θ, in one direction or the other. To pin that down, first recall that a + b + c = 1, so c 1. suppose c < 1. Then a + b > 0, so the vector v = ( b, a, 0) is nonzero and is orthogonal to u. We have v Av = ( b, a, 0) ( ac, abc, 1 c ) = (1 c )u, which is a positive multiple of u. By the Rotation Matrix Theorem, this means A is indeed rotation by θ, as u points at you. We leave the cases c = ±1 to the exercises. 9
10 Where does the matrix U comes from? Note that u e 1 = (0, b, c), u e = ( b, 0, a), u e 3 = (c, a, 0). So in fact U is the matrix which sends an arbitrary vector v to Uv = u v. We may rewrite equation (5) as Av = v + (sin θ)u v + (1 cos θ)u (u v). (7) This version is less mysterious and easier to remember, but probably equation (5) is easier for computations. The matrix equation U 3 = U expresses the crossproduct equation u (u (u v)) = u v, which you can see by drawing a picture (see also exercise 17.11). Exercise 17.1 Find the axis and angle of rotation of the following matrices (a) A = 0 0 1, (b) B = 1 0 0, (c) C = Exercise 17. Find the axis and the cosine of the angle of rotation for A = Exercise 17.3 Show that for any number t, the matrix t t + t t A t = 1 + t t t + t 1 + t + t t + t 1 + t t is a rotation, find its axis of rotation, and the cosine of the angle of rotation. Comments: (i) You can use the continuity argument to easily compute det A t. (ii) The formula for A t shows how to write down lots of rotations with rational entries: just take t to be an integer. 10
11 Exercise 17.4 Find the matrix that rotates about the axis through u = 1 ( 1,, ) 3 by the angle π/4, measured as u points toward you. Exercise 17.5 What rotation matrices do you get from the formula (5) if c = ±1? Exercise 17.6 Find a matrix U such that [ ] cos θ sin θ = I + (sin θ)u + (1 cos θ)u. sin θ cos θ Exercise 17.7 Let R u be the reflection matrix in formula (), about the plane ax + by + cz = 0, where u = (a, b, c) is a unit vector. Show that the matrix A = R u is a rotation and determine its axis and angle of rotation. Hint: this can be done without writing down any matrices, and very little calculation. Exercise 17.8 In two dimensions, an orthogonal matrix is either a rotation or a reflection. This is no longer true in three dimensions. (a) Show that the matrix A = is an orthogonal matrix that is neither a reflection nor a rotation. (b) In three dimensions, we have det( I) = 1, so any orthogonal matrix with determinant 1 is of the form A, where A is a rotation. For what kinds of rotations A is A a reflection? Exercise 17.9 How many orthogonal matrices have all their entries integers? How many of these are rotations? What are the axes of these rotations? The connection between this problem and the octahedron will be discussed in class. Exercise Show that if A is a rotation then for any two vectors u, v we have (Au) (Av) = A(u v). What is the analogous result if A is orthogonal but not a rotation? Hint: Use the formula u, v w = det[u v w]. 11
12 Exercise Let u be a unit vector in R 3. (a) Suppose w in R 3 is perpendicular to u. Show that u (u w) = w. (b) Suppose v is any vector in R 3. Show that u (u (u v)) = u v. Exercise 17.1 Show directly that equation (7) gives the desired rotation, without matrix computations. You can do this in the following steps. Prove: (a) Au = u. (b) For any v R 3 we have Av, Av = v, v. Hint: Use the fact that v, u w = u v, w for any three vectors u, v, w. (c) A is a rotation about u. (Use the continuity argument.) (d) If v is perpendicular to u then v, Av = v cos θ, v Av = v sin θ. (e) From (c) we know that A is rotation by some angle α. Use (d) to show that α = θ This problem was not on the assigned homework. It replaces the old which duplicated 1
Lectures notes on orthogonal matrices (with exercises) 92.222 - Linear Algebra II - Spring 2004 by D. Klain
Lectures notes on orthogonal matrices (with exercises) 92.222 - Linear Algebra II - Spring 2004 by D. Klain 1. Orthogonal matrices and orthonormal sets An n n real-valued matrix A is said to be an orthogonal
Recall the basic property of the transpose (for any A): v A t Aw = v w, v, w R n.
ORTHOGONAL MATRICES Informally, an orthogonal n n matrix is the n-dimensional analogue of the rotation matrices R θ in R 2. When does a linear transformation of R 3 (or R n ) deserve to be called a rotation?
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
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
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
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
Adding vectors We can do arithmetic with vectors. We ll start with vector addition and related operations. Suppose you have two vectors
1 Chapter 13. VECTORS IN THREE DIMENSIONAL SPACE Let s begin with some names and notation for things: R is the set (collection) of real numbers. We write x R to mean that x is a real number. A real number
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
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
[1] Diagonal factorization
8.03 LA.6: Diagonalization and Orthogonal Matrices [ Diagonal factorization [2 Solving systems of first order differential equations [3 Symmetric and Orthonormal Matrices [ Diagonal factorization Recall:
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,
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
Unified Lecture # 4 Vectors
Fall 2005 Unified Lecture # 4 Vectors These notes were written by J. Peraire as a review of vectors for Dynamics 16.07. They have been adapted for Unified Engineering by R. Radovitzky. References [1] Feynmann,
Lecture L3 - Vectors, Matrices and Coordinate Transformations
S. Widnall 16.07 Dynamics Fall 2009 Lecture notes based on J. Peraire Version 2.0 Lecture L3 - Vectors, Matrices and Coordinate Transformations By using vectors and defining appropriate operations between
Linear algebra and the geometry of quadratic equations. Similarity transformations and orthogonal matrices
MATH 30 Differential Equations Spring 006 Linear algebra and the geometry of quadratic equations Similarity transformations and orthogonal matrices First, some things to recall from linear algebra Two
Lecture 14: Section 3.3
Lecture 14: Section 3.3 Shuanglin Shao October 23, 2013 Definition. Two nonzero vectors u and v in R n are said to be orthogonal (or perpendicular) if u v = 0. We will also agree that the zero vector in
Lecture 1: Schur s Unitary Triangularization Theorem
Lecture 1: Schur s Unitary Triangularization Theorem This lecture introduces the notion of unitary equivalence and presents Schur s theorem and some of its consequences It roughly corresponds to Sections
3. Let A and B be two n n orthogonal matrices. Then prove that AB and BA are both orthogonal matrices. Prove a similar result for unitary matrices.
Exercise 1 1. Let A be an n n orthogonal matrix. Then prove that (a) the rows of A form an orthonormal basis of R n. (b) the columns of A form an orthonormal basis of R n. (c) for any two vectors x,y R
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
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
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
x1 x 2 x 3 y 1 y 2 y 3 x 1 y 2 x 2 y 1 0.
Cross product 1 Chapter 7 Cross product We are getting ready to study integration in several variables. Until now we have been doing only differential calculus. One outcome of this study will be our ability
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
9 Multiplication of Vectors: The Scalar or Dot Product
Arkansas Tech University MATH 934: Calculus III Dr. Marcel B Finan 9 Multiplication of Vectors: The Scalar or Dot Product Up to this point we have defined what vectors are and discussed basic notation
The Matrix Elements of a 3 3 Orthogonal Matrix Revisited
Physics 116A Winter 2011 The Matrix Elements of a 3 3 Orthogonal Matrix Revisited 1. Introduction In a class handout entitled, Three-Dimensional Proper and Improper Rotation Matrices, I provided a derivation
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
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.
LINEAR ALGEBRA. September 23, 2010
LINEAR ALGEBRA September 3, 00 Contents 0. LU-decomposition.................................... 0. Inverses and Transposes................................. 0.3 Column Spaces and NullSpaces.............................
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
Linear Algebra Review. Vectors
Linear Algebra Review By Tim K. Marks UCSD Borrows heavily from: Jana Kosecka [email protected] http://cs.gmu.edu/~kosecka/cs682.html Virginia de Sa Cogsci 8F Linear Algebra review UCSD Vectors The length
5. Orthogonal matrices
L Vandenberghe EE133A (Spring 2016) 5 Orthogonal matrices matrices with orthonormal columns orthogonal matrices tall matrices with orthonormal columns complex matrices with orthonormal columns 5-1 Orthonormal
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
LINEAR ALGEBRA W W L CHEN
LINEAR ALGEBRA W W L CHEN c W W L Chen, 1997, 2008 This chapter is available free to all individuals, on understanding that it is not to be used for financial gain, and may be downloaded and/or photocopied,
1 Symmetries of regular polyhedra
1230, notes 5 1 Symmetries of regular polyhedra Symmetry groups Recall: Group axioms: Suppose that (G, ) is a group and a, b, c are elements of G. Then (i) a b G (ii) (a b) c = a (b c) (iii) There is an
Chapter 20. Vector Spaces and Bases
Chapter 20. Vector Spaces and Bases In this course, we have proceeded step-by-step through low-dimensional Linear Algebra. We have looked at lines, planes, hyperplanes, and have seen that there is no limit
Inner Product Spaces and Orthogonality
Inner Product Spaces and Orthogonality week 3-4 Fall 2006 Dot product of R n The inner product or dot product of R n is a function, defined by u, v a b + a 2 b 2 + + a n b n for u a, a 2,, a n T, v b,
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
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
28 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. v x. u y v z u z v y u y u z. v y v z
28 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE 1.4 Cross Product 1.4.1 Definitions The cross product is the second multiplication operation between vectors we will study. The goal behind the definition
Eigenvalues and Eigenvectors
Chapter 6 Eigenvalues and Eigenvectors 6. Introduction to Eigenvalues Linear equations Ax D b come from steady state problems. Eigenvalues have their greatest importance in dynamic problems. The solution
1.3. DOT PRODUCT 19. 6. If θ is the angle (between 0 and π) between two non-zero vectors u and v,
1.3. DOT PRODUCT 19 1.3 Dot Product 1.3.1 Definitions and Properties The dot product is the first way to multiply two vectors. The definition we will give below may appear arbitrary. But it is not. It
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
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 +
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
Notes on Symmetric Matrices
CPSC 536N: Randomized Algorithms 2011-12 Term 2 Notes on Symmetric Matrices Prof. Nick Harvey University of British Columbia 1 Symmetric Matrices We review some basic results concerning symmetric matrices.
Computing Orthonormal Sets in 2D, 3D, and 4D
Computing Orthonormal Sets in 2D, 3D, and 4D David Eberly Geometric Tools, LLC http://www.geometrictools.com/ Copyright c 1998-2016. All Rights Reserved. Created: March 22, 2010 Last Modified: August 11,
THREE DIMENSIONAL GEOMETRY
Chapter 8 THREE DIMENSIONAL GEOMETRY 8.1 Introduction In this chapter we present a vector algebra approach to three dimensional geometry. The aim is to present standard properties of lines and planes,
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
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
1 2 3 1 1 2 x = + x 2 + x 4 1 0 1
(d) If the vector b is the sum of the four columns of A, write down the complete solution to Ax = b. 1 2 3 1 1 2 x = + x 2 + x 4 1 0 0 1 0 1 2. (11 points) This problem finds the curve y = C + D 2 t which
Orthogonal Projections
Orthogonal Projections and Reflections (with exercises) by D. Klain Version.. Corrections and comments are welcome! Orthogonal Projections Let X,..., X k be a family of linearly independent (column) vectors
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
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)(
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
Geometry of Vectors. 1 Cartesian Coordinates. Carlo Tomasi
Geometry of Vectors Carlo Tomasi This note explores the geometric meaning of norm, inner product, orthogonality, and projection for vectors. For vectors in three-dimensional space, we also examine the
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
Vector Math Computer Graphics Scott D. Anderson
Vector Math Computer Graphics Scott D. Anderson 1 Dot Product The notation v w means the dot product or scalar product or inner product of two vectors, v and w. In abstract mathematics, we can talk about
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
PYTHAGOREAN TRIPLES KEITH CONRAD
PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient
MAT 200, Midterm Exam Solution. a. (5 points) Compute the determinant of the matrix A =
MAT 200, Midterm Exam Solution. (0 points total) a. (5 points) Compute the determinant of the matrix 2 2 0 A = 0 3 0 3 0 Answer: det A = 3. The most efficient way is to develop the determinant along the
13.4 THE CROSS PRODUCT
710 Chapter Thirteen A FUNDAMENTAL TOOL: VECTORS 62. Use the following steps and the results of Problems 59 60 to show (without trigonometry) that the geometric and algebraic definitions of the dot product
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
Physics 235 Chapter 1. Chapter 1 Matrices, Vectors, and Vector Calculus
Chapter 1 Matrices, Vectors, and Vector Calculus In this chapter, we will focus on the mathematical tools required for the course. The main concepts that will be covered are: Coordinate transformations
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
MAT 1341: REVIEW II SANGHOON BAEK
MAT 1341: REVIEW II SANGHOON BAEK 1. Projections and Cross Product 1.1. Projections. Definition 1.1. Given a vector u, the rectangular (or perpendicular or orthogonal) components are two vectors u 1 and
Section 1.1. Introduction to R n
The Calculus of Functions of Several Variables Section. Introduction to R n Calculus is the study of functional relationships and how related quantities change with each other. In your first exposure to
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
Numerical Analysis Lecture Notes
Numerical Analysis Lecture Notes Peter J. Olver 6. Eigenvalues and Singular Values In this section, we collect together the basic facts about eigenvalues and eigenvectors. From a geometrical viewpoint,
Chapter 6. Linear Transformation. 6.1 Intro. to Linear Transformation
Chapter 6 Linear Transformation 6 Intro to Linear Transformation Homework: Textbook, 6 Ex, 5, 9,, 5,, 7, 9,5, 55, 57, 6(a,b), 6; page 7- In this section, we discuss linear transformations 89 9 CHAPTER
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
Math 215 HW #6 Solutions
Math 5 HW #6 Solutions Problem 34 Show that x y is orthogonal to x + y if and only if x = y Proof First, suppose x y is orthogonal to x + y Then since x, y = y, x In other words, = x y, x + y = (x y) T
MATH 423 Linear Algebra II Lecture 38: Generalized eigenvectors. Jordan canonical form (continued).
MATH 423 Linear Algebra II Lecture 38: Generalized eigenvectors Jordan canonical form (continued) Jordan canonical form A Jordan block is a square matrix of the form λ 1 0 0 0 0 λ 1 0 0 0 0 λ 0 0 J = 0
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
Geometric Transformations
Geometric Transformations Definitions Def: f is a mapping (function) of a set A into a set B if for every element a of A there exists a unique element b of B that is paired with a; this pairing is denoted
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
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
α = u v. In other words, Orthogonal Projection
Orthogonal Projection Given any nonzero vector v, it is possible to decompose an arbitrary vector u into a component that points in the direction of v and one that points in a direction orthogonal to v
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
r (t) = 2r(t) + sin t θ (t) = r(t) θ(t) + 1 = 1 1 θ(t) 1 9.4.4 Write the given system in matrix form x = Ax + f ( ) sin(t) x y 1 0 5 z = dy cos(t)
Solutions HW 9.4.2 Write the given system in matrix form x = Ax + f r (t) = 2r(t) + sin t θ (t) = r(t) θ(t) + We write this as ( ) r (t) θ (t) = ( ) ( ) 2 r(t) θ(t) + ( ) sin(t) 9.4.4 Write the given system
Solution to Homework 2
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 1.4 1. Compute the following, if
Orthogonal Projections and Orthonormal Bases
CS 3, HANDOUT -A, 3 November 04 (adjusted on 7 November 04) Orthogonal Projections and Orthonormal Bases (continuation of Handout 07 of 6 September 04) Definition (Orthogonality, length, unit vectors).
Section 4.4 Inner Product Spaces
Section 4.4 Inner Product Spaces In our discussion of vector spaces the specific nature of F as a field, other than the fact that it is a field, has played virtually no role. In this section we no longer
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
Examination paper for TMA4115 Matematikk 3
Department of Mathematical Sciences Examination paper for TMA45 Matematikk 3 Academic contact during examination: Antoine Julien a, Alexander Schmeding b, Gereon Quick c Phone: a 73 59 77 82, b 40 53 99
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
MA106 Linear Algebra lecture notes
MA106 Linear Algebra lecture notes Lecturers: Martin Bright and Daan Krammer Warwick, January 2011 Contents 1 Number systems and fields 3 1.1 Axioms for number systems......................... 3 2 Vector
4.5 Linear Dependence and Linear Independence
4.5 Linear Dependence and Linear Independence 267 32. {v 1, v 2 }, where v 1, v 2 are collinear vectors in R 3. 33. Prove that if S and S are subsets of a vector space V such that S is a subset of S, then
LS.6 Solution Matrices
LS.6 Solution Matrices In the literature, solutions to linear systems often are expressed using square matrices rather than vectors. You need to get used to the terminology. As before, we state the definitions
LINEAR ALGEBRA W W L CHEN
LINEAR ALGEBRA W W L CHEN c W W L Chen, 1982, 2008. This chapter originates from material used by author at Imperial College, University of London, between 1981 and 1990. It is available free to all individuals,
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 + +
Dot product and vector projections (Sect. 12.3) There are two main ways to introduce the dot product
Dot product and vector projections (Sect. 12.3) Two definitions for the dot product. Geometric definition of dot product. Orthogonal vectors. Dot product and orthogonal projections. Properties of the dot
v 1 v 3 u v = (( 1)4 (3)2, [1(4) ( 2)2], 1(3) ( 2)( 1)) = ( 10, 8, 1) (d) u (v w) = (u w)v (u v)w (Relationship between dot and cross product)
0.1 Cross Product The dot product of two vectors is a scalar, a number in R. Next we will define the cross product of two vectors in 3-space. This time the outcome will be a vector in 3-space. Definition
4: EIGENVALUES, EIGENVECTORS, DIAGONALIZATION
4: EIGENVALUES, EIGENVECTORS, DIAGONALIZATION STEVEN HEILMAN Contents 1. Review 1 2. Diagonal Matrices 1 3. Eigenvectors and Eigenvalues 2 4. Characteristic Polynomial 4 5. Diagonalizability 6 6. Appendix:
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
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
Section V.3: Dot Product
Section V.3: Dot Product Introduction So far we have looked at operations on a single vector. There are a number of ways to combine two vectors. Vector addition and subtraction will not be covered here,
Problem Set 5 Due: In class Thursday, Oct. 18 Late papers will be accepted until 1:00 PM Friday.
Math 312, Fall 2012 Jerry L. Kazdan Problem Set 5 Due: In class Thursday, Oct. 18 Late papers will be accepted until 1:00 PM Friday. In addition to the problems below, you should also know how to solve
Section 9.5: Equations of Lines and Planes
Lines in 3D Space Section 9.5: Equations of Lines and Planes Practice HW from Stewart Textbook (not to hand in) p. 673 # 3-5 odd, 2-37 odd, 4, 47 Consider the line L through the point P = ( x, y, ) that
Factoring Patterns in the Gaussian Plane
Factoring Patterns in the Gaussian Plane Steve Phelps Introduction This paper describes discoveries made at the Park City Mathematics Institute, 00, as well as some proofs. Before the summer I understood
