Eigenvalues and Eigenvectors

Size: px
Start display at page:

Download "Eigenvalues and Eigenvectors"

Transcription

1 Math 20F Linear Algebra Lecture 2 Eigenvalues and Eigenvectors Slide Review: Formula for the inverse matrix. Cramer s rule. Determinants, areas and volumes. Definition of eigenvalues and eigenvectors. Review Theorem (Formula for the inverse matrix) If A be an n n matrix with det(a) = 0, then ( A ) ij = C ji. Slide 2 where C ij = ( ) i+j det(a ij ). Theorem 2 (Cramer s rule) If the matrix A = a,, a n is invertible, then the linear system Ax = b has a unique solution for every vector b, given by x i = det(a i(b)). where x i is the i component of x, and A i (b) = a,, b,, a n, with b in the i column.

2 Math 20F Linear Algebra Lecture 2 2 Determinant, areas and volumes Slide 3 Theorem 3 Let A = a,, a n be an n n matrix. If n = 2, then det(a) is the area of the parallelogram determined by a, a 2. If n = 3, then det(a) is the volume of the parallelepiped determined by a, a 2, and a 3. Determinant, areas and volumes Sketch of the proof for n = 2. The elementary row operations add to one row a multiple of another row; switch two rows; Slide 4 leave the absolute value of the determinant unchanged, and they also leave the area of the parallelogram unchanged. These operations transform any parallelogram into a rectangle. In the case of a rectangle, the determinant of the matrix constructed with the vectors that form the rectangle is the area of the rectangle. Therefore, the theorem follows in the case n = 2. Same argument holds for n = 3.

3 Math 20F Linear Algebra Lecture 2 3 Eigenvalues and eigenvectors Definition (Eigenvalues and eigenvectors) Let A be an n n matrix. A number λ is an eigenvalue of A if there exists a nonzero vector x IR n such that Slide 5 Ax = λx. The vector x is called an eigenvalue of A corresponding to λ. Notice: If x is an eigenvector, then tx with t 0 is also an eigenvector. Definition 2 (Eigenspace) Let λ be an eigenvalue of A. The set of all vectors x solutions of Ax = λx is called the eigenspace E(λ). That is, E(λ) = { all eigenvectors with eigenvalue λ, and 0}. Examples Consider the matrix A = 3 3. Slide 6 Show that the vectors v =, T and v 2 =, T are eigenvectors of A and find the associated eigenvalues. Av 2 = Av = Then, λ = 4 and λ 2 = 2. = = = 4 = 2 = 4v. = 2v 2.

4 Math 20F Linear Algebra Lecture 2 4 Examples Slide 7 Is v =, 2 T an eigenvector of matrix A given above? The answer is no, because of the following calculation. 3 7 Av = = λ Examples Slide 8 Consider the matrix A = Show that the vectors v = 2, T is an eigenvector of A, and find the associated eigenvalue. Av = = 0 0. = 0 2. Therefore, λ = 0.

5 Math 20F Linear Algebra Lecture 22 5 Examples Is there any other eigenvalue of the matrix A above? One has to find the solutions of Ax = λx. 2 x λx Ax = = 3 6 λx 2 x 2 Slide 9 x + 2x 2 = λx 3x + 6x 2 = λx 2 x + 2x 2 = λ 3 x2. Therefore λx = λx 2/3, that is λ ( x 3 x2 ) = 0. This implies that λ = or 3x = x + 2. The first case corresponds to the eigenvalue zero, already studied above, which has the eigenvector v = 2, T. The other case gives an eigenvector satisfying 3x = x 2, so one possible solution is v 2 =. 3 Examples Slide 0 We compute the eigenvalue associated to v 2 =, 3 T 2 7 Ax = = = Therefore, the eigenvalue is λ 2 = 7. This calculation seems complicated because one computes eigenvalues and eigenvectors at the same time. Later on we split the calculation, computing eigenvalues alone, and then eigenvectors.

