Lecture 8. Econ August 19

Size: px
Start display at page:

Download "Lecture 8. Econ August 19"

Transcription

1 Lecture 8 Econ August 19

2 Lecture 8 Outline 1 Eigenvectors and eigenvalues 2 Diagonalization 3 Quadratic Forms 4 Definiteness of Quadratic Forms 5 Uniqure representation of vectors

3 Eigenvectors and Eigenvalues Definition An eigenvalue of the square matrix A is a number λ such that A λi is singular. If λ is an eigenvalue of A, then any x 0 such that (A λi)x = 0 is called an eigenvector of A associated with the eigenvalue λ. Therefore: 1 Eigenvalues solve the equation det(a λi) = 0. 2 Eigenvectors are non trivial solutions to the equation Ax = λx Why do we care about eigenvalues and their corresponding eigenvectors? They enable one to relate complicated matrices to simple ones. They play a role in the study of stability of difference and differential equations. They make certain computations easy. They let us to define a way for matrices to be positive or negative and that matters for calculus and optimization.

4 Definition Characteristic Equation If A is an n n matrix, the characteristic equation is defined as α 11 λ α 12 α 1n α 21 α 22 λ α 2n f (λ) = det(a λi) = 0 or f (λ) = det... α m1 α m2 α mn λ = This is a polinomial equation in λ. Example For a two by two matrix: ( A λ I = a11 λ a a 21 a 22 λ Hence the characteristic equation is Which typically has two solutions. ) det A = (a 11 λ)(a 22 λ) a 12 a 21 λ 2 (a 11 + a 22 )λ + a 11 a 22 a 12 a 21 = 0

5 Characteristic Polynomial The characteristic equation f (λ) = det(a λi) = 0 is a polynomial degree n. By the Fundamental Theorem of Algebra, it has n roots (not necessarily distinct and not necessarily real). That is f (λ) = (λ c 1 )(λ c 2 ) (λ c n ) where c 1,..., c n C (the set of complex numbers) and the c i s are not necessarily distinct. Notice that f (λ) = 0 if and only if λ {c 1,..., c n}, so the roots are all the solutions of the equation f (λ) = 0. if λ = c i R, there is a corresponding eigenvector in R n. if λ = c i R, the corresponding eigenvectors are in C n \ R n. Another way to write the characteristic polynomial is P(λ) = (λ r 1 ) m1 (λ r k ) m k, where r 1, r 2..., r k are distinct roots (r i r j when i j) and m i are positive integers summing to n. m i is called the multiplicity of root r i.

6 FACT Distinct Eigenvectors The eigenvectors corresponding to distinct eigenvalues are distinct. Proof By Contradiction. Let λ 1,..., λ k be distinct eigenvalues and x 1,..., x k the associated eigenvectors. Suppose these vectors are linearly dependent (why is this a contradiction?). WLOG, let the first k 1 vectors be linearly independent, while x k is a linear combination of the others. Thus, α i i = 1,..., k 1 not all zero such that: k 1 i=1 αi xi = x k Multiply both sides by A and use the eigenvalue property (Ax = λx): k 1 α i λ i x i = λ k x k i=1 Multiply the first equation by λ k and subtract it from the second: k 1 α i (λ i λ k )x i = 0 i=1 Since the eigenvalues are distinct λ i λ k for all i; hence, we have a non-trivial linear combination of the first k 1 eigenvectors equal to 0, contradicting their linear independence.

7 Diagonalization Definition We say B is diagonalizable if we can find matrices P and D, with D diagonal, such that P 1 BP = D If a matrix is diagonalizable or where D is a diagonal matrix. Why do we care about this? PP 1 BPP 1 = PDP 1 B = PDP 1 We can use simple (i.e. diagonal) matrices to represent more complicated ones. This property is handy in many applications. An example follows: linear difference equations.

