Contents Matrices Vector Calculus

Size: px
Start display at page:

Download "Contents Matrices Vector Calculus"

Transcription

1 Contents 1 Matrices Introduction Determinant of a matrix Inverse of a matrix Eigenvalues and eigenvectors Diagonalisation of matrices Solutions to systems of equations Vector Calculus 11.1 Introduction Equations of lines Equations of planes Vector functions Tangent lines and normal plane to space curves Functions with several variables Composite functions Partial differentiation of vectors Application: Scalar and vector fields Directional derivatives of scalar field Gradient of a scalar field Vector field Divergence of a Vector field Curl of a Vector field Tangent plane to a surface at a point Normal line to a surface at a point

2 CONTENTS

3 Chapter 1 Matrices 1.1 Introduction A matrix is an array of numbers in rows and columns. It is named by an alphabetic letter and a size. A matrix size or order is the number of rows number of columns. An m n matrix A is denoted by A m n = [a ij ] m n for i = 1,,...m and j = 1,,...n. A square matrix is one in which the number of rows is equal to the number of columns. Matrices A and B are equal if and only if the entries of matrix A, [a ij ] are equal to those of matrix B [b ij ] for all i and j. Matrix operations Addition and subtraction of matrices is only possible for matrices of the same order. Scalar multiplication is when all entries of a matrix are multiplied by same scalar, k. Multiplication of matrices is possible if the number of columns of the first matrix is equal to the number of rows of the second matrix. The (ij) th entry of XY is equal to the [ ] i th row of X j th column of Y = x i1 x i... x in y 1j y j.. y nj. Types of Matrices 1. Triangular Matrix This is a matrix in which a ij = 0 for all i > j or i < j but not both e.g. This is called a lower triangular matrix.. Singular Matrix This is a matrix whose determinant is zero. 3. Square Matrix

4 Matrices A square matrix is a matrix in which the number of rows is equal to the number of columns i.e. A mn = A nn = A mm since m = n. 4. Diagonal Matrix This is a square matrix in which a ij = 0 for all i j e.g. [ ] 5. Symmetric Matrix It is a square matrix in which the (a ij ) th entry is equal to the (a ji ) th entry for all i and j e.g Skew-symmetric Matrix It is a square matrix in which the (a ij ) th entry is equal to the (a ji ) th entry for all i and j e.g Transpose of a Matrix The transpose of a matrix A is a matrix B such that the (a ij ) th entry of A is the (a ji ) th entry of B. The transpose of A is denoted by A t. Take matrix A = 1 0 and B = A t = Trace of a Matrix The trace of a matrix is the sum of the leading diagonal elements. Taking matrix A above, its trace = tr(a) = = Determinant of a matrix For a square matrix A = [a ij ], there is a unique number associated with matrix A called the determinant of A denoted by either deta or A. A lot of methods are available to calculate determinants of order 3 and above which are Sarrus, pivotal condensation or cofactor approach. [ ] a b a b Determinant of second order matrix, B = its determinant B = c d c d = ad bc Determinant of matrices of order 3 and above is calculated using:

5 Matrices 3 i. Determinant by Sarrus method The method is only applicable to square matrices of order 3. It requires you to augment your matrix by adding first columns of a 3 3 matrix in their order. Take a b c D = d e f. In this case we will add first columns of D to make a new matrix g h i a b c a b d e f d e g h i g h ii. Determinant by Pivotal condensation method iii. Determinant by Cofactor method The determinant is calculated by choosing any row or column that you want, then multiply each entry in the selected row or column by its cofactor and finally finding the sum of the resulting products. The cofactor of an entry is the determinant of a lower order matrix produced by deleting the row and column containing the entry times ( 1) i+j where ij are the subscripts of the entry i.e. det(d) = a i1 A i1 + a i A i a in A in = 1 k=n k=1 a ika ik where A ik are the cofactors of the entries a ik. Give D = then the det(d) is computed by: 1 D = 3 1 = ( 1) ( 1) ( 1)1+3 4 = ( 1 + 4) 1(3 8) + ( 6 + 8) = Find the determinant of B = iv. Determination by reducing matrix to upper triangular form We reduce the matrix into triangular form by using property 9 below. The determinant is then the product of the entries in the leading diagonal B = r = r 1 + r 0 0 r 3 = r 1 + r 0 0 = ( )(6) = 4