6 Math 20F Linear Algebra Lecture 22 6 Eigenvalues and Eigenvectors Slide Definition of eigenvalues and eigenvectors. Eigenspace. Geometrical interpretation of eigenvectors. Characteristic equation. Eigenvalues and eigenvectors Definition 3 (Eigenvalues and eigenvectors) Let A be an n n matrix. A number λ is an eigenvalue of A if there exists a nonzero vector x IR n such that Slide 2 Ax = λx. The vector x is called an eigenvalue of A corresponding to λ. Notice: If x is an eigenvector, then tx with t 0 is also an eigenvector. Definition 4 (Eigenspace) Let λ be an eigenvalue of A. The set of all vectors x solutions of Ax = λx is called the eigenspace E(λ). That is, E(λ) = { all eigenvectors with eigenvalue λ, and 0}.

7 Math 20F Linear Algebra Lecture 22 7 Examples of eigenspaces The matrix A = 3 has eigenvectors λ = 4 and 3 λ 2 = 2. The corresponding eigenspaces are E(4) = {x = t, T, t IR}. Slide 3 E( 2) = {x = t, T, t IR}. The matrix A = 2 has eigenvectors λ = 0 and λ 2 = The corresponding eigenspaces are E(0) = {x = t 2, T, E( 2) = {x = t, 3 T, t IR}. t IR}. Notice that not every eigenspace is one-dimensional. Eigenspace Theorem 4 Let λ be an eigenvector of A, an n n matrix. Then, the set E(λ) IR n is a subspace. Slide 4 Proof: Let x, x 2 E(λ), that is, Ax = λx, Ax 2 = λx 2. Now compute A(ax + bx 2 ) = aax + bax 2 = aλx + bλx 2 = λ(ax + bx 2 ). Therefore, ax + bx 2 E(λ).

8 Math 20F Linear Algebra Lecture 22 8 Geometrical interpretation of eigenvectors Think the n n matrix A as a linear transformation A : IR n R n. Slide 5 An eigenvector x of A determines a direction in IR n where the action of A is simple: It is a stretching or a compression, depending on whether λ or λ. Theorem 5 The eigenvalue of a diagonal n n matrix are the elements of its diagonal, and its eigenvectors are the standard basis vectors e i, with i =,, n. Theorem 6 Let {v,, v r } be eigenvectors of A with eigenvalues {λ,, λ r }, respectively. If the {λ,, λ r } are all different, then the {v,, v r } are l.i.. Proof: By induction in r. For r = the theorem is true. Slide 6 Consider the case r = 2 as an intermediate step to understand the idea behind the proof. In this case we have two eigenvectors {v, v 2} corresponding to different eigenvalues λ, λ 2, that is λ λ 2. We have to show that {v, v 2} are l.i.. By contradiction, assume that they are l.d., that is, there exists a nonzero a IR such that v 2 = av. () Apply the matrix A on both sides of the equation (), then one gets λ 2v 2 = aλ v, because both vectors are eigenvectors of A. Now multiply equation () by λ 2. One gets, λ 2v 2 = aλ 2v.

9 Math 20F Linear Algebra Lecture 22 9 From these two equations one gets 0 = a(λ 2 λ )v. Slide 7 Because a 0, and the eigenvalues are different, one gets v = 0, which is a contradiction to the hypothesis that v is an eigenvector. Therefore, {v, v 2} are l.i.. This is the idea of the proof, and we now repeat it in the case of r eigenvalues. Assume that the theorem holds for r eigenvectors {v,, v r }, and then show that it also holds for r eigenvectors vectors {v,, v r}. So assume that {v,, v r } are l.i., and that, by contradiction, suppose that the {v,, v r, v r} are l.d.. Then, v r = a v + + a r v r, with some a i 0. Apply the matrix A on both ides of equation above, then λ rv r = a λ v + + a r λ r v r. Now multiply the first equation by λ r, Slide 8 λ rv r = a λ rv + + a r λ rv r. Subtract these two equations, and then one gets 0 = a (λ r λ )v + + a r (λ r λ r )v r. Because all the λ i are different, then the linear combination above says that the {v,, v r } are l.d.. But this contradicts the hypothesis. Therefore, the {v, v r} are l.i., and the theorem follows.

