MATH1231 Algebra, 2015 Chapter 7: Linear maps

Size: px
Start display at page:

Download "MATH1231 Algebra, 2015 Chapter 7: Linear maps"

Transcription

1 MATH1231 Algebra, 2015 Chapter 7: Linear maps A/Prof. Daniel Chan School of Mathematics and Statistics University of New South Wales Daniel Chan (UNSW) MATH1231 Algebra 1 / 43

2 Chapter overview Consider vector spaces V, W over the same set of scalars F. Consider a function T : V W. Recall V is the domain of T & W the codomain of T. In this chapter, we consider special functions where the graph is a subspace (so in particular is not curved), e.g. T : R 2 R defined by T ( x y) = 2x 3y has graph z = 2x 3y which is a subspace of R 3 being a plane through 0. These functions will be called linear maps or linear transformations. This will allow us to generalise systems of linear equations with matrix form Ax = b to linear equations of the form T x = b where b W, x V. Daniel Chan (UNSW) 7.1 Introduction to Linear Maps 2 / 43

3 Addition Condition To define linear maps we first consider Addition Condition. We say T : V W satisfies the addition condition, if T (v + v ) = T (v) + T (v ) for all v, v V. E.g. T : R 2 R defined by T ( x y) = 2x 3y satisfies the addn condn since given ( ) ( x y, x ) y R 2 (( ) ( )) x x T + y y = ( ) x T ( x y ) + T y Warning The + on the two sides of the equation are different! = Daniel Chan (UNSW) 7.1 Introduction to Linear Maps 3 / 43

4 Scalar Multiplication Condition Scalar Multiplication Condition. We say T : V W satisfies the scalar multiplication condition, if T (λv) = λt (v) for all λ F and v V. E.g. T : R 2 R defined by T ( x y) = 2x 3y satisfies the scalar multn condn since given ( x y) R 2, λ R ( ( )) x T λ = y ( ) x λt = y Warning The scalar multn on the two sides of the eqn are different! Daniel Chan (UNSW) 7.1 Introduction to Linear Maps 4 / 43

5 Linear Transformation Definition Let V and W be vector spaces /F. A function T : V W is called a linear map or a linear transformation if the following two conditions are satisfied. Addition Condition. T (v + v ) = T (v) + T (v ) for all v, v V, and Scalar Multiplication Condition. T (λv) = λt (v) for all λ F and v V. E.g. We see now that T : R 2 R defined by T ( x y) = 2x 3y is linear. Daniel Chan (UNSW) 7.1 Introduction to Linear Maps 5 / 43

6 Sample question: showing a function is linear. Example Show that the function T : R 3 R 2 defined by ( ) x 4x2 3x 1 T (x) = 3 for x = x x 1 + 2x 2 R 3 2 x 3 is a linear map. Solution Daniel Chan (UNSW) 7.1 Introduction to Linear Maps 6 / 43

7 Solution (Continued) Daniel Chan (UNSW) 7.1 Introduction to Linear Maps 7 / 43

8 Solution (Continued) Daniel Chan (UNSW) 7.1 Introduction to Linear Maps 8 / 43

9 Linear maps preserve zero. Proposition. If T : V W is a linear map, then T (0) = 0. Proof. T (0) = T (00) = 0T (0) = 0. Example Show that the function T : R 2 R 3 defined by T not linear. Soln ( x1 x 2 ) x 1 + x 2 = x 2 2 is x 1 Daniel Chan (UNSW) 7.1 Introduction to Linear Maps 9 / 43

10 Another non-linear example Example Show that the function T : R 2 R 2 defined by ( ) ( ) x1 x1 + x T = 2 x 2 is not linear. Solution Note T (0) = 0 tells you nothing about whether T is linear or not. x 2 2 Daniel Chan (UNSW) 7.1 Introduction to Linear Maps 10 / 43