6 4 Matrices Properties of determinants 1. det(ab) = detadetb. A = A t 3. AB = BA 4. Interchanging rows or columns changes sign of the determinant. 5. Multiplying matrix by scalar, k multiplies determinant by k n where n is the number of rows i.e. ka = k n A 6. Multiplying row or column by k multiplies determinant by k. 7. One row or column proportional to another gives a determinant of zero. 8. One row or column being equal results in determinant of zero. 9. Addingor subtracting scalar multiple of one row or column to another does not affect the determinant. 1.3 Inverse of a matrix Inverse by Adjoint method The inverse of a matrix can ( be calculated ) using the( adjoint or ) elementary row operations. For a x matrix A =, A 1 = 1 d b a b ad bc where ad bc 0. If c d c a A is an nxn matrix for n >, then its inverse is given by A 1 = 1 (T ranspose of Matrix of cofactors of A) A = 1 A AdjointA The minor of an entry is the determinant of a lower order matrix produced by deleting the row and column containing the entry. The cofactor is then this minor times ( 1) i+j where i and j are respectively the row and column number of the entry. Inverse by elementary row operations method The method requires you to augment the matrix with an identity matrix of the same order. It is put on the right side of the matrix. Perform row operations until the identity matrix is on the left side of the matrix and the matrix on the right is the inverse of the original matrix. Elementary row operations are used to reduce the matrix into the required form. The row operations are:

7 Matrices 5 1. Interchanging rows i and j of a matrix. Multiplying row by a non-zero scalar 3. Replace row by the sum of that row and scalar multiple of another row. Example Determine the inverse of matrix A = ( 4 3 ) using row operations. Solution( ) ( ) ( ) (AI) = r 1 = r r = r 3r ( ) r = r, r 1 = r 1 r Hence the inverse of matrix A is the square matrix of order two on the right side of this matrix. A 1 = ( ) Properties of inverses 1. If matrix A is invertible then A 0. If A = 0 then A is not invertible. 3. If A is invertible then (A 1 ) 1 = A 4. If A has an inverse then that inverse is unique. 5. If A is invertible then A t is also invertible i.e. (A t ) 1 = (A 1 ) t 6. If A is invertible then A k is also invertible i.e. (A k ) 1 = (A 1 ) k 7. If A is invertible then ka is also invertible i.e. (ka) 1 = 1 k A 1 8. If A and B are invertible then their product is also invertible i.e. (AB) 1 = B 1 A Eigenvalues and eigenvectors An eigenvector of a square matrix A is a non-zero column vector X such that AX = λx where λ is a scalar called the corresponding eigenvalue. e.g =

8 6 Matrices Here 4 is the eigenvector and 3 is the correspoding eigenvalue. Note: A scalar multiple of an eigenvector is also an eigenvector of the same matrix with the eigenvalue unaltered. Finding eigenvalues and vectors of a matrix AX = λx (A λi)x = 0 = A λi = 0 A λi = 0 is the characteristic ( ) equation whose roots are the eigen values of A. 1 Find the eigen values of 3 0 Solution ( ) ( ) 1 λ λ = λ 1 3 λ = 0 λ λ 3 = 0 λ = 1 or 3 So the corresponding eigen vectors are got by solving for matrix X from the equation x that (A λi)x = 0 where matrix X= y. So taking the first eigen value λ = 1 ( z ( 1) ( 1) ) ( x y ) = 0 3x + y = 0 = y = 3x 3x + y = 0 ( So, taking x = 1, y = 3. The eigen vector corresponding to λ = 1 is X = Exercise 1 3 ) 1. Find the eigenvectors of the matrix after verifying that its eigenvalues are λ = 1, and

9 Matrices Diagonalisation of matrices A square matrix A = [a ij ] n n is said to be diagonalisable if it can be written in such a way that a ij = 0 for all i j. The entries in the leading diagonal are the eigen values of the original matrix A. A matrix P which diagolises A is the matrix of eigen vectors of A written in the order corresponding to that of the eigen values in the diagonal form D. To diagonalise a matrix we therefore need the eigen vectors of that matrix. If D is the diagonal form ( of A then ) AP = P D and we say D is similar to A e.g. Find the 5 3 diagonal form of 6 Linear independence A set of vectors v 1, v,...v n is said to be linearly dependent if there exists scalars a 1, a,...a n not all zero such that a 1 v 1 + a v +...a n v n = 0. If a 1 v 1 + a v +...a n v n = 0 = a i = 0 for all i then v 1, v...v n are said to be linearly independent. We show that vectors are linearly dependent or not by writing the vectors as rows of a matrix and reducing the matrix to row echelon form. If the resultant matrix has at least one zero row then the vectors are linearly dependent andif there is no zero row the vectors are linearly independent. Determine whether or not the vectors (1, 1,, 1), (1,, 3, 3) and (, 1, 5, 5) are linearly independent. 1.6 Solutions to systems of equations A system of n equations each with at most n unknowns is said to be consistent if it has at least one solution. A system which does not have any solution on the other hand is said to be inconsistent. Every linear system of equations has either a unique solution, an infinite number of solutions or no solutions at all. Solutions of systems of equation can be found using matrix methods that are i) Row operations, ii) Cramer s rule and iii) matrix inverse method Row echelon form of matrix An n n matrix is said to be in row echelon form if: 1. the leading entry in each non-zero row is 1.. the leading entry in each non-zero row appears to the right of the leading entry of all rows above it. 3. if zero rows exist, they should be at the bottom. If in each column that has a leading entry all other entries are zeros, the matrix is said to be in reduced row echelon form. Examples of matrices in row echelon and reduced row echelon form.