10 Math 20F Linear Algebra Lecture 22 0 The characteristic equation To compute the eigenvalues and eigenvectors one has to solve the equation Ax = λx for both, λ and x. This equation is equivalent to (A λi)x = 0. Slide 9 This homogeneous system has a non-zero solutions if and only if det(a λi) = 0. Notice that this last equation is an equation only for the eigenvalues! There is no x in this equation, so one can solve only for λ and then solve for x. Definition 5 (Characteristic function) Let A be an n n matrix and I the n n identity matrix. Then, the scalar function f(λ) = det(a λi) is called the characteristic function of A. The characteristic equation Theorem 7 (Characteristic polynomial) The characteristic function f(λ) of an n n matrix A is a polynomial in λ of degree n. Furthermore, the polynomial has the form f(λ) = ( ) n λ n + + det(a). Slide 20 Example: f(λ) = a c b d λ 0 0 λ = a λ c b d λ f(λ) = (a λ)(d λ) bc, = λ 2 (a + d)λ + (ad bc).

11 Math 20F Linear Algebra Lecture 22 The characteristic equation Theorem 8 (Characteristic equation) The number λ is an eigenvalue of A if and only if det(a λi) = 0. (2) Slide 2 Equation (2) is called characteristic equation. Proof: Ax = λx (A λi)x = 0 N(A λi) {0} (A λi) is not invertible det(a λi) = 0. Find the eigenvalues of A = any a, b IR with b 0. Examples 3 3 and B = a b b a for Slide 22 Let start with matrix A, λ 3 0 = 3 λ = ( λ)2 9, λ = ± 3, that is, λ = 4, and λ 2 = 2. Now, in the case of matrix B one has a λ b b a λ = (a λ)2 + b 2 0, therefore, B has none eigenvalues at all.

12 Math 20F Linear Algebra Lecture 22 2 Slide 23 Examples Find the eigenvalues of A = 2 3. The answer is: λ 3 0 = 0 2 λ = (2 λ)2, (λ 2) 2 = 0, that is, λ = 2. This eigenvalue has multiplicity 2, according to the following definition. Definition 6 (Multiplicity of eigenvalues) Let f(λ) be the characteristic polynomial of an n n matrix. The eigenvalue λ 0 has algebraic multiplicity r > 0 if and only if f(λ) = (λ λ 0 ) r g(λ), with g(λ 0 ) 0. Slide 24 Examples Find the eigenvalues and eigenspaces of the following two matrices: A = 0 3 2, B = The both matrices have the same eigenvalues, because, so the eigenvalues are: λ = 3 with multiplicity 2; λ = with multiplicity. f A(λ) = f B(λ) = (λ 3) 2 ( λ)

13 Math 20F Linear Algebra Lecture 23 3 Examples Slide 25 One can check that the eigenspaces are the following: 0 E A(3) = 0, E A() =, 0 0 E B(3) = 0,, E B() = Notice: dim E(λ) multipl.(λ). In the case of B, where dim E B(λ) = multipl.(λ) for every eigenvalue of B, the set of all eigenvectors of B is a basis of IR 3. In the case of A, where for λ = 3 holds that dim E A(3) < multipl.(3), the set of eigenvectors of A is not a basis of IR 3. Diagonalization Slide 26 Diagonalization and eigenvectors. Application: Computing powers of a matrix. Examples.

14 Math 20F Linear Algebra Lecture 23 4 Diagonalizable Definition 7 (Diagonalizable matrices) An n n matrix A is diagonalizable if there exists a diagonal matrix D and an invertible matrix P, with inverse P, such that Slide 27 A = P DP. (3) Notice that D is a diagonal matrix if d d 2 0 D = = diagd,, d n d n Diagonalization and eigenvectors Notice that if B = b,, b n, then BD = d b,, d n b n. Also notice that for a general B holds BD DB. Finally recall that AB = Ab,, Ab n. Now, the main result: Slide 28 Theorem 9 (Diagonalization and eigenvectors) An n n matrix A is diagonalizable if and only if A has n l.i. eigenvectors. Furthermore, if we write A = P DP, with D diagonal, then P = p,, p n, and D = diagλ,, λ n, where Ap i = λ i p i, i =,, n, that is, {p,, p n } are the eigenvectors with eigenvectors λ,, λ n, respectively.