8 Difference Equations Detour A difference equation is an equation in which discrete time is one of the independent variables. For example, the value of x today depends linearly on its value yesterday: x t = ax t 1 t = 0, 1, 2, 3,... This is a fairly common relationship in time series data and macro. Given some initial condition x 0, this equation is fairly easy to solve using x 1 = ax 0 x 2 = ax 1 = a 2 x 0 recursion : Hence:. x t 1 = ax t 2 = a t 1 x 0 x t = ax t 1 = a t x 0 x t = a t x 0 t = 0, 1, 2, 3,...

9 Difference Equations Detour Continued Consider now a two-dimensional linear difference equation: ( ) ( ) ( ) ct+1 b11 b = 12 ct t = 0, 1, 2, 3,... k t+1 b 21 b 22 k t given some initial condition c 0, k 0. ( ) ( ) ct b11 b Set y t = t and B = 12 and rewrite this more k t b 21 b 22 compactly as y t+1 = By t t = 0, 1, 2, 3,... where b ij R each i, j. We want to find a solution y t, t = 1, 2, 3,... given the initial condition y 0. Such a dynamical system can arise as a characterization of the solution to a standard optimal growth problem (you will see this in macro). This is hard to solve since the two variables interact with each other as time goes on. Things would be much easier if there were no interactions (b 12 = 0 = b 21) because in that case the two equations would evolve independently.

10 Difference Equations Detour: The End We want to solve y t+1 = By t t = 0, 1, 2, 3,... If B is diagonalizable, there exist an invertible 2 2 matrix P and a diagonal 2 2 matrix D such that ( ) P 1 d1 0 BP = D = 0 d 2 Then y t+1 = By t t P 1 y t+1 = P 1 By t t P 1 y t+1 = P 1 BPP 1 y t t ^y t+1 = D^y t t where we defined ^y t = P 1 y t t (this is just a change of variable). Since D is diagonal, after this change of variable to ^y t we now have to solve two independent linear univariate difference equations ^y it = d t i ^y 0 t for i = 1, 2 which is easy because we can use recursion.

11 Diagonalization Theorem Theorem If A is an n n matrix that either has n distinct eigenvalues or is symmetric, then there exists an invertible n n matrix P and a diagonal matrix D such that A = PDP 1 Moveover, the diagonal entries of D are the eigenvalues of A, and the columns of P are the corresponding eigenvectors. Note Premultiply by P and postmultiply by P 1, the theorem says: Definition P 1 AP = D Two square matrices A and B are similar if A = P 1 BP for some invertible matrix P. The theorem says that some square matrices are similar to diagonal matrices that have eigenvalues on the diagonal.

12 Diagonalization Theorem: Idea of Proof We want to show that for a given A there exist a matrix P and a diagonal matrix D such that A = PDP 1, where the diagonal entries of D are the eigenvalues of A and the columns of P are the corresponding eigenvectors. Idea of Proof (a real proof is way too diffi cult for me) Suppose λ is an eigenvalue of A and x is an eigenvector. Thus Ax = λx. If P is a matrix with column j equal to the eigenvector associated with λ i, it follows that AP = PD. The result would then follow if one could guarantee that P is invertible. The proof works by showing that when A is symmetric, A only has real eigenvalues, one can find n linearly independent eigenvectors even if the eigenvalues are not distinct (these results use properties of complex numbers). See a book for details.

13 A Few Computational Facts For You To Prove Facts det AB = det BA = det A det B If D is a diagonal matrix, then det D is equal to the product of its diagonal elements. det A is equal to the product of the eigenvalues of A. Definition The trace of a square matrix A is given by the sum of its diagonal elements. That is, tr (A) = n i=1 a ii. Fact tr (A) = n λ i, where λ i is the ith eigenvalue of A (eigenvalues counted with multiplicity). i=1

14 Unitary Matrices Remember A t is the transpose of A: the (i, j) th entry of A t is the (j, i) th entry of A. Definition An n n matrix A is unitary if A t = A 1. REMARK By definition every unitary matrix is invertible.