11 Alternate characterisation of linearity We can combine the addn condn & scalar multn condn into one! Theorem Let V, W be vector spaces /F. The function T : V W is a linear map iff for all λ F and v 1, v 2 V T (λv 1 + v 2 ) = λt (v 1 ) + T (v 2 ). Remark This means that a linear map T has the special property that it sends the line x = a + λv to the line x = T a + λt v or point T a if T v = 0. E.g. Differentation is a linear map. More precisely, we define T : P P by Tp = dp dx. Then for p, q P, λ R T (λp + q) = Daniel Chan (UNSW) 7.1 Introduction to Linear Maps 11 / 43

12 Theorem If T : V W is a linear map, S = {v 1,..., v n } is a subset of V and λ 1,..., λ n are scalars, then Example T (λ 1 v λ n v n ) = λ 1 T (v 1 ) + + λ n T (v n ). If T : R 2 R 2 a function such that ( ) ( ) ( ) T =, T = Show that T is not linear. Solution ( ) 1, T 1 ( ) 3 = 1 ( ) 3. 2 Daniel Chan (UNSW) 7.1 Introduction to Linear Maps 12 / 43

13 Solution (Continued) Daniel Chan (UNSW) 7.1 Introduction to Linear Maps 13 / 43

14 Example Given that T is a linear map and 1 ( ) 0 ( ) T 0 1 =, T 1 2 =, T x Find T y. z Solution 0 0 = 1 ( ) 0. 3 Daniel Chan (UNSW) 7.1 Introduction to Linear Maps 14 / 43

15 Linear maps are determined by the values on a spanning set The previous example illustrates the following general result. Theorem Let T : V W be a linear map and S = {v 1,..., v m } be a spanning set for V. Then T is completely determined by the m values T v 1,..., T v m. You might wish to compare with the following related result: An affine linear function f (x) = mx + b is determined by two of its values f (x 1 ), f (x 2 ), since its graph is a line which is determined by two points. Daniel Chan (UNSW) 7.1 Introduction to Linear Maps 15 / 43

16 Matrices define Linear Maps Theorem For each m n matrix A, the function T A : R n R m, defined by T A (x) = Ax for x R n, is a linear map called the associated linear map. Proof. Daniel Chan (UNSW) 7.2 Linear Maps and Matrices 16 / 43

17 Example of reflection Example ( ) 1 0 Let A =, describe the associated linear map T 0 1 A geometrically as a mapping R 2 R 2. Solution Daniel Chan (UNSW) 7.2 Linear Maps and Matrices 17 / 43

18 Matrix Representation Theorem Conversely, given a linear transformation T : R n R m, we can find an m n matrix A such that T (x) = Ax for all x R n.in this case, we say A is a matrix representing T. Example Given that T : R 2 R 3 defined by T the matrix A representing T. Solution ( ) x + 2y x = 2x y is linear. Find y y Daniel Chan (UNSW) 7.2 Linear Maps and Matrices 18 / 43

19 Formula for representing matrix Theorem Let T : R n R m be a linear map and let the vectors e j for 1 j n be the standard basis vectors for R n. Then the m n matrix has the property that A = (T e 1 T e 2... T e n ) T (x) = Ax for all x R n. E.g. In the example of the previous slide, 1 2 T e 1 = 2, T e 2 = 1 so the representing matrix is 0 1 Daniel Chan (UNSW) 7.2 Linear Maps and Matrices 19 / 43

20 Stretching and Compressing A 5-point star with vertices A(1, 5), B(4, 3), C(3, 1), D( 1, 1) and E( 2, 3). Daniel Chan (UNSW) 7.3 Linear maps from geometry 20 / 43

21 Example Find and draw the image of( the 5-point ) star under the linear map T M defined by the matrix M =. 0 2 Solution Daniel Chan (UNSW) 7.3 Linear maps from geometry 21 / 43

22 Solution (Continued) Daniel Chan (UNSW) 7.3 Linear maps from geometry 22 / 43

23 Rotation about 0 is linear Consider the map R α, which rotates the R 2 plane through an angle α anticlockwise about the origin. One can show geometrically that R α is a linear map see Section 7.3. example 3. Example Find the matrix A representing R α. Solution Daniel Chan (UNSW) 7.3 Linear maps from geometry 23 / 43