15 Math 20F Linear Algebra Lecture 23 5 Proof: ( ) Let P = p,, p n be a matrix formed with the n eigenvectors of A, and denote by λ i the corresponding eigenvalues, that is, Ap i = λ ip i. Because {p,, p n} are l.i. then P is invertible. Introduce the diagonal matrix D = diagλ,, λ n. Then, P D = λ p,, λ np n = Ap,, Ap n = AP. Slide 29 Therefore, A = P DP. ( ) Given the invertible matrix P, introduce its column vectors P = p,, p n. Denote the diagonal matrix D = diagd,, d n. Now, the equation A = P DP implies AP = AD, that is, Ap,, Ap n = d p,, d np n, which says that Ap i = d ip i for every i =,, n. So the p i are eigenvectors of A with eigenvalue d i. And these vectors are l.i. because P is invertible. Example Recall the matrix A given by A = 3 3, Slide 30 which has eigenvectors and eigenvalues given by v =, λ = 4, v 2 =, λ 2 = 2. Then, P =, P = 2, D =

16 Math 20F Linear Algebra Lecture 23 6 Slide 3 Example Then, it is easy to check that P DP = 4 0 ( ) = 2 2, = 3, 3 = A., Applications Theorem 0 (Powers of matrices) Let A be an n n matrix. If A is diagonalizable, then A k = P (D k )P. Slide 32 Proof: A k = (P DP )(P DP ) (P DP ), = P D(P P )D(P P ) (P P )DP, = P (D k )P.

17 Math 20F Linear Algebra Lecture 24 7 Example Compute A 4 where Slide 33 We know that the eigenvectors and eigenvalues of A are given by 2 v =, λ = 0, v 2 =, λ 2 = 7. 3 Then, P = 2 3, P = 7 3 2, D = Slide 34 Example A ( = ) =, =, (7 3 ) 7 3 2(7 3 ) =, 3(7 3 ) 6(7 3 ) = 7 3 2, 3 6, = 7 3 A.

18 Math 20F Linear Algebra Lecture 24 8 Definition of inner product. Inner product Slide 35 Examples. Norm, distance. Orthogonal vectors. Orthogonal complement. Definition of inner product Slide 36 Definition 8 (Inner product) Let V be a vector space over IR. An inner product (, ) is a function V V IR with the following properties. u V, (u, u) 0, and (u, u) = 0 u = 0; 2. u, v V, holds (u, v) = (v, u); 3. u, v, w V, and a, b IR holds (au + bv, w) = a(u, w) + b(v, w). Notation: V together with (, ) is called an inner product space.

19 Math 20F Linear Algebra Lecture 24 9 Examples Slide 37 Let V = IR n, and {e i } n i= be the standard basis. Given two arbitrary vectors x = n i= x ie i and y = n i= y ie i, then (x, y) = n x i y i. This product is also denoted as n i= x iy i = x y. It is called Euclidean inner product. i= Let V = IR 2, and {e i } 2 i= be the standard basis. Given two arbitrary vectors x = 2 i= x ie i and y = 2 i= y ie i, then (x, y) = 2x y + 3x 2 y 2. Examples Slide 38 Let V = C(0, ). Given two arbitrary vectors f(x) and g(x), then (f, g) = 0 f(x)g(x) dx. Let V = C(0, ). Given two arbitrary vectors f(x) and g(x), then (f, g) = 0 e x f(x)g(x) dx.

20 Math 20F Linear Algebra Lecture Norm An inner product space induces a norm, that is, a notion of length of a vector. Slide 39 Definition 9 (Norm) Let V, (, ) be a inner product space. The norm function, or length, is a function V IR denoted as, and defined as u = (u, u). Example: The Euclidean norm is u = u u = (x ) (x n ) 2. Distance A norm in a vector space, in turns, induces a notion of distance between two vectors, defined as the length of their difference.. Slide 40 Definition 0 (Distance) Let V, (, ) be a inner product space, and be its associated norm. The distance between u and v V is given by dist(u, v) = u v. Example: The Euclidean distance between to points x and y IR 3 is x y = (x y ) 2 + (x 2 y 2 ) 2 + (x 3 y 3 ) 2.