10 8 Matrices Gauss-Jordan elimination method This is a sequence of steps followed to reduce a matrix to row echelon form. The steps are: 1. Locate row with left most entry not equal to zero and move it to the top.. Change leading entry of top to Change all entries in column one below a 11 to zeros using row operations. 4. Locate (from the remaining rows) a row with left most entry not equal to zero and make it row. 5. Repeat step and Repeat steps 4, and To get reduced row echelon form start from bottom and move upwards adding suitable multiples of every row to those above. Example Solve the following system of equations by reducing the augmented matrix to row echelon form. Solution The augmented matrix is: r 1 = r r 3 = r 3 4r x 6z = 0 x + y + z = 3 x + 4y = r 3 = r 3 4 r 1 = r 4 + r r = r + r 1 r 3 = r 3 r From the final matrix, the solution to the system of equations is: Cramer s rule x = 13 13, y = 3, z = This is another matrix method used to solve systems of equation given in the form AX = B. The method requires knowledge of calculating determinants of matrices. The following steps should be followed when using this method. 1. Identify matrices A and B from the equations.

11 Matrices 9. Calculate the determinant of matrix A. 3. Introduce matrices A i by replacing colum i of matrix A by matrix B. 4. Calculate the determinants of matrices A i. 5. Solutions to the system of equations, x i is given by x i = A i A for all i from 1 to n, where n is the number of variables. Inverse matrix method The inverse method assumes knowledge of inverses of matrices. The equation AX = B is solved by the following steps. 1. Calculate the inverse of matrix A.. Pre-multiply the equation AX = B by A 1 and you get A 1 AX = A 1 B. 3. This results in X = A 1 B. 4. Interpret your solutions from the relations that the column matrix X = [x i ] Exercise 1. Solve the system of equation: 3y + 4z = x 5y + z = 9 x + y 4z = 7

12 10 Matrices

13 Chapter Vector Calculus.1 Introduction A vector is a quantity that has both magnitude and direction. Examples of vector quantities are velocity, acceleration and force. vectors are denoted by bold or underlined letters, directed lines, column matrices of the i, j, k notation e.g. i-5j+4k where i, j and k are unit vectors in the x, y, and z axes respectively. A unit vector is a vector of magnitude 1. The modulus of a vector r is the length of a line segment that represents the vector. If r = xi + yj + zk the modulus of vector r is r = x + y + z Addition and Subtraction Correspnding compents are added or subtracted from the given vectors. Scalar Multiplication All vector components are multiplied by the scalar. Vector multiplication If vectors r 1 = x 1 i + y 1 j + z 1 k and r = x i + y j + z k then the scalar or dot product of r 1 and r denoted by r 1 r = x 1 x + y 1 y + z 1 z which is a scalar. The cross or vector product of two vectors r 1 and r denoted by r 1 r = i j k x 1 y 1 z 1 x y z which is a vector whose modulus denotes the area of the parrallelogram made by the two vectors. If r 3 = x 3 i + y 3 j + z 3 k then the scalar tripple product is given as below, whose

14 1 Vector Calculus modulus is the volume of the parallepiped with the three vectors as sides. x 1 y 1 z 1 r 1 r r 3 = x y z x 3 y 3 z 3 Orthogonal vectors have a dot product of zero. Orthogonal projection of one vector onto another ( a, b) is the length of the shadow of a along b when the light is vertically above a and b is horizontal. The projection of a onto b is = a cos θ. Equations of lines Vector equation of a line is r = a + ut or can be written in cartesian form as x x 0 a = y y 0 b = z z 0 c Nature of lines Lines in space can be intersecting, parallel, skew or coinciding. To discuss equations of lines that intersect, are parallel, skew and coincides..3 Equations of planes If a point r 0 and a normal to the plane are given, then the equation is: ( r r 0 ).N = 0 If three points are given as A, B, C and let R be a general point in the plane, then the normal to the plane is AB AC. The equation then takes the same form above. The cartesian equation takes the form ax + by + cz + d = 0 where ai + bj + ck is the vector normal to plane..4 Vector functions A vector function F of a single scalar value t is a function that assigns to each scalar value t 0 a unique vector F (t) called the value of F at t e.g. F (t) = (t +t)i+(1 t )j+tk. Each value of t corresponds to a point or vector whose initial point is the origin. A vector function like this describes a space curve.