24 Projection onto b is linear Recall given given b R n we have a projection map proj b : R n R n which sends x proj b x. Proposition proj b x = 1 b 2 bbt x Hence proj b is linear being the linear map associated to the matrix Proof. Note A = 1 b 2 bbt. Ax = 1 b 2 bbt x = 1 b x b(b x) = b 2 b 2 b = proj bx from the formula for proj b x given in MATH1131 Daniel Chan (UNSW) 7.3 Linear maps from geometry 24 / 43

25 Sample projection Example ( ) 1 Let b = and T = proj 0 b : R 2 R 2. i) Find the matrix A representing T. ii) Check your answer by computing the linear map associated to the matrix A you found. Solution Daniel Chan (UNSW) 7.3 Linear maps from geometry 25 / 43

26 Kernels of linear maps Let T : V W be a linear map. Proposition-Definition The kernel of T (written ker(t ) of ker T ) is the set, ker(t ) = {v V T (v) = 0} V. Let A M mn (R) & T A : R n R m be the assoc linear map. We define kert is a subspace of V. E.g. Is ( 1 2) in ker(2 1)? kera = kert A = {v R n : Av = 0}. E.g. Consider the differentiation map T : P P, (Tp)(x) = p (x). kert = {p P dp dx = 0} = P 0 the subspace of all constant polynomials. Daniel Chan (UNSW) 7.4 Subspaces Associated with Linear Maps 26 / 43

27 Proof that kernels are subspaces Let T : V W be a linear map. We prove that kert is a subspace of V by checking closure axioms. Proof. Daniel Chan (UNSW) 7.4 Subspaces Associated with Linear Maps 27 / 43

28 Images of linear maps Let T : V W be a linear map. Proposition-Definition The image of T is the set of all function values of T, that is, im(t ) = {w W : w = T (v) for some v V } W. Let A M mn (R) & T A : R n R m be the assoc linear map. We define im A = im T A = {b R m : b = Ax for some x R n } = col(a). imt is a subspace of W. Remark Proof omitted, but note we already know col(a) is a subspace as it is the span of the columns of A. Daniel Chan (UNSW) 7.4 Subspaces Associated with Linear Maps 28 / 43

29 Verifying whether or not vectors lie in the image Example Let A = 0 1, b = 1. Is b im A? Solution The question amounts to asking: Can we write b = Ax for some x R 2? i.e. Can we solve Ax = b. Daniel Chan (UNSW) 7.4 Subspaces Associated with Linear Maps 29 / 43

30 Finding Bases for Kernels & Images. Example Let Find bases for ker(a) and im(a) = col(a) Solution = U The row echelon form U has first & third columns leading. Daniel Chan (UNSW) 7.4 Subspaces Associated with Linear Maps 30 / 43

31 Solution (Continued) Daniel Chan (UNSW) 7.4 Subspaces Associated with Linear Maps 31 / 43

32 Solution (Continued) Daniel Chan (UNSW) 7.4 Subspaces Associated with Linear Maps 32 / 43

33 Why study kernels & image? imt tells you about existence of solutions. T x = b has a solution iff b imt. kert tells you about uniqueness of solutions. T x = 0 has unique solution x = 0 iff kert = 0. We ll see later, that it also tells you about solutions to T x = b. Daniel Chan (UNSW) 7.4 Subspaces Associated with Linear Maps 33 / 43

34 Rank and Nullity Let T : V W be a linear map & A a matrix with associated linear map T A. Definition The nullity of T is nullity(t ) = dim ker(t ). The nullity of A is nullity(a) = nullity(t A ) = dim ker(a). The rank of T is rank(t ) = dim im(t ). The rank of A is rank(a) = rank(t A ) = dim im(a). Daniel Chan (UNSW) 7.4 Subspaces Associated with Linear Maps 34 / 43

35 Rank, Nullity example Example (Continued from the example on p.30) Let A = Find nullity(a) and rank(a) Solution A basis for im A was Recall a basis for ker A had Note that the basis vectors for im A corresponded to the leading columns of the row-echelon form U whilst the basis vectors for ker A corresponded to the non-leading columns. Daniel Chan (UNSW) 7.4 Subspaces Associated with Linear Maps 35 / 43