21 Math 20F Linear Algebra Lecture 24 2 Angle between vectors Slide 4 Definition (Angle) Let V, (, ) be a inner product space, and be its associated norm. The angle θ between two vectors u, v V is defined as cos(θ) = (u, v) u v. Examples: The angle θ between two vectors x, y IR 2 with respect to the Euclidean inner product is given by x y = x y cos(θ). Angle between vectors The notion of angle can also be introduced in the inner space of continuous functions C(0, ). The angle between f(x) = x and g(x) = x 2 is approximately 4.5, because Slide 42 (f, g) = 0 x 3 dx = 4, then, f = 0 cos(θ) = x 2 dx =, g = x 4 dx = (f, g) 5 f g = 4 θ 4.5.

22 Math 20F Linear Algebra Lecture Orthogonal vectors Definition 2 (Orthogonal vectors) Let V, (, ) be an inner product space. Two vectors u, v V are orthogonal, or perpendicular, if and only if Slide 43 (u, v) = 0. We call them orthogonal, because cos(θ) = 0, which implies θ = π/2. Example: The vectors cos(x), sin(x) C(0, 2π) are orthogonal, because (cos(x), sin(x)) = = 2 2π = 4 = π 0 sin(x) cos(x) dx, sin(2x) dx, ( cos(2x) 2π 0 ),

Inner product. Definition of inner product

Inner product. Definition of inner product Math 20F Linear Algebra Lecture 25 1 Inner product Review: Definition of inner product. Slide 1 Norm and distance. Orthogonal vectors. Orthogonal complement. Orthogonal basis. Definition of inner product

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inner products on R n, and more

Inner products on R n, and more Inner products on R n, and more Peyam Ryan Tabrizian Friday, April 12th, 2013 1 Introduction You might be wondering: Are there inner products on R n that are not the usual dot product x y = x 1 y 1 + +

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Dot product and vector projections (Sect. 12.3) There are two main ways to introduce the dot product

Dot product and vector projections (Sect. 12.3) There are two main ways to introduce the dot product Dot product and vector projections (Sect. 12.3) Two definitions for the dot product. Geometric definition of dot product. Orthogonal vectors. Dot product and orthogonal projections. Properties of the dot

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

v w is orthogonal to both v and w. the three vectors v, w and v w form a right-handed set of vectors.

v w is orthogonal to both v and w. the three vectors v, w and v w form a right-handed set of vectors. 3. Cross product Definition 3.1. Let v and w be two vectors in R 3. The cross product of v and w, denoted v w, is the vector defined as follows: the length of v w is the area of the parallelogram with

More information

MAT188H1S Lec0101 Burbulla

MAT188H1S Lec0101 Burbulla Winter 206 Linear Transformations A linear transformation T : R m R n is a function that takes vectors in R m to vectors in R n such that and T (u + v) T (u) + T (v) T (k v) k T (v), for all vectors u

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

Linear algebra and the geometry of quadratic equations. Similarity transformations and orthogonal matrices

Linear algebra and the geometry of quadratic equations. Similarity transformations and orthogonal matrices MATH 30 Differential Equations Spring 006 Linear algebra and the geometry of quadratic equations Similarity transformations and orthogonal matrices First, some things to recall from linear algebra Two

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

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

Lecture 1: Schur s Unitary Triangularization Theorem

Lecture 1: Schur s Unitary Triangularization Theorem Lecture 1: Schur s Unitary Triangularization Theorem This lecture introduces the notion of unitary equivalence and presents Schur s theorem and some of its consequences It roughly corresponds to Sections

More information

Notes on Symmetric Matrices

Notes on Symmetric Matrices CPSC 536N: Randomized Algorithms 2011-12 Term 2 Notes on Symmetric Matrices Prof. Nick Harvey University of British Columbia 1 Symmetric Matrices We review some basic results concerning symmetric matrices.

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

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

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

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

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

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

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

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

Numerical Analysis Lecture Notes

Numerical Analysis Lecture Notes Numerical Analysis Lecture Notes Peter J. Olver 5. Inner Products and Norms The norm of a vector is a measure of its size. Besides the familiar Euclidean norm based on the dot product, there are a number

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

5.3 The Cross Product in R 3