15 Vector Calculus 13 Ordinary differentiation of a vector function F (t + t) F (t) A vector function is said to be differentiable at t if lim exists. This t 0 t limit is denoted by F (t) or df dt and is called the derivative of F. If F represents displacement then F represents velocity. For the function above F (t) = (t + )i tj + k Limit and continuity of a vector function A constant vector A is called the limit of a vector function F(t) as t t 0 written as lim F (t) = A if and only if for every ɛ > 0 there exists a > 0 such that F (t) A < ɛ t t 0 whenever 0 < t t 0 <. Show that the limit of F (t) = 3i + tj + tk as t 5 is 3i + 5j + 10k. Solution We show that F (t) (3i + 5j + 10k) 0 as t 0. Now F (t) (3i + 5j + 10k) = 3i + tj + tk (3i + 5j + 10k) = (t 5)j + t 10)k = (t 5)j + (t 5)k which approaches zero as (t 5) 0. Therefore lim t 5 (3i + tj + tk) = 3i + 5j + 10k. Find the lim( sin t i + cos t 1 j + e t k). To find the limit, show that a given constant t 0 t t vector is the limit of some vector function, one may consider the limits component by component and treat each component the way limits of scalars are treated..5 Tangent lines and normal plane to space curves Given that F (t) = (t cos t)i + (3 + sin t)j + (1 + cos 3t)k. Find the equation of the tangent line to this curve at t = π. Find also the equation of the normal plane through this point. Solution F (t) = (1 + sin t)i + ( cos t)j + ( 3 sin 3t)k, when t = π, F (t) = i j + 3k and F (t) = π i + 3j + k. Therefore equation of tangent is and equation of plane normal to curve is r(t) = ( π i + 3j + k) + λ(i j + 3k) [ r(t) ( π i + 3j + k)].(i j + 3k) = 0

16 14 Vector Calculus A unit vector tangent to a space curve is given by T = df i dt i + df dt j + df 3 dt k ( df 1 dt ) + ( df dt ) + ( df 3 dt ).6 Functions with several variables A function can have two or more independent variables e.g. W = f(x, y) = x + xy y and P = f(x, y, z) = x yz z. Partial derivatives are odrinary derivatives of a function of several variables with respect to one of the independent variables, keeping other independent variables constant. Partial derivatives of f(x, y) with respect to x and y are denoted by f x, f x or f x (x, y) and f y, f y or f y (x, y) respectively. Given a function f(x, y) = x 3 + 3xy then f x = 6x + 3y and f y = 6xy f xx = x ( f x ) = 1x, and f yy = y ( f y ) = 6x f xy = y ( f x ) = y (6x + 3y ) = 6y f yx = x ( f y ) = (6xy) = 6y x.6.1 Composite functions Let z = f(x, y) where x = g(r, s) and y = h(r, s), then z r = z x. x r + z y. y r and z s = z x. x s + z y. y s Example Given x = r s and y = r + s find u r in terms of r and s if u = x y 3. Solution u r = u x. x r + u y. y r = 4xy3.+6x y.1 = 8xy 3 +6x y = 8(r s)(r+s) 3 +6(r s) (r+s) Exercise Find z t at t = π given z = exy, x = t cos t and y = t sin t

17 Vector Calculus Partial differentiation of vectors The partial derivative of a vector function F (x, y, z) = F 1 i + F j + F 3 k with respect to x where F 1, F, F 3 are function in x, y, z is F (x + x, y, z) F (x, y, z) F x = lim x 0 x provided it exists. F y and F z are defined similarly. If F (x, y, z) = (x 3 y + z )i + ye z j + (z + cos x)k then F x = 6x i sin xk..7 Application: Scalar and vector fields A field is a space or portion of space where the value of some quantity is defined. If the quantity in question is a scalar, the field is said to be scalar and if the quantity is a vector then the field is a vector. Examples of scaler fields are the density of atmospheric air and the temperature at each point in an insulated wall. F = x + y + 3z is an example of a scalar function. If x + y + 3z = k where k is constant, we say a level surface has been defined. There is a collection of all points at which the scalar field has the same value k..8 Directional derivatives of scalar field It is derivative of a scalar field / function along a given curve in a given direction. It measures the rate at which the scalar of interest in changing. It is defined by φ = φ φ φ cos α + cos β + u P o x y z cos γ where P o is the point of interest, u is the directional vector of interest, cos φ, cos β, and cos γ are the directional cosines of u and φ x, φ φ y and z are the partial derivatives with respect to each of the variables x, y and z. Example Find the directional derivative of φ(x, y, z) = xyz at P o (1,, 1) in the direction P ( 1, 1, ). Solution u = = i + j + k cos α = 6, cos β = 1 6, cos φ = 1 6 u = ( ) + ( 1) + (1 ) = 6