36 Rank & Nullity from the row-echelon form The previous examples illustrates Key Lemma Let A be an m n matrix which reduces to a row-echelon form U. 1 nullity(a) = no. parameters in the general soln to Ax = 0 = the number of non-leading columns of U. 2 rank(a) = the maximal no. independent columns of A = the number of leading columns of U. Daniel Chan (UNSW) 7.4 Subspaces Associated with Linear Maps 36 / 43

37 Rank-Nullity Theorem Our key lemma gives Theorem (Rank-nullity Theorem for Matrices) If A is an m n matrix, then rank(a) + nullity(a) = n. Proof. This can be used to prove more generally, Theorem (Rank-nullity Theorem for Linear Maps) Let T : V W be a linear map with V finite dimensional. Then rank(t ) + nullity(t ) = dim(v ). Daniel Chan (UNSW) 7.4 Subspaces Associated with Linear Maps 37 / 43

38 Example of rank-nullity theorem Example ( ) 1 Let b = and T : R 1 2 R 2 be the projection map proj b. Verify the rank-nullity theorem in this case. Solution Daniel Chan (UNSW) 7.4 Subspaces Associated with Linear Maps 38 / 43

39 Nature of solutions to Ax = b Our key lemma also gives Theorem The equation Ax = b has: 1 no solution if rank(a) rank([a b]), and 2 at least one solution if rank(a) = rank([a b]). Further, i) if nullity(a) = 0 the solution is unique, whereas, ii) if nullity(a) = ν > 0, then the general solution is of the form x = x p + λ 1 k λ ν k ν for λ 1,..., λ ν R, where x p is any solution of Ax = b, and where {k 1,..., k ν } is a basis for ker(a). Daniel Chan (UNSW) 7.4 Subspaces Associated with Linear Maps 39 / 43

40 A theoretical application of rank-nullity theorem Example Prove that if T : R n R n is linear, then the following are equivalent. a) For all b R n, there is at least one solution to T x = b. b) For all b R n, there is at most one solution to T x = b Solution Daniel Chan (UNSW) 7.4 Subspaces Associated with Linear Maps 40 / 43

41 Linear Differential Equations Q In what sense are second order linear differential equations linear? A They involve the linear map T : C 2 [R] C[R], where C 2 [R] is the vector space of all R-valued functions with continuous second derivatives and C[R] is the vector space of all continuous R-valued functions T (y) = a d 2 y dx 2 + b dy dx + cy, where a, b, c R. In this case, ker(t ) is the solution set of the ODE a d 2 y dx 2 + b dy + cy = 0, where a, b, c R. dx Hence the homogeneous solution is a vector space. Furthermore, it is of dimension 2 i.e. nullity(t ) = 2. We can also apply similar ideas for the solution to Ax = b to get the solution to a d 2 y dx 2 + b dy dx + cy = f (x), where a, b, c R. Daniel Chan (UNSW) 7.5 Further Applications and Examples 41 / 43

42 Example involving polynomials To study boundary value problems, it s useful to study linear maps such as the one below. Example The function T : P 2 R 2 is defined by Tp = ( p(1) ) p (1) a) Prove that T is linear. b) Find ker(t ) and Im(T ). c) Verify the rank-nullity theorem in this case. Solution Daniel Chan (UNSW) 7.5 Further Applications and Examples 42 / 43

43 Solution (Continued) Daniel Chan (UNSW) 7.5 Further Applications and Examples 43 / 43

NOTES ON LINEAR TRANSFORMATIONS

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

More information

LINEAR ALGEBRA W W L CHEN

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,

More information

( ) which must be a vector

( ) which must be a vector MATH 37 Linear Transformations from Rn to Rm Dr. Neal, WKU Let T : R n R m be a function which maps vectors from R n to R m. Then T is called a linear transformation if the following two properties are

More information

Mathematics Course 111: Algebra I Part IV: Vector Spaces

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

More information

Methods for Finding Bases

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,

More information

1 Sets and Set Notation.

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

More information

MATH 304 Linear Algebra Lecture 18: Rank and nullity of a matrix.

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

More information