5.3 The Cross Product in R 3 53 The Cross Product in R 3 Definition 531 Let u = [u 1, u 2, u 3 ] and v = [v 1, v 2, v 3 ] Then the vector given by [u 2 v 3 u 3 v 2, u 3 v 1 u 1 v 3, u 1 v 2 u 2 v 1 ] is called the cross product (or

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

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

Chapter 20. Vector Spaces and Bases

Chapter 20. Vector Spaces and Bases Chapter 20. Vector Spaces and Bases In this course, we have proceeded step-by-step through low-dimensional Linear Algebra. We have looked at lines, planes, hyperplanes, and have seen that there is no limit

More information

9 Multiplication of Vectors: The Scalar or Dot Product

9 Multiplication of Vectors: The Scalar or Dot Product Arkansas Tech University MATH 934: Calculus III Dr. Marcel B Finan 9 Multiplication of Vectors: The Scalar or Dot Product Up to this point we have defined what vectors are and discussed basic notation

More information

Using row reduction to calculate the inverse and the determinant of a square matrix

Using row reduction to calculate the inverse and the determinant of a square matrix Using row reduction to calculate the inverse and the determinant of a square matrix Notes for MATH 0290 Honors by Prof. Anna Vainchtein 1 Inverse of a square matrix An n n square matrix A is called invertible

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

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

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

Lecture 4: Partitioned Matrices and Determinants

Lecture 4: Partitioned Matrices and Determinants Lecture 4: Partitioned Matrices and Determinants 1 Elementary row operations Recall the elementary operations on the rows of a matrix, equivalent to premultiplying by an elementary matrix E: (1) multiplying

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

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

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

MAT 242 Test 2 SOLUTIONS, FORM T

MAT 242 Test 2 SOLUTIONS, FORM T MAT 242 Test 2 SOLUTIONS, FORM T 5 3 5 3 3 3 3. Let v =, v 5 2 =, v 3 =, and v 5 4 =. 3 3 7 3 a. [ points] The set { v, v 2, v 3, v 4 } is linearly dependent. Find a nontrivial linear combination of these

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

Vectors Math 122 Calculus III D Joyce, Fall 2012

Vectors Math 122 Calculus III D Joyce, Fall 2012 Vectors Math 122 Calculus III D Joyce, Fall 2012 Vectors in the plane R 2. A vector v can be interpreted as an arro in the plane R 2 ith a certain length and a certain direction. The same vector can be

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

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

26. Determinants I. 1. Prehistory

26. Determinants I. 1. Prehistory 26. Determinants I 26.1 Prehistory 26.2 Definitions 26.3 Uniqueness and other properties 26.4 Existence Both as a careful review of a more pedestrian viewpoint, and as a transition to a coordinate-independent

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

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

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

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

Brief Introduction to Vectors and Matrices

Brief Introduction to Vectors and Matrices CHAPTER 1 Brief Introduction to Vectors and Matrices In this chapter, we will discuss some needed concepts found in introductory course in linear algebra. We will introduce matrix, vector, vector-valued

More information

1.3. DOT PRODUCT 19. 6. If θ is the angle (between 0 and π) between two non-zero vectors u and v,

1.3. DOT PRODUCT 19. 6. If θ is the angle (between 0 and π) between two non-zero vectors u and v, 1.3. DOT PRODUCT 19 1.3 Dot Product 1.3.1 Definitions and Properties The dot product is the first way to multiply two vectors. The definition we will give below may appear arbitrary. But it is not. It

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

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

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

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

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

MATH1231 Algebra, 2015 Chapter 7: Linear maps

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

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

Notes on Linear Algebra. Peter J. Cameron

Notes on Linear Algebra. Peter J. Cameron Notes on Linear Algebra Peter J. Cameron ii Preface Linear algebra has two aspects. Abstractly, it is the study of vector spaces over fields, and their linear maps and bilinear forms. Concretely, it is

More information

Lecture notes on linear algebra

Lecture notes on linear algebra Lecture notes on linear algebra David Lerner Department of Mathematics University of Kansas These are notes of a course given in Fall, 2007 and 2008 to the Honors sections of our elementary linear algebra

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

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

Figure 1.1 Vector A and Vector F

Figure 1.1 Vector A and Vector F CHAPTER I VECTOR QUANTITIES Quantities are anything which can be measured, and stated with number. Quantities in physics are divided into two types; scalar and vector quantities. Scalar quantities have

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

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