18 16 Vector Calculus φ φ φ x = zy, y = xz, z = xy, and at point P o. φ φ φ x =, y =, z = 1, the directional derivative of the field at P o in the direction of P is φ u = ( 6 ) + ( )( 1 6 ) + ( 1)( 1 6 ) = 3 6 = 6 suggesting that the scalar is reducing along P. This value can also be got by making use of the vector differential operator del / nabla..9 Gradient of a scalar field It is a vector or vector function that gives the vector perpendicular to a given scalar field at a given point. It is defined by grad φ φ = i φ x + j φ y + k φ z where φ is the function and is the vector differential operator = i x + j y + k z. Example Find the gradient of φ(x, y, z) = x + y + z Solution φ = i (x+y+z) x + j (x+y+z) y + k (x+y+z) z = i + j + k which is normal to the family of planes x + y + z = k. Example Find the directional derivative of φ(x, y, z) = xyz at P (1,, 1) in the direction of P ( 1, 1, ). Solution The vector in the direction required is ( i + j + k) (i + j + k) = i j + k and the unit vector in this direction is 1 6 ( i j + k). φ = yzi + xzj + xyk. The directional derivative is therefore φ.n = (yzi + xzj + xyk).( 1 ( yz xz + xy) ( i j + k)) = 6 6 and at (1,, 1) this simplifies to 6.10 Vector field Thisis a space or portion of a space where a vector is defined at every point of the space. An example is the gravitational field of the earth. F (x, y, z) = x i + xyj + (x + y) 3 k and F = xi + yj are examples of vector functions.

19 Vector Calculus Divergence of a Vector field This is a scalar which tells the extent to which a vector field explodes. It is given by: For F = xi + yj,. F = (i x + j y + k z ).(F 1i + F j + F 3 k). F = (i x + j y + k ).(xi + yj + ok) = =. z.1 Curl of a Vector field It tells how a vector field rotates. It is given by: F i j k = x y z F 1 F F 3 Then for F = yi + xj the curl of F is: F = i j k x y z y x 0 = k.13 Tangent plane to a surface at a point Let r = (x, y, z) be a general point in a plane, r o = (x o, y o, z o ) be the point of interest and F be a scalar field of concern (surface). The tangent plane to the surface is given by: (r r o ).N = (r r o ). F Po = 0.14 Normal line to a surface at a point Let r = (x, y, z) be a general point on the line, r o = (x o, y o, z o ) be the point of interest and F be a scalar field. The equation of the line is given by x x o F x = y y 0 F P o y P o = z z o F z P o Example Find the equation of a) tangent plane b) normal line to the surface F (x, y, z) = x yz + 3y xz + 8z at (1,, 1).

20 18 Vector Calculus Solution A normal to the surface at (1,, 1) is.f (1,, 1) = (x y z z )i + (x z + 6y)j + (8 4xz + x y)k = 6i + 11j + 14k The equation of the tangent plane to the surface at (1,, 1) is: [r (i + j k)].( 6i + 11j + 14k) = 0 This reduces to: 6x + 11y + 14z = 0 The equation of the normal to surface at (1,, 1) is: This reduces to: Example r = (i + j k) + t( 6i + 11j + 14k) x 1 6 = y = z Find the equations of the a) tangent line b) normal plane to a curve R = (t cos t)i + (3 + sin t)j + (1 + cos 3t)k at t = π. Solution A vector tangent to the curve at a point where t = π is T o = dr dt t= π = (1 + sin t)i + cos tj 3 sin 3tk t= π = i j +3k and at t = π, R = π i+3j +k. The required equation is: x π = y 3 = z 1 3 A vector tangent to the curve is normal to the required plane and ( π, 3, 1) is on the plane, so the required equation is: Exercises [r ( π i + 3j + k)].(i j + 3k) = 0

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

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

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

Unified Lecture # 4 Vectors