T ( a i x i ) = a i T (x i ).

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)

More information

MA106 Linear Algebra lecture notes

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

More information

1 0 5 3 3 A = 0 0 0 1 3 0 0 0 0 0 0 0 0 0 0

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

More information

Recall that two vectors in are perpendicular or orthogonal provided that their dot

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

More information

Orthogonal Projections and Orthonormal Bases

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

More information

4.5 Linear Dependence and Linear Independence

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

More information

α = u v. In other words, Orthogonal Projection

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

More information

160 CHAPTER 4. VECTOR SPACES

160 CHAPTER 4. VECTOR SPACES 160 CHAPTER 4. VECTOR SPACES 4. Rank and Nullity In this section, we look at relationships between the row space, column space, null space of a matrix and its transpose. We will derive fundamental results

More information

3. INNER PRODUCT SPACES

3. INNER PRODUCT SPACES . INNER PRODUCT SPACES.. Definition So far we have studied abstract vector spaces. These are a generalisation of the geometric spaces R and R. But these have more structure than just that of a vector space.

More information

Similarity and Diagonalization. Similar Matrices

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

More information

Orthogonal Diagonalization of Symmetric Matrices

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

More information

1 VECTOR SPACES AND SUBSPACES

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

More information

Solutions to Math 51 First Exam January 29, 2015

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

More information

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

More information

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

More information

Inner Product Spaces

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

More information

Linear Algebra Notes

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

More information

Math 312 Homework 1 Solutions

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

More information

Orthogonal Projections

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

More information

Chapter 6. Linear Transformation. 6.1 Intro. to Linear Transformation

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

More information

Inner Product Spaces and Orthogonality

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,

More information

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

More information

These axioms must hold for all vectors ū, v, and w in V and all scalars c and d.

These axioms must hold for all vectors ū, v, and w in V and all scalars c and d. DEFINITION: A vector space is a nonempty set V of objects, called vectors, on which are defined two operations, called addition and multiplication by scalars (real numbers), subject to the following axioms

More information

Matrix Representations of Linear Transformations and Changes of Coordinates

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

More information

Math 333 - Practice Exam 2 with Some Solutions

Math 333 - Practice Exam 2 with Some Solutions Math 333 - Practice Exam 2 with Some Solutions (Note that the exam will NOT be this long) Definitions (0 points) Let T : V W be a transformation Let A be a square matrix (a) Define T is linear (b) Define

More information

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

More information

by the matrix A results in a vector which is a reflection of the given

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

More information

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.

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

More information

MATH2210 Notebook 1 Fall Semester 2016/2017. 1 MATH2210 Notebook 1 3. 1.1 Solving Systems of Linear Equations... 3

MATH2210 Notebook 1 Fall Semester 2016/2017. 1 MATH2210 Notebook 1 3. 1.1 Solving Systems of Linear Equations... 3 MATH0 Notebook Fall Semester 06/07 prepared by Professor Jenny Baglivo c Copyright 009 07 by Jenny A. Baglivo. All Rights Reserved. Contents MATH0 Notebook 3. Solving Systems of Linear Equations........................

More information

Lecture 14: Section 3.3

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

More information

Linear Maps. Isaiah Lankham, Bruno Nachtergaele, Anne Schilling (February 5, 2007)

Linear Maps. Isaiah Lankham, Bruno Nachtergaele, Anne Schilling (February 5, 2007) MAT067 University of California, Davis Winter 2007 Linear Maps Isaiah Lankham, Bruno Nachtergaele, Anne Schilling (February 5, 2007) As we have discussed in the lecture on What is Linear Algebra? one of

More information

Section 1.7 22 Continued

Section 1.7 22 Continued Section 1.5 23 A homogeneous equation is always consistent. TRUE - The trivial solution is always a solution. The equation Ax = 0 gives an explicit descriptions of its solution set. FALSE - The equation

More information

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1

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

More information

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

More information

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

More information

Math 215 HW #6 Solutions

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

More information

Systems of Linear Equations

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

More information

CITY UNIVERSITY LONDON. BEng Degree in Computer Systems Engineering Part II BSc Degree in Computer Systems Engineering Part III PART 2 EXAMINATION