15 Unitary Matrices Notation A basis V = {v 1,..., v n } of R n is orthonormal 1 if each basis element has unit length (v i v i = 1 i), and 2 distinct basis elements are orthogonal (v i v j = 0 for i j). Compactly, this can be written as v i v j = δ ij = { 1 if i = j 0 if i j. Theorem An n n matrix A is unitary if and only if the columns of A are orthonormal. Proof. Let v j denote the j th column of A. A t = A 1 A t A = I v i v j = δ ij {v 1,..., v n } is orthonormal

16 Symmetric Matrices Have Orthonormal Eigenvectors Remember A is symmetric if a ij = a ji for all i, j, where a ij is the (i, j) th entry of A. Theorem If A is symmetric, then the eigenvalues of A are all real and there is orthonormal basis V = {v 1,..., v n } of R n consisting of the eigenvectors of A. In this case, P in the diagonalization theorem is unitary and therefore: A = PDP t The proof is also beyond my ability (uses the linear algebra of complex vector spaces).

17 Quadratic Forms Think of a second-degree polynomial that has no constant term: n f (x 1,..., x n ) = α ii xi 2 + β ij x i x j i=1 i<j Let Then, α ij = { βij 2 if i < j β ji 2 if i > j α 11 α 1n and A =..... α n1 α nn f (x) = x t Ax This inspires the idea of a quadratic form.

18 Quadratic Forms Definition A quadratic form in n variables is a function Q : R n R that can be written as Q(x) = x t Ax where A is a symmetric n n matrix. Why do we care about quadratic forms? They show up in many places. For example, think about a function from R n to R. We will see that the first derivative of this function is a vector (we take the derivative one component at a time). Thus, the second derivative is a matrix (we take the derivative of the first derivative one component at a time). This matrix can be thought of as a quadratic form. Thus, a function s shape could be related to the sign of a quadratic form. What is the sign of a quadratic form anyhow?

19 Examples of Quadratic Forms Example When n = 1 a quadratic form is a function of the form ax 2. Example When n = 2 it is a function of the form a 11 x a 12 x 1 x 2 + a 22 x 2 2 (remember a 12 = a 21 by symmetry). Example When n = 3, it is a function of the form a 11 x a 22 x a 33 x a 12 x 1 x 2 + 2a 13 x 1 x 3 + 2a 23 x 2 x 3

20 Sign of A Quadratic Form Definition A quadratic form Q(x) = x t Ax is 1 positive definite if Q(x) > 0 for all x 0. 2 positive semi definite if Q(x) 0 for all x. 3 negative definite if Q(x) < 0 for all x 0. 4 negative semi definite if Q(x) 0 for all x. 5 indefinite if there exists x and y such that Q(x) > 0 > Q(y). In most cases, quadratic forms are indefinite. What does all this mean? Hard to tell, but we can try to look at special cases to get some intuition.

21 Positive and Negative Definiteness Idea Think of positive and negative definiteness as a way one applies to matrices the idea of positive and negative. In the one-variable case, Q(x) = ax 2 and definiteness follows the sign of a. Obviously, there are lots of indefinite matrices when n > 1. Diagonal matrices also help with intuition. When A is diagonal: n Q(x) = x t Ax = a ii xi 2. therefore the quadratic form is: positive definite if and only if a ii > 0 for all i, positive semi definite if and only if a ii 0 for all i negative definite if and only if a ii < 0 for all i, negative semi definite if and only if a ii 0 for all i, and indefinite if A has both negative and positive diagonal entries. i=1

22 Quadratic Forms and Diagonalization For symmetric matrices, definiteness relates to the diagonalization theorem. Assume A is symmetric. By the diagonalization theorem: A = R t DR, where D is a diagonal matrix with (real) eigenvalues on the diagonal and R is an orthogonal matrix. For any quadratic form Q(x) = x t Ax, by definition, A is symmetric. Then we have Q(x) = x t Ax = x t R t DRx = (Rx) t D (Rx). The definiteness of A is thus equivalent to the definiteness of its diagonal matrix of eigenvalues, D. Think about why.

23 Quadratic Forms and Diagonalization: Analysis A quadratic form is a function Q(x) = x t Ax where A is symmetric. Since A is symmetric, its eigenvalues λ 1,..., λ n are all real. Let V = {v 1,..., v n } be an orthonormal basis of eigenvectors of A with corresponding eigenvalues λ 1,..., λ n. By an earlier theorem, the P in the diagonalization theorem is unitary. λ Then: A = U t 0 λ 2 0 DU where D =..... and U is unitary. 0 0 λ n We know that any x R n can be written as x = n i=1 γ i v i. Then, one can rewrite a quadratic form as follows: ( ) ( ) t ( ) ( ) t ( ) Q(x) = Q γi v i = γi v i A γi v i = γi v i U t DU γi v i = (U ) t γ i v i D (U ) ( ) t ( ) γ i v i = γi Uv i D γi Uv i = (γ 1,..., γ n )D γ 1. γ n = λ i γ 2 i

24 Quadratic Forms and Diagonalization The algebra on the previous slide yields the following result. Theorem The quadratic form Q(x) = x t Ax is 1 positive definite if λ i > 0 for all i. 2 positive semi definite if λ i 0 for all i. 3 negative definite if λ i < 0 for all i. 4 negative semi definite if λ i 0 for all i. 5 indefinite if there exists j and k such that λ j > 0 > λ k. REMARK We can check definiteness of a quadratic form using the eigenvalues of A.

25 Principal Minors Definition A principal submatrix of a square matrix A is the matrix obtained by deleting any k rows and the corresponding k columns. Definition The determinant of a principal submatrix is called the principal minor of A. Definition The leading principal submatrix of order k of an n n matrix is obtained by deleting the last n k rows and column of the matrix. Definition The determinant of a leading principal submatrix is called the leading principal minor of A. Principal minors can be used in definitess tests.

26 Another Definiteness Test Theorem A matrix is 1 positive definite if and only if all its leading principal minors are positive. 2 negative definite if and only if its odd principal minors are negative and its even principal minors are positive. 3 indefinite if one of its kth order leading principal minors is negative for an even k or if there are two odd leading principal minors that have different signs. This classifies definiteness of quadratic forms without finding the eigenvalues of the corresponding matrices. Think about these conditions when applied to diagonal matrices and see if they make sense in that case.

27 Back to Linear Algebra Definitions All vectors below are elements of X (a vector space) and all scalars are real numbers. The linear combination of x 1,..., x n with coeffi cients α 1,..., α n : n y = α i x i The set of all linear combinations of elements of V = {v 1,..., v k } k spanv = {x X : x = λ i v i with v V } A set V X spans X if spanv = X. A set V X is linearly dependent if i=1 i=1 v 1,..., v n V and α 1,..., α n not all zero such that i=1 A set V X is linearly independent if it is not linearly dependent. Thus, V X is linearly independent if and only if: n α i v i = 0 with each v i V α i = 0 i i=1 n α i v i = 0. A basis of X is a linearly independent set of vectors in X that spans X.

28 Vectors and Basis Any vector can be uniquely written as a finite linear combination of the elements of some basis of the vector space to which it belongs. Theorem Let V be a basis for a vector space X over R. Every vector x X has a unique representation as a linear combination of a finite number of elements of V (with all coeffi cients nonzero). Haven t we proved this yet? Not at this level of generality. The unique representation of 0 is 0 = i α i v i.

29 Any vector has a unique representation as linear combination of finitely many elements of a basis. Proof. Since V spans X, any x X can be written as a linear combination of elements of V. We need to show this linear combination is unique. Let x = s S 1 α s v s and x = s S 2 β s v s where S 1 is finite, α s R, α s 0, and v s V for each s S 1 and where S 2 is finite, β s R, β s 0, and v s V for each s S 2. Define S = S 1 S 2, Then α s = 0 for s S 2 \ S 1 and β s = 0 for s S 1 \ S 2 0 = x x = s S 1 α s v s s S 2 β s v s = s S α s v s s S β s v s = s S (α s β s )v s Since V is linearly independent, we must have α s β s = 0, so α s = β s, for all s S. s S 1 α s 0 β s 0 s S 2 So S 1 = S 2 and α s = β s for s S 1 = S 2, and the representation is unique.

30 Theorem Every vector space has a (Hamel) basis. A Basis Always Exists This follows from the axiom of choice (did we talk about this?). An equivalent result says that if a linearly independent set is not a basis, one can always add to it to get a basis. Theorem If X is a vector space and V X is a linearly independent set, then V can be extended to a basis for X. That is, there exists a linearly independent set W X such that V W spanw = X There can be many bases for the same vector space, but they all have the same number of elements. Theorem Any two Hamel bases of a vector space X have the same cardinality (are numerically equivalent).

31 Standard Basis Definition The standard basis for R n consists of the set of N vectors e i, i = 1,..., N, where e i is the vector with component 1 in the ith position and zero in all other positions. e 1 = e 2 = e n 1 = e n = A standard basis is a linearly independent set that spans R n. 2 Elements of the standard basis are mutually orthogonal. When this happens, we say that the basis is orthogonal. 3 Each basis element has unit length. When this also happens, we say that the basis is orthonormal. Verify all these.

32 Orthonormal Bases We know an orthonormal basis exists for R n (the standard basis). Fact One can always find an orthonormal basis for a vector space. Fact If {v 1,..., v k } is an orthonormal basis for V then for all x V, k k x = α i v i = (x v i ) v i i=1 i=1 This follows from the properties on the previous slide (check it).

33 Dimension and Basis Definition The dimension of a vector space X, denoted dim X, is the cardinality of any basis of X. Notation Reminder For V X, V denotes the cardinality of the set V. Fact M m n, the set of all m n real-valued matrices, is a vector space over R. A basis is given by { 1 if k = i and l = j {E ij : 1 i m, 1 j n} where (E ij ) kl = 0 otherwise The dimension of the vector space of m n matrices is mn. Proving this is an exercise.

34 Dimension and Dependence Theorem Suppose dim X = n N. If A X and A > n, then A is linearly dependent. Proof. If not, A is linearly independent and can be extended to a basis V of X : a contradiction A V V A > n Intuitively, if A s dimension is larger than the dimension of X there must be some lineraly dependent elements in it. Theorem Suppose dim X = n N, V X, and V = n. If V is linearly independent, then V spans X, so V is a basis. If V spans X, then V is linearly independent, so V is a basis. Prove this as part of Problem Set 8.

35 Tomorrow We illustrate the formal connection between linear functions and matrices. Then we move to some useful geometry. 1 Linear Functions 2 Linear Functions and Matrices 3 Analytic Geometry in R n

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

LINEAR ALGEBRA. September 23, 2010

LINEAR ALGEBRA. September 23, 2010 LINEAR ALGEBRA September 3, 00 Contents 0. LU-decomposition.................................... 0. Inverses and Transposes................................. 0.3 Column Spaces and NullSpaces.............................

More information

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

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

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

Introduction to Matrix Algebra

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

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

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

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

More information

The Characteristic Polynomial

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

More information

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

More information

Notes on Determinant

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

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

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

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

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

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

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

Similar matrices and Jordan form

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

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

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

Linear Algebra Notes for Marsden and Tromba Vector Calculus

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

More information

Bindel, Spring 2012 Intro to Scientific Computing (CS 3220) Week 3: Wednesday, Feb 8

Bindel, Spring 2012 Intro to Scientific Computing (CS 3220) Week 3: Wednesday, Feb 8 Spaces and bases Week 3: Wednesday, Feb 8 I have two favorite vector spaces 1 : R n and the space P d of polynomials of degree at most d. For R n, we have a canonical basis: R n = span{e 1, e 2,..., e

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

Eigenvalues, Eigenvectors, Matrix Factoring, and Principal Components

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

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

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

[1] Diagonal factorization

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

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

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

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

4: EIGENVALUES, EIGENVECTORS, DIAGONALIZATION

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:

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

Eigenvalues and Eigenvectors

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

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

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

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

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

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

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

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

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

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

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

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.

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

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

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

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

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

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

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

The Singular Value Decomposition in Symmetric (Löwdin) Orthogonalization and Data Compression

The Singular Value Decomposition in Symmetric (Löwdin) Orthogonalization and Data Compression The Singular Value Decomposition in Symmetric (Löwdin) Orthogonalization and Data Compression The SVD is the most generally applicable of the orthogonal-diagonal-orthogonal type matrix decompositions Every

More information

Unit 18 Determinants

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

More information

Math 2270 - Lecture 33 : Positive Definite Matrices

Math 2270 - Lecture 33 : Positive Definite Matrices Math 2270 - Lecture 33 : Positive Definite Matrices Dylan Zwick Fall 2012 This lecture covers section 6.5 of the textbook. Today we re going to talk about a special type of symmetric matrix, called a positive

More information

15.062 Data Mining: Algorithms and Applications Matrix Math Review

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

More information

Lecture 2 Matrix Operations

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

More information

Linear Algebra: Determinants, Inverses, Rank

Linear Algebra: Determinants, Inverses, Rank D Linear Algebra: Determinants, Inverses, Rank D 1 Appendix D: LINEAR ALGEBRA: DETERMINANTS, INVERSES, RANK TABLE OF CONTENTS Page D.1. Introduction D 3 D.2. Determinants D 3 D.2.1. Some Properties of

More information

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

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

Factorization Theorems

Factorization Theorems Chapter 7 Factorization Theorems This chapter highlights a few of the many factorization theorems for matrices While some factorization results are relatively direct, others are iterative While some factorization

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

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

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

Continued Fractions and the Euclidean Algorithm

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

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

Lecture 5 Principal Minors and the Hessian

Lecture 5 Principal Minors and the Hessian Lecture 5 Principal Minors and the Hessian Eivind Eriksen BI Norwegian School of Management Department of Economics October 01, 2010 Eivind Eriksen (BI Dept of Economics) Lecture 5 Principal Minors and

More information

Linearly Independent Sets and Linearly Dependent Sets

Linearly Independent Sets and Linearly Dependent Sets These notes closely follow the presentation of the material given in David C. Lay s textbook Linear Algebra and its Applications (3rd edition). These notes are intended primarily for in-class presentation

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

October 3rd, 2012. Linear Algebra & Properties of the Covariance Matrix

October 3rd, 2012. Linear Algebra & Properties of the Covariance Matrix Linear Algebra & Properties of the Covariance Matrix October 3rd, 2012 Estimation of r and C Let rn 1, rn, t..., rn T be the historical return rates on the n th asset. rn 1 rṇ 2 r n =. r T n n = 1, 2,...,

More information

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

More information

Lecture 5: Singular Value Decomposition SVD (1)

Lecture 5: Singular Value Decomposition SVD (1) EEM3L1: Numerical and Analytical Techniques Lecture 5: Singular Value Decomposition SVD (1) EE3L1, slide 1, Version 4: 25-Sep-02 Motivation for SVD (1) SVD = Singular Value Decomposition Consider the system

More information

Review Jeopardy. Blue vs. Orange. Review Jeopardy

Review Jeopardy. Blue vs. Orange. Review Jeopardy Review Jeopardy Blue vs. Orange Review Jeopardy Jeopardy Round Lectures 0-3 Jeopardy Round $200 How could I measure how far apart (i.e. how different) two observations, y 1 and y 2, are from each other?

More information

CS3220 Lecture Notes: QR factorization and orthogonal transformations

CS3220 Lecture Notes: QR factorization and orthogonal transformations CS3220 Lecture Notes: QR factorization and orthogonal transformations Steve Marschner Cornell University 11 March 2009 In this lecture I ll talk about orthogonal matrices and their properties, discuss

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

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

SF2940: Probability theory Lecture 8: Multivariate Normal Distribution

SF2940: Probability theory Lecture 8: Multivariate Normal Distribution SF2940: Probability theory Lecture 8: Multivariate Normal Distribution Timo Koski 24.09.2015 Timo Koski Matematisk statistik 24.09.2015 1 / 1 Learning outcomes Random vectors, mean vector, covariance matrix,

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

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS

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

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

1.2 Solving a System of Linear Equations

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

More information

Matrix Differentiation

Matrix Differentiation 1 Introduction Matrix Differentiation ( and some other stuff ) Randal J. Barnes Department of Civil Engineering, University of Minnesota Minneapolis, Minnesota, USA Throughout this presentation I have

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

Polynomial Invariants

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,

More information

More than you wanted to know about quadratic forms

More than you wanted to know about quadratic forms CALIFORNIA INSTITUTE OF TECHNOLOGY Division of the Humanities and Social Sciences More than you wanted to know about quadratic forms KC Border Contents 1 Quadratic forms 1 1.1 Quadratic forms on the unit

More information

The Determinant: a Means to Calculate Volume

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

More information

SF2940: Probability theory Lecture 8: Multivariate Normal Distribution

SF2940: Probability theory Lecture 8: Multivariate Normal Distribution SF2940: Probability theory Lecture 8: Multivariate Normal Distribution Timo Koski 24.09.2014 Timo Koski () Mathematisk statistik 24.09.2014 1 / 75 Learning outcomes Random vectors, mean vector, covariance

More information

9 MATRICES AND TRANSFORMATIONS

9 MATRICES AND TRANSFORMATIONS 9 MATRICES AND TRANSFORMATIONS Chapter 9 Matrices and Transformations Objectives After studying this chapter you should be able to handle matrix (and vector) algebra with confidence, and understand the

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 Echelon Form and Reduced Row Echelon Form

Row Echelon Form and Reduced Row Echelon Form These notes closely follow the presentation of the material given in David C Lay s textbook Linear Algebra and its Applications (3rd edition) These notes are intended primarily for in-class presentation

More information

LS.6 Solution Matrices

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

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

The last three chapters introduced three major proof techniques: direct,

The last three chapters introduced three major proof techniques: direct, CHAPTER 7 Proving Non-Conditional Statements The last three chapters introduced three major proof techniques: direct, contrapositive and contradiction. These three techniques are used to prove statements

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

ASEN 3112 - Structures. MDOF Dynamic Systems. ASEN 3112 Lecture 1 Slide 1

ASEN 3112 - Structures. MDOF Dynamic Systems. ASEN 3112 Lecture 1 Slide 1 19 MDOF Dynamic Systems ASEN 3112 Lecture 1 Slide 1 A Two-DOF Mass-Spring-Dashpot Dynamic System Consider the lumped-parameter, mass-spring-dashpot dynamic system shown in the Figure. It has two point

More information

Solution to Homework 2

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

More information

x1 x 2 x 3 y 1 y 2 y 3 x 1 y 2 x 2 y 1 0.

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

More information

Vector and Matrix Norms

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

More information

Lecture 3: Finding integer solutions to systems of linear equations

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

More information

LEARNING OBJECTIVES FOR THIS CHAPTER

LEARNING OBJECTIVES FOR THIS CHAPTER CHAPTER 2 American mathematician Paul Halmos (1916 2006), who in 1942 published the first modern linear algebra book. The title of Halmos s book was the same as the title of this chapter. Finite-Dimensional

More information

MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets.

MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets. MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets. Norm The notion of norm generalizes the notion of length of a vector in R n. Definition. Let V be a vector space. A function α

More information

PYTHAGOREAN TRIPLES KEITH CONRAD

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

More information