Unified Lecture # 4 Vectors Fall 2005 Unified Lecture # 4 Vectors These notes were written by J. Peraire as a review of vectors for Dynamics 16.07. They have been adapted for Unified Engineering by R. Radovitzky. References [1] Feynmann,

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

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

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

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has The line L through the points A and B is parallel to the vector AB = 3, 2, and has parametric equations x = 3t + 2, y = 2t +, z = t Therefore, the intersection point of the line with the plane should satisfy:

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

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

Physics 235 Chapter 1. Chapter 1 Matrices, Vectors, and Vector Calculus

Physics 235 Chapter 1. Chapter 1 Matrices, Vectors, and Vector Calculus Chapter 1 Matrices, Vectors, and Vector Calculus In this chapter, we will focus on the mathematical tools required for the course. The main concepts that will be covered are: Coordinate transformations

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

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

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

Lecture L3 - Vectors, Matrices and Coordinate Transformations

Lecture L3 - Vectors, Matrices and Coordinate Transformations S. Widnall 16.07 Dynamics Fall 2009 Lecture notes based on J. Peraire Version 2.0 Lecture L3 - Vectors, Matrices and Coordinate Transformations By using vectors and defining appropriate operations between

More information

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

Adding vectors We can do arithmetic with vectors. We ll start with vector addition and related operations. Suppose you have two vectors 1 Chapter 13. VECTORS IN THREE DIMENSIONAL SPACE Let s begin with some names and notation for things: R is the set (collection) of real numbers. We write x R to mean that x is a real number. A real number

More information

(a) We have x = 3 + 2t, y = 2 t, z = 6 so solving for t we get the symmetric equations. x 3 2. = 2 y, z = 6. t 2 2t + 1 = 0,

(a) We have x = 3 + 2t, y = 2 t, z = 6 so solving for t we get the symmetric equations. x 3 2. = 2 y, z = 6. t 2 2t + 1 = 0, Name: Solutions to Practice Final. Consider the line r(t) = 3 + t, t, 6. (a) Find symmetric equations for this line. (b) Find the point where the first line r(t) intersects the surface z = x + y. (a) We

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

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

vector calculus 2 Learning outcomes

vector calculus 2 Learning outcomes 29 ontents vector calculus 2 1. Line integrals involving vectors 2. Surface and volume integrals 3. Integral vector theorems Learning outcomes In this Workbook you will learn how to integrate functions

More information

THREE DIMENSIONAL GEOMETRY

THREE DIMENSIONAL GEOMETRY Chapter 8 THREE DIMENSIONAL GEOMETRY 8.1 Introduction In this chapter we present a vector algebra approach to three dimensional geometry. The aim is to present standard properties of lines and planes,

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

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

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

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

1 Determinants and the Solvability of Linear Systems

1 Determinants and the Solvability of Linear Systems 1 Determinants and the Solvability of Linear Systems In the last section we learned how to use Gaussian elimination to solve linear systems of n equations in n unknowns The section completely side-stepped

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

F Matrix Calculus F 1

F Matrix Calculus F 1 F Matrix Calculus F 1 Appendix F: MATRIX CALCULUS TABLE OF CONTENTS Page F1 Introduction F 3 F2 The Derivatives of Vector Functions F 3 F21 Derivative of Vector with Respect to Vector F 3 F22 Derivative

More information

Rotation Matrices and Homogeneous Transformations

Rotation Matrices and Homogeneous Transformations Rotation Matrices and Homogeneous Transformations A coordinate frame in an n-dimensional space is defined by n mutually orthogonal unit vectors. In particular, for a two-dimensional (2D) space, i.e., n

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

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

Solutions to old Exam 1 problems

Solutions to old Exam 1 problems Solutions to old Exam 1 problems Hi students! I am putting this old version of my review for the first midterm review, place and time to be announced. Check for updates on the web site as to which sections

More information

Elasticity Theory Basics

Elasticity Theory Basics G22.3033-002: Topics in Computer Graphics: Lecture #7 Geometric Modeling New York University Elasticity Theory Basics Lecture #7: 20 October 2003 Lecturer: Denis Zorin Scribe: Adrian Secord, Yotam Gingold

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

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89 by Joseph Collison Copyright 2000 by Joseph Collison All rights reserved Reproduction or translation of any part of this work beyond that permitted by Sections

More information

4.2. LINE INTEGRALS 1. 2 2 ; z = t. ; y = sin

4.2. LINE INTEGRALS 1. 2 2 ; z = t. ; y = sin 4.2. LINE INTEGRALS 1 4.2 Line Integrals MATH 294 FALL 1982 FINAL # 7 294FA82FQ7.tex 4.2.1 Consider the curve given parametrically by x = cos t t ; y = sin 2 2 ; z = t a) Determine the work done by the

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

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

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