CITY UNIVERSITY LONDON. BEng Degree in Computer Systems Engineering Part II BSc Degree in Computer Systems Engineering Part III PART 2 EXAMINATION No: CITY UNIVERSITY LONDON BEng Degree in Computer Systems Engineering Part II BSc Degree in Computer Systems Engineering Part III PART 2 EXAMINATION ENGINEERING MATHEMATICS 2 (resit) EX2005 Date: August

More information

Math 241, Exam 1 Information.

Math 241, Exam 1 Information. Math 241, Exam 1 Information. 9/24/12, LC 310, 11:15-12:05. Exam 1 will be based on: Sections 12.1-12.5, 14.1-14.3. The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/241fa12/241.html)

More information

Chapter 17. Orthogonal Matrices and Symmetries of Space

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

More information

CONTROLLABILITY. Chapter 2. 2.1 Reachable Set and Controllability. Suppose we have a linear system described by the state equation

CONTROLLABILITY. Chapter 2. 2.1 Reachable Set and Controllability. Suppose we have a linear system described by the state equation Chapter 2 CONTROLLABILITY 2 Reachable Set and Controllability Suppose we have a linear system described by the state equation ẋ Ax + Bu (2) x() x Consider the following problem For a given vector x in

More information

Row Ideals and Fibers of Morphisms

Row Ideals and Fibers of Morphisms Michigan Math. J. 57 (2008) Row Ideals and Fibers of Morphisms David Eisenbud & Bernd Ulrich Affectionately dedicated to Mel Hochster, who has been an inspiration to us for many years, on the occasion

More information

ISOMETRIES OF R n KEITH CONRAD

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

More information

Classification of Cartan matrices

Classification of Cartan matrices Chapter 7 Classification of Cartan matrices In this chapter we describe a classification of generalised Cartan matrices This classification can be compared as the rough classification of varieties in terms

More information

Section 6.1 - Inner Products and Norms

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,

More information

Adding vectors We can do arithmetic with vectors. We ll start with vector addition and related operations. Suppose you have two vectors

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

More information

Notes on Orthogonal and Symmetric Matrices MENU, Winter 2013

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,

More information

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.

a 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

More information

MAT 200, Midterm Exam Solution. a. (5 points) Compute the determinant of the matrix A =

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

More information

Vector Spaces 4.4 Spanning and Independence

Vector Spaces 4.4 Spanning and Independence Vector Spaces 4.4 and Independence October 18 Goals Discuss two important basic concepts: Define linear combination of vectors. Define Span(S) of a set S of vectors. Define linear Independence of a set

More information

Problem Set 5 Due: In class Thursday, Oct. 18 Late papers will be accepted until 1:00 PM Friday.

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

More information

Solving Systems of Linear Equations

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

More information

Chapter 6. Orthogonality

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

More information

MATH 551 - APPLIED MATRIX THEORY

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

More information

Modélisation et résolutions numérique et symbolique

Modélisation et résolutions numérique et symbolique Modélisation et résolutions numérique et symbolique via les logiciels Maple et Matlab Jeremy Berthomieu Mohab Safey El Din Stef Graillat Mohab.Safey@lip6.fr Outline Previous course: partial review of what

More information

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

More information

Applied Linear Algebra I Review page 1

Applied Linear Algebra I Review page 1 Applied Linear Algebra Review 1 I. Determinants A. Definition of a determinant 1. Using sum a. Permutations i. Sign of a permutation ii. Cycle 2. Uniqueness of the determinant function in terms of properties

More information

Linear Algebra Done Wrong. Sergei Treil. Department of Mathematics, Brown University

Linear Algebra Done Wrong. Sergei Treil. Department of Mathematics, Brown University Linear Algebra Done Wrong Sergei Treil Department of Mathematics, Brown University Copyright c Sergei Treil, 2004, 2009, 2011, 2014 Preface The title of the book sounds a bit mysterious. Why should anyone

More information

CURVES WHOSE SECANT DEGREE IS ONE IN POSITIVE CHARACTERISTIC. 1. Introduction

CURVES WHOSE SECANT DEGREE IS ONE IN POSITIVE CHARACTERISTIC. 1. Introduction Acta Math. Univ. Comenianae Vol. LXXXI, 1 (2012), pp. 71 77 71 CURVES WHOSE SECANT DEGREE IS ONE IN POSITIVE CHARACTERISTIC E. BALLICO Abstract. Here we study (in positive characteristic) integral curves

More information

Solutions to Assignment 10

Solutions to Assignment 10 Soltions to Assignment Math 27, Fall 22.4.8 Define T : R R by T (x) = Ax where A is a matrix with eigenvales and -2. Does there exist a basis B for R sch that the B-matrix for T is a diagonal matrix? We

More information

8 Square matrices continued: Determinants

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

More information

Math 4310 Handout - Quotient Vector Spaces

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

More information

Subspaces of R n LECTURE 7. 1. Subspaces

Subspaces of R n LECTURE 7. 1. Subspaces LECTURE 7 Subspaces of R n Subspaces Definition 7 A subset W of R n is said to be closed under vector addition if for all u, v W, u + v is also in W If rv is in W for all vectors v W and all scalars r

More information

is in plane V. However, it may be more convenient to introduce a plane coordinate system in V.

is in plane V. However, it may be more convenient to introduce a plane coordinate system in V. .4 COORDINATES EXAMPLE Let V be the plane in R with equation x +2x 2 +x 0, a two-dimensional subspace of R. We can describe a vector in this plane by its spatial (D)coordinates; for example, vector x 5

More information

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.

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

More information

5 Homogeneous systems

5 Homogeneous systems 5 Homogeneous systems Definition: A homogeneous (ho-mo-jeen -i-us) system of linear algebraic equations is one in which all the numbers on the right hand side are equal to : a x +... + a n x n =.. a m

More information

Section 1.1. Introduction to R n

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

More information

Recall the basic property of the transpose (for any A): v A t Aw = v w, v, w R n.

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?

More information

Applied Linear Algebra

Applied Linear Algebra Applied Linear Algebra OTTO BRETSCHER http://www.prenhall.com/bretscher Chapter 7 Eigenvalues and Eigenvectors Chia-Hui Chang Email: chia@csie.ncu.edu.tw National Central University, Taiwan 7.1 DYNAMICAL

More information

Introduction to Algebraic Geometry. Bézout s Theorem and Inflection Points

Introduction to Algebraic Geometry. Bézout s Theorem and Inflection Points Introduction to Algebraic Geometry Bézout s Theorem and Inflection Points 1. The resultant. Let K be a field. Then the polynomial ring K[x] is a unique factorisation domain (UFD). Another example of a

More information

Arithmetic and Algebra of Matrices

Arithmetic and Algebra of Matrices Arithmetic and Algebra of Matrices Math 572: Algebra for Middle School Teachers The University of Montana 1 The Real Numbers 2 Classroom Connection: Systems of Linear Equations 3 Rational Numbers 4 Irrational

More information

BANACH AND HILBERT SPACE REVIEW

BANACH AND HILBERT SPACE REVIEW BANACH AND HILBET SPACE EVIEW CHISTOPHE HEIL These notes will briefly review some basic concepts related to the theory of Banach and Hilbert spaces. We are not trying to give a complete development, but

More information

Solving Linear Systems, Continued and The Inverse of a Matrix

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

More information

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

More information

Examination paper for TMA4115 Matematikk 3

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

More information

18.06 Problem Set 4 Solution Due Wednesday, 11 March 2009 at 4 pm in 2-106. Total: 175 points.

18.06 Problem Set 4 Solution Due Wednesday, 11 March 2009 at 4 pm in 2-106. Total: 175 points. 806 Problem Set 4 Solution Due Wednesday, March 2009 at 4 pm in 2-06 Total: 75 points Problem : A is an m n matrix of rank r Suppose there are right-hand-sides b for which A x = b has no solution (a) What

More information

Name: Section Registered In:

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

More information

1 Introduction to Matrices

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

More information

Geometric Transformations

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

More information