Two vectors are equal if they have the same length and direction. They do not

Two vectors are equal if they have the same length and direction. They do not Vectors define vectors Some physical quantities, such as temperature, length, and mass, can be specified by a single number called a scalar. Other physical quantities, such as force and velocity, must

More information

JUST THE MATHS UNIT NUMBER 8.5. VECTORS 5 (Vector equations of straight lines) A.J.Hobson

JUST THE MATHS UNIT NUMBER 8.5. VECTORS 5 (Vector equations of straight lines) A.J.Hobson JUST THE MATHS UNIT NUMBER 8.5 VECTORS 5 (Vector equations of straight lines) by A.J.Hobson 8.5.1 Introduction 8.5. The straight line passing through a given point and parallel to a given vector 8.5.3

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

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

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

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

A Primer on Index Notation

A Primer on Index Notation A Primer on John Crimaldi August 28, 2006 1. Index versus Index notation (a.k.a. Cartesian notation) is a powerful tool for manipulating multidimensional equations. However, there are times when the more

More information

DERIVATIVES AS MATRICES; CHAIN RULE

DERIVATIVES AS MATRICES; CHAIN RULE DERIVATIVES AS MATRICES; CHAIN RULE 1. Derivatives of Real-valued Functions Let s first consider functions f : R 2 R. Recall that if the partial derivatives of f exist at the point (x 0, y 0 ), then we

More information

C relative to O being abc,, respectively, then b a c.

C relative to O being abc,, respectively, then b a c. 2 EP-Program - Strisuksa School - Roi-et Math : Vectors Dr.Wattana Toutip - Department of Mathematics Khon Kaen University 200 :Wattana Toutip wattou@kku.ac.th http://home.kku.ac.th/wattou 2. Vectors A

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

Differentiation of vectors

Differentiation of vectors Chapter 4 Differentiation of vectors 4.1 Vector-valued functions In the previous chapters we have considered real functions of several (usually two) variables f : D R, where D is a subset of R n, where

More information

Section 12.6: Directional Derivatives and the Gradient Vector

Section 12.6: Directional Derivatives and the Gradient Vector Section 26: Directional Derivatives and the Gradient Vector Recall that if f is a differentiable function of x and y and z = f(x, y), then the partial derivatives f x (x, y) and f y (x, y) give the rate

More information

1 3 4 = 8i + 20j 13k. x + w. y + w

1 3 4 = 8i + 20j 13k. x + w. y + w ) Find the point of intersection of the lines x = t +, y = 3t + 4, z = 4t + 5, and x = 6s + 3, y = 5s +, z = 4s + 9, and then find the plane containing these two lines. Solution. Solve the system of equations

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

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

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

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

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

Vector Algebra CHAPTER 13. Ü13.1. Basic Concepts

Vector Algebra CHAPTER 13. Ü13.1. Basic Concepts CHAPTER 13 ector Algebra Ü13.1. Basic Concepts A vector in the plane or in space is an arrow: it is determined by its length, denoted and its direction. Two arrows represent the same vector if they have

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

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

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

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

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

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

MATH 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

Exam 1 Sample Question SOLUTIONS. y = 2x

Exam 1 Sample Question SOLUTIONS. y = 2x Exam Sample Question SOLUTIONS. Eliminate the parameter to find a Cartesian equation for the curve: x e t, y e t. SOLUTION: You might look at the coordinates and notice that If you don t see it, we can

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

A vector is a directed line segment used to represent a vector quantity.

A vector is a directed line segment used to represent a vector quantity. Chapters and 6 Introduction to Vectors A vector quantity has direction and magnitude. There are many examples of vector quantities in the natural world, such as force, velocity, and acceleration. A vector

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

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

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

Mechanics 1: Conservation of Energy and Momentum

Mechanics 1: Conservation of Energy and Momentum Mechanics : Conservation of Energy and Momentum If a certain quantity associated with a system does not change in time. We say that it is conserved, and the system possesses a conservation law. Conservation

More information

9.4. The Scalar Product. Introduction. Prerequisites. Learning Style. Learning Outcomes

9.4. The Scalar Product. Introduction. Prerequisites. Learning Style. Learning Outcomes The Scalar Product 9.4 Introduction There are two kinds of multiplication involving vectors. The first is known as the scalar product or dot product. This is so-called because when the scalar product of

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

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

7.4. The Inverse of a Matrix. Introduction. Prerequisites. Learning Style. Learning Outcomes