IRREDUCIBLE OPERATOR SEMIGROUPS SUCH THAT AB AND BA ARE PROPORTIONAL. 1. Introduction

IRREDUCIBLE OPERATOR SEMIGROUPS SUCH THAT AB AND BA ARE PROPORTIONAL. 1. Introduction IRREDUCIBLE OPERATOR SEMIGROUPS SUCH THAT AB AND BA ARE PROPORTIONAL R. DRNOVŠEK, T. KOŠIR Dedicated to Prof. Heydar Radjavi on the occasion of his seventieth birthday. Abstract. Let S be an irreducible

More information

How To Prove The Dirichlet Unit Theorem

How To Prove The Dirichlet Unit Theorem Chapter 6 The Dirichlet Unit Theorem As usual, we will be working in the ring B of algebraic integers of a number field L. Two factorizations of an element of B are regarded as essentially the same if

More information

GROUP ALGEBRAS. ANDREI YAFAEV

GROUP ALGEBRAS. ANDREI YAFAEV GROUP ALGEBRAS. ANDREI YAFAEV We will associate a certain algebra to a finite group and prove that it is semisimple. Then we will apply Wedderburn s theory to its study. Definition 0.1. Let G be a finite

More information

x + y + z = 1 2x + 3y + 4z = 0 5x + 6y + 7z = 3

x + y + z = 1 2x + 3y + 4z = 0 5x + 6y + 7z = 3 Math 24 FINAL EXAM (2/9/9 - SOLUTIONS ( Find the general solution to the system of equations 2 4 5 6 7 ( r 2 2r r 2 r 5r r x + y + z 2x + y + 4z 5x + 6y + 7z 2 2 2 2 So x z + y 2z 2 and z is free. ( r

More information

On the representability of the bi-uniform matroid

On the representability of the bi-uniform matroid On the representability of the bi-uniform matroid Simeon Ball, Carles Padró, Zsuzsa Weiner and Chaoping Xing August 3, 2012 Abstract Every bi-uniform matroid is representable over all sufficiently large

More information

16.3 Fredholm Operators

16.3 Fredholm Operators Lectures 16 and 17 16.3 Fredholm Operators A nice way to think about compact operators is to show that set of compact operators is the closure of the set of finite rank operator in operator norm. In this

More information

Notes from February 11

Notes from February 11 Notes from February 11 Math 130 Course web site: www.courses.fas.harvard.edu/5811 Two lemmas Before proving the theorem which was stated at the end of class on February 8, we begin with two lemmas. The

More information

Lecture Notes 2: Matrices as Systems of Linear Equations

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

More information

Linear Algebra I. Ronald van Luijk, 2012

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.

More information

Numerical Analysis Lecture Notes

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,

More information

MCS 563 Spring 2014 Analytic Symbolic Computation Wednesday 9 April. Hilbert Polynomials

MCS 563 Spring 2014 Analytic Symbolic Computation Wednesday 9 April. Hilbert Polynomials Hilbert Polynomials For a monomial ideal, we derive the dimension counting the monomials in the complement, arriving at the notion of the Hilbert polynomial. The first half of the note is derived from

More information

4: SINGLE-PERIOD MARKET MODELS

4: SINGLE-PERIOD MARKET MODELS 4: SINGLE-PERIOD MARKET MODELS Ben Goldys and Marek Rutkowski School of Mathematics and Statistics University of Sydney Semester 2, 2015 B. Goldys and M. Rutkowski (USydney) Slides 4: Single-Period Market

More information

THE DIMENSION OF A VECTOR SPACE

THE DIMENSION OF A VECTOR SPACE THE DIMENSION OF A VECTOR SPACE KEITH CONRAD This handout is a supplementary discussion leading up to the definition of dimension and some of its basic properties. Let V be a vector space over a field

More information

Linear Algebra Review. Vectors

Linear Algebra Review. Vectors Linear Algebra Review By Tim K. Marks UCSD Borrows heavily from: Jana Kosecka kosecka@cs.gmu.edu http://cs.gmu.edu/~kosecka/cs682.html Virginia de Sa Cogsci 8F Linear Algebra review UCSD Vectors The length

More information