7.4. The Inverse of a Matrix. Introduction. Prerequisites. Learning Style. Learning Outcomes The Inverse of a Matrix 7.4 Introduction In number arithmetic every number a 0 has a reciprocal b written as a or such that a ba = ab =. Similarly a square matrix A may have an inverse B = A where AB =

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

1 of 79 Erik Eberhardt UBC Geological Engineering EOSC 433

1 of 79 Erik Eberhardt UBC Geological Engineering EOSC 433 Stress & Strain: A review xx yz zz zx zy xy xz yx yy xx yy zz 1 of 79 Erik Eberhardt UBC Geological Engineering EOSC 433 Disclaimer before beginning your problem assignment: Pick up and compare any set

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

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

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

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

Solutions for Review Problems

Solutions for Review Problems olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector

More information

Orthogonal Projections

Orthogonal Projections Orthogonal Projections and Reflections (with exercises) by D. Klain Version.. Corrections and comments are welcome! Orthogonal Projections Let X,..., X k be a family of linearly independent (column) vectors

More information

Chapter 7. Matrices. Definition. An m n matrix is an array of numbers set out in m rows and n columns. Examples. ( 1 1 5 2 0 6

Chapter 7. Matrices. Definition. An m n matrix is an array of numbers set out in m rows and n columns. Examples. ( 1 1 5 2 0 6 Chapter 7 Matrices Definition An m n matrix is an array of numbers set out in m rows and n columns Examples (i ( 1 1 5 2 0 6 has 2 rows and 3 columns and so it is a 2 3 matrix (ii 1 0 7 1 2 3 3 1 is a

More information

GCE Mathematics (6360) Further Pure unit 4 (MFP4) Textbook

GCE Mathematics (6360) Further Pure unit 4 (MFP4) Textbook Version 36 klm GCE Mathematics (636) Further Pure unit 4 (MFP4) Textbook The Assessment and Qualifications Alliance (AQA) is a company limited by guarantee registered in England and Wales 364473 and a

More information

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

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

More information

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

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

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve SOLUTIONS Problem. Find the critical points of the function f(x, y = 2x 3 3x 2 y 2x 2 3y 2 and determine their type i.e. local min/local max/saddle point. Are there any global min/max? Partial derivatives

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

11.1. Objectives. Component Form of a Vector. Component Form of a Vector. Component Form of a Vector. Vectors and the Geometry of Space

11.1. Objectives. Component Form of a Vector. Component Form of a Vector. Component Form of a Vector. Vectors and the Geometry of Space 11 Vectors and the Geometry of Space 11.1 Vectors in the Plane Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. 2 Objectives! Write the component form of

More information

DATA ANALYSIS II. Matrix Algorithms

DATA ANALYSIS II. Matrix Algorithms DATA ANALYSIS II Matrix Algorithms Similarity Matrix Given a dataset D = {x i }, i=1,..,n consisting of n points in R d, let A denote the n n symmetric similarity matrix between the points, given as where

More information

discuss how to describe points, lines and planes in 3 space.

discuss how to describe points, lines and planes in 3 space. Chapter 2 3 Space: lines and planes In this chapter we discuss how to describe points, lines and planes in 3 space. introduce the language of vectors. discuss various matters concerning the relative position

More information

Linear Equations ! 25 30 35$ & " 350 150% & " 11,750 12,750 13,750% MATHEMATICS LEARNING SERVICE Centre for Learning and Professional Development

Linear Equations ! 25 30 35$ &  350 150% &  11,750 12,750 13,750% MATHEMATICS LEARNING SERVICE Centre for Learning and Professional Development MathsTrack (NOTE Feb 2013: This is the old version of MathsTrack. New books will be created during 2013 and 2014) Topic 4 Module 9 Introduction Systems of to Matrices Linear Equations Income = Tickets!

More information

State of Stress at Point

State of Stress at Point State of Stress at Point Einstein Notation The basic idea of Einstein notation is that a covector and a vector can form a scalar: This is typically written as an explicit sum: According to this convention,

More information

Section 5.3. Section 5.3. u m ] l jj. = l jj u j + + l mj u m. v j = [ u 1 u j. l mj

Section 5.3. Section 5.3. u m ] l jj. = l jj u j + + l mj u m. v j = [ u 1 u j. l mj Section 5. l j v j = [ u u j u m ] l jj = l jj u j + + l mj u m. l mj Section 5. 5.. Not orthogonal, the column vectors fail to be perpendicular to each other. 5..2 his matrix is orthogonal. Check that

More information

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

The Vector or Cross Product

The Vector or Cross Product The Vector or ross Product 1 ppendix The Vector or ross Product We saw in ppendix that the dot product of two vectors is a scalar quantity that is a maximum when the two vectors are parallel and is zero

More information