SUMMARY OF MATH 1600

Size: px
Start display at page:

Download "SUMMARY OF MATH 1600"

Transcription

1 SUMMARY OF MATH 1600 Note: The following list is intended as a study guide for the final exam. It is a continuation of the study guide for the midterm. It does not claim to be a comprehensive list. You should also study class notes, the textbook, recommended problems and MapleTA problems. 1. Vectors 1.1. Introduction. (1) Know how to manipulate n-vectors via addition, subtraction and scalar multiplication using rules of Theorem 1.1. (2) Understand the geometric definition of addition and scalar multiplication of vectors and how to obtain vectors defined with initial point A and terminal point B. (3) Find linear combinations of vectors. (4) Do arithmetic in Z m and Z n m. (5) Solve equations in Z m and Z n m or determine if this is not possible Dot Product. (1) Compute the dot product of 2 vectors in R n or Z n m and the length of a vector in R n. Find the distance between two vectors in R n. (2) Know and be able to compute with the dot product and length using properties of Theorem 1.2 and 1.3. (3) Know how to normalize a non-zero vector in R n. (4) Know and be able to apply The Cauchy Schwarz Inequality and the Triangle inequality (Theorems 1.4 and 1.5). (5) Be able to compute the angle between two vectors in R n and be able to determine when two vectors are orthogonal. (6) Know and be able to apply Pythagorus Theorem (Theorem 1.6). (7) Be able to compute the projection of a vector onto another non-zero vector Lines and Planes. (1) Determine the vector, parametric, normal and general equations of a line in R 2 and be able to convert between any two of these forms. 1

2 2 SUMMARY OF MATH 1600 (2) Determine the vector and parametric forms of a line in R 3. (3) Determine the vector, parametric, normal and general equations of a plane in R 3 and be able to convert between any two of these forms. (4) Find the distance between a point and a line in R 2 or R 3 and find the closest point on the line to the given point. (5) Find the distance between a point and a plane in R 3 and find the closest point on the plane to the given point. (6) Find the angle between two non-parallel planes. (7) Find the distance between two parallel planes or lines Code Vectors. (1) Find a missing digit in a code vector given a check vector in Z n m. Do this in the specific cases of UPC codes and ISBN-10 codes. (2) Determine whether or not a single digit error or a specified transposition error will be detected in a code vector with given check vector Introduction. 2. Systems of Linear Equations (1) Find the solution to a system of linear equations algebraically by backwards or forwards substitution or geometrically by interpreting the system as the intersection of lines in R 2 or planes in R Direct Methods for Solving Linear Equations. (1) Row reduce a matrix into row echelon form or reduced row echelon form using a series of elementary row operations. (2) Use Gaussian elimination to solve a system of linear equations. (3) Use Gauss-Jordan elimination to solve a system of linear equations. (4) Know the Rank Theorem and its implications. (5) Find the rank of a matrix. (6) Find the intersection of 2 non-parallel planes. (7) Find, if possible, the intersection of 2 lines in R 3. (8) Know Theorem 2.3: that a homogeneous system with more variables than equations has a non-zero solution and its implications. (9) Solve linear systems of equations over Z p.

3 SUMMARY OF MATH Spanning Sets and Linear Independence. (1) Determine when a given vector is in the span of a set of vectors. (2) Be able to use Theorem 2.4: i.e. b Span{a 1,..., a n } if and only if [A b] is consistent where a i is the ith column of A. (3) Determine when a subset of R n spans R n or not. (4) Describe the span of a subset of R n geometrically if n = 2, 3. (5) Determine when a subset of R n or Z n p is linearly independent or dependent. If dependent, find a linear dependence relation. (6) Use Theorem 2.6 to check for linear dependence/independence of a set of vectors in R m (or Z m p ) {a 1,..., a n } R m (or Z m p ) is linearly independent if and only if the homogeneous system Ax = 0 has only the zero solution. If it is linearly dependent, a dependence relation can be found using n i=1 x ia i = 0 if and only if Ax = 0. Here A is the m n matrix A = [a 1,..., a n ]. (7) Know the relationships between linear independence and rank. A set of vectors {a 1,... a n } in R m is linearly independent if and only if rank(a) = n where A = [a 1,..., a n ] is the m n matrix with {a 1,..., a n } as columns. (8) Know the relationship between spanning and rank. A set of vectors {a 1,..., a n } R m spans R m if and only if rank(a) = m where A = [a 1,..., a n ] is the m n matrix with {a 1,..., a n } as columns. (9) In general, rank(a) min{m, n} where A is m by n. Know the implications of this for systems of linear equations. (10) Know that any set of m vectors in R n must be linearly dependent if m > n Applications. We skipped this section Matrix Operations. 3. Matrices (1) Know all matrix terms and notation: rows, columns,diagonal entries, diagonal matrix, scalar matrix, identity matrix, square matrix, zero matrix. (2) Know when 2 matrices are equal. (3) Compute sums, differences, negatives, and scalar multiples of matrices, if defined. (4) Compute products of matrices if defined. (5) Compute powers of square matrices and know properties of powers. (6) Compute the product of two partitioned matrices.

4 4 SUMMARY OF MATH 1600 (7) Be able to manipulate various partitions of matrix products. Suppose A is m n and B is n p where a i, b i are the ith columns of A, B and A i, B i are the ith rows of A, B respectively. If e i R m, then e T i A = A i = ith row of A. If e j R n, then Ae j = a j = jth column of A. Row i of AB is A i B or n j=1 a ijb j. Column j of AB is Ab j or n i=1 b ija i. These are all different special cases of partitioning matrices to compute products. (8) Compute the transpose of a matrix and determine when a matrix is symmetric Matrix Algebra. (1) Know and be able to use the properties of matrix addition and scalar multiplication of Theorem 3.2. (2) Determine when a matrix is a linear combination of a set of other matrices. (3) Describe the span of a set of matrices. (4) Determine when a set of matrices is linearly independent or dependent and if dependent, find a linear dependence relation. (5) Know and be able to use the properties of Matrix multiplication given by Theorem 3.3. (6) Know and be able to use the properties of transposes given by Theorem 3.4. (7) Know that matrix multiplication isn t commutative and its consequences. Know that many multiplicative facts that work in the real numbers do not work for matrices, such as AB = 0 doesn t imply A = 0 or B = 0 and its consequences. (8) Know how to test when a matrix is symmetric, and how to obtain symmetric matrices from arbitrary matrices as in Theorem The Inverse of a Matrix. (1) Know the definition of an inverse of a matrix and how to check when a matrix is invertible, and how to check when a matrix B is an inverse of a matrix A (and hence A 1 = B since inverses are unique by Theorem 3.6). (2) Know how to determine whether a 2 by 2 matrix is invertible, and if so, find its inverse by the formula in Theorem 3.8. (3) Find the unique solution to Ax = b if A is invertible using the formula x = A 1 b (Theorem 3.7).

5 SUMMARY OF MATH (4) Know and be able to use the properties of inverses with respect to inverses, products, scalar multiples, transposes, and powers as in Theorem 3.9. (5) Be able to find the elementary matrix of size m obtained from any of the three types of elementary row operations (i.e. do the elementary row operation to I m ). (6) Know and be able to use Theorem 3.10: Multiplying an m by n matrix A on the left by an elementary matrix E corresponding to an elementary row operation performs the same elementary row operation on A. (7) Find the inverse of an elementary matrix using Theorem 3.11: The inverse of an elementary matrix corresponding to an elementary row operation is the elementary matrix corresponding to the inverse of that elementary row operation. (8) Be able to write an invertible matrix as a product of elementary matrices. (9) Find an elementary matrix which performs an elementary row operation. (10) Know and be able to use the Fundamental Theorem of Invertible Matrices: Version I (Theorem 3.12). (11) Find the inverse of an n n matrix A, if it exists, by row reducing [A I n ] to [I n A 1 ]. (This works by Theorem 3.14). A isn t invertible if rank(a) < n where A is n n. (12) Check that an n n matrix A is invertible by just checking AB = I n for some n n matrix B. (Theorem 3.13). (13) Find the inverse of a matrix with coefficients in Z p, p prime This section was not covered Subspaces, Basis, Dimension, and Rank. (1) Know the definition of a subspace of R n, and be able to check whether a subset of R n is a subspace by checking the three axioms or if it is not, provide an explicit numerical counterexample that shows that it fails one of the three axioms. (2) Know that the span of a finite set of vectors of R n is a subspace (Theorem 3.19). (3) Know the definitions of the row space, column space and null space of an m n real matrix A and that Row(A), Null(A) are subspaces of R n (latter from 3.21) and Col(A) is a subspace of R m. (4) Know the definition of a basis B of a subspace S of R n and be able to verify that a subset B of S is a basis of S.

6 6 SUMMARY OF MATH 1600 (5) Know that row equivalent matrices have the same row space. Use this and the fact that RREF(A) has row space basis given by its non-zero rows to find a basis for Row(A). That is, a basis of Row(A) is given by the non-zero rows of its RREF. (6) Find a basis for Col(A) by using {a p(1),..., a p(r) } where p(1) < < p(r) are the pivot columns of the RREF of A. (i.e. a basis for Col(A) is given by the columns of A corresponding to pivot columns of RREF(A).) (7) Find a basis for Null(A) using the fact that row equivalent matrices have the same row space so that Null(A) = Null(R) where R =RREF(A). Solve the system Rx = 0 by setting all the nonpivot variables to parameters, writing all the pivot variables in terms of the parameters and then after substituting back into x, expressing the solutions as linear combinations of n rank(a) vectors, one corresponding to each non-pivot variable. These n rank(a) vectors are a basis of Null(A). (8) Know the basis theorem, that any two bases for a subspace S of R n, have the same number k of vectors. Then S is a k- dimensional vector space. (9) Determine the dimension of any subspace of R n. (10) In particular, determine the dimension of subspaces related to a matrix A: dim(col(a)) = dim(row(a)) = rank(a) and nullity(a) = dim(null(a)) = n rank(a) if A is m n. (11) Know and be able to use the Rank theorem: rank(a)+nullity(a) = n if A is m n. (12) Know that rank(a) = rank(a T ) (Theorem 3.25). (13) Know and be able to use The Fundamental Theorem of Invertible Matrices: Version 2. (14) Find a basis for a subspace given as a spanning set of a finite set of vectors in R n. (15) Determine whether or not a set of vectors in R n (resp Z n p) forms a basis of R n (resp. Z n p) (16) Compute the rank and nullity of matrices over R or Z p. (17) Determine whether a vector is in Row(A), Col(A) or Null(A) for a given matrix A. (18) Know how to find the possible values of rank and nullity of a matrix of a given size, and to make conclusions about the set of columns or rows of the matrix. (19) Show that a vector w R n is in Span(B) for a basis B of a subspace S of R n. Determine its coordinate vector [w] B in this case.

7 SUMMARY OF MATH Introduction to Linear Transformations. (1) Know the definition of a linear transformation and be able to prove that a map is a linear transformation or disprove that it is a linear transformation using an explicit numerical counterexample. (2) Know that the map T A : R n R m, T A (x) = Ax is a linear transformation for any real m n matrix A (Theorem 3.30). (3) Know in fact that any linear transformation T : R n R m is of the form T = T A for a unique real m n matrix A. In fact T = T A if and only if A = [T ] where [T ] = [T (e 1 ),..., T (e n )] is the standard matrix of the linear transformation T. (Theorem 3.31). (4) Determine the standard matrix of a linear transformation T : R n R m. (5) For each type of linear transformation given by geometry in R 2. find its standard matrix. That is, find the matrix of R θ : R 2 R 2, rotation by θ radians counterclockwise from the positive x-axis (Example 3.58). Find the matrix of projection P l onto a line l through the origin in R 2. (Note that P l (x) = proj d (x) where d is the direction vector of the line through the origin in R 2 ). Find the matrix of reflection R l in a line l through the origin in R 2. (Note that F l (x) = 2proj d (x) x where d is the direction vector of the line through the origin in R 2 ). (6) Find the composite of linear transformations T : R n R m, S : R m R p, given by S T : R n R p, (S T )(v) = S(T (v)). From Theorem 3.32, S T is also a linear transformation with standard matrix [S T ] = [S][T ]. (7) Find the composite of 2 linear transformations directly and via Theorem (8) Find the matrix of a composite of linear transformations of R 2 given by geometric descriptions. (9) Know how to check whether a linear transformation is invertible and verify that another linear transformation is its (unique) inverse. (10) A linear transformation T : R n R n is invertible if and only if its standard matrix [T ] is invertible. In this case [T 1 ] = [T ] 1 (Theorem 3.33 plus class). Use this formula to find the inverse of a linear transformation Introduction. 4. Eigenvalues and Eigenvectors

8 8 SUMMARY OF MATH 1600 (1) Know and be able to use the definition of an eigenvector and eigenvalue of a square matrix. Be able to verify whether a given vector is an eigenvector and to find a corresponding eigenvalue. (2) Find the eigenvalues of a 2 by 2 matrix over R, C or Z p. (3) Find a basis for each eigenspace of a 2 by 2 matrix over R, C or Z p. (4) For a 2 by 2 matrix which is the standard matrix of a linear transformation given geometrically, find its eigenvalues and a basis for each eigenspace Determinants. (1) Find the determinant of a square matrix using the cofactor or Laplace expansion along any row or column (Theorem 4.1). (2) Know and be able to use the fact that the determinant of a triangular matrix is the product of the diagonal entries (Theorem 4.2). (3) Know and be able to use the properties of determinants coming from elementary row and column operations (Theorem 4.3). (4) Use row reduction, keeping track of elementary row operations and their effects on determinant plus the result on the determinant of a triangular matrix, to compute the determinant of a matrix. (5) Know the determinants of the three types of elementary matrices (Theorem 4.4). (6) Know and be able to use the fact that a square matrix is invertible if and only if its determinant is non-zero. (7) Know and be able to use facts about determinants: The determinant of a scalar multiple (Theorem 4.7), the determinant of a product (Theorem 4.8), the determinant of the inverse of an invertible matrix (Theorem 4.9), the determinant of a transpose (Theorem 4.10). Use those rules to find the determinant of a matrix formed by the above matrix operations. (8) Use elementary row and column operations to deduce the determinant of a matrix from that of a given matrix. (9) Use determinant properties and equations satisfied by matrices to find possible values of determinants. (10) Use Cramer s rule (Theorem 4.11) to solve a system of linear equations given by Ax = b where A is an invertible square matrix. (11) Use the adjoint formula to find the inverse of an invertible matrix. Cross Product (Exploration after 4.2:Determinants)

9 SUMMARY OF MATH (1) Know how to compute the cross product of two vectors in R 3 using the determinant. (2) Know properties of cross product from Exercise 3 of Exploration (after Determinants 4.2). (3) Determine the area of a parallelogram or triangle determined by 2 vectors in the plane using the cross product. (4) Determine the volume of a parallelopiped determined by 3 vectors in R 3. (5) Find the equation of a plane passing through 3 points Eigenvalues and eigenvectors of n by n matrices. (1) Find the characteristic polynomial of a square matrix. (2) Find the eigenvalues of a square matrix by finding the roots of its characteristic polynomial. (3) Find a basis for each eigenspace for each eigenvalue of a square matrix. (4) Find the algebraic and geometric multiplicities of each of the eigenvalues of a square matrix. (5) Know and be able to use the fact that the eigenvalues of a triangular matrix are the diagonal entries. (6) Know yet another equivalent condition to the invertibility of a square matrix A, that 0 is not an eigenvalue of A leading to Theorem (7) Know and be able to use the formulas for the eigenvalues of powers and inverses of matrices with respect to a given eigenvector for the matrix. (Theorem 4.18). (8) Know and be able to use the fact that a set of eigenvectors for a square matrix A corresponding to distinct eigenvalues is linearly independent (Theorem 4.20). (9) Find A k x for a diagonalisable matrix A. (10) Find conditions on eigenvalues of matrices satisfying equations Similarity and Diagonalisation. (1) Know the definition of similar matrices and be able to use it. (2) Know that similarity satisfies the properties of Theorem 4.21 (is an equivalence relation on square matrices). (3) Know that similar matrices share many properties: determinant, rank, characteristic polynomial, eigenvalues. (4) Determine when square matrices are not similar by computing ranks, determinants, characteristic polynomials. (5) Know that if matrices are similar, so are their powers and even negative powers if the matrices are invertible.

10 10 SUMMARY OF MATH 1600 (6) Know the definition of diagonalisable matrix. (7) Be able to use Theorem 4.23 to diagonalise a matrix if it is possible. (8) Know that the union of bases of the eigenspaces corresponding to the distinct eigenspaces is always linearly independent (Theorem 4.24). (9) Know that an n by n matrix with n distinct eigenvalues is always diagonalisable (Theorem 4.25). (10) Know that the geometric multiplicity of an eigenvalue of a square matrix is always less than its algebraic multiplicity. (11) Know and be able to use the Diagonalisation Theorem, which determines precisely when a square matrix with characteristic polynomial which factors into linear factors is diagonalisable. This is true if and only if the algebraic multiplicity is equal to the geometric multiplicity of each distinct eigenvalue. In this case a basis of R n consisting of eigenvectors for the n by n real matrix A is given by the union of bases of the eigenspaces corresponding to distinct eigenvalues. (12) Compute the powers of a diagonalisable matrix A using its diagonalisation Orthogonality in R n. 5. Orthogonality (1) Know the definition of an orthogonal (respectively orthonormal) set in R n and be able to recognise them. (2) Know and be able to use the fact that an orthogonal set of non-zero vectors in R n is linearly independent. (3) Know the definition of and be able to recognise an orthogonal or orthonormal basis of R n. (4) If w Span(B) where B = {v 1,..., v k } is an orthogonal subset of non-zero vectors in R n, then find w as a linear combination of the vectors in B using the formula in Theorem 5.2. Equivalently, find the coordinates of w with respect to B. (5) Know the definition of an orthogonal square real matrix and its equivalent descriptions in Theorem 5.4, Theorem 5.5, and Theorem 5.7. Be able to determine whether or not a matrix is orthogonal and, if so, find its inverse. (6) Know that a square real matrix is orthogonal if and only it preserves lengths if and only if it preserves dot products (and hence angles) (Theorem 5.6).

11 SUMMARY OF MATH (7) Know that the inverse of an orthogonal matrix is orthogonal and the product of orthogonal matrices is orthogonal. Know that orthogonal matrices have determinant ±1 and eigenvalues of complex length 1. (Theorem 5.8). Note : the length of a complex number is also called its magnitude. The complex length of a real number is its absolute value. (8) Know how to do arithmetic in complex numbers, find complex conjugates of complex numbers, and lengths of complex numbers. Know that the complex conjugate of a product is the product of the complex conjugates and the length of a product of complex numbers is the product of their lengths. (Note: length of a complex number is also called its magnitude). (9) Know that orthogonal 2 by 2 matrices are either matrices of rotations or reflections and recognise them as such Orthogonal Complements and Orthogonal Projections. (1) Know the definition of the orthogonal complement of a subspace of R n and that it is a subspace of R n. Be able to find a basis of this subspace. (2) Know that the null space of a matrix and the row space of a matrix are orthogonal complements and that the column space of a matrix and the null space of its transpose are orthogonal complements. (Theorem 5.10). Find bases of each of the 4 fundamental subspaces of a matrix A: i.e. Row(A), Col(A), Null(A), and Null(A T ). (3) Know properties of orthogonal complements given by Theorem 5.9. (4) Find the orthogonal projection of a vector in R n onto a subspace W of R n. Note that the definition of orthogonal projection given in the text requires an orthogonal basis of W but does not depend on the choice of orthogonal basis. Find also the component of a vector orthogonal to W. (5) Know and be able to use the Orthogonal Decomposition theorem (Theorem 5.11). Find the orthogonal decomposition of a vector in R n with respect to a subspace W of R n The Gram Schmidt Process and the QR factorisation. (1) Note that we will not cover the QR factorisation of a matrix. (2) Construct an orthogonal basis of a subspace of R n from an arbitrary basis via the Gram-Schmidt Process (Theorem 5.15). (3) Find an orthogonal basis of R n that contains a given orthogonal subset.

12 12 SUMMARY OF MATH Orthogonal Diagonalisation of Symmetric Matrices. (1) Know the definition of an orthogonally diagonalisable matrix. (2) Be able to orthogonally diagonalise a real symmetric n by n matrix A. That is, find its eigenvalues and an orthonormal basis for each distinct eigenspace. Put the orthonormal basis B = {q 1,..., q n } of R n consisting of eigenvectors for A into the columns of a matrix Q = [q 1,..., q n ]. Then Q T AQ = diag(λ 1,..., λ n ) where Aq i = λ i q i. Also find its spectral decomposition A = λ 1 q 1 q T λ n q n q T n. (3) Know that a real square matrix is orthogonally diagonalisable if and only if it is symmetric (Theorem 5.17 and 5.20). (4) Know that if A is a real symmetric matrix, then any two eigenvectors corresponding to distinct eigenvalues are orthogonal (Theorem 5.19) and the eigenvalues of a real symmetric matrix are real (Theorem 5.18). (5) Use the spectral decomposition to determine a symmetric matrix with a specified set of orthogonal eigenvectors corresponding to specified eigenvectors. (6) Use the spectral decomposition theorem to show that certain combinations of orthogonally diagonalisable matrices are orthogonally diagonalisable.

MATH 240 Spring, Chapter 1: Linear Equations and Matrices

MATH 240 Spring, Chapter 1: Linear Equations and Matrices MATH 240 Spring, 2006 Chapter Summaries for Kolman / Hill, Elementary Linear Algebra, 8th Ed. Sections 1.1 1.6, 2.1 2.2, 3.2 3.8, 4.3 4.5, 5.1 5.3, 5.5, 6.1 6.5, 7.1 7.2, 7.4 DEFINITIONS Chapter 1: Linear

More information

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017 Math 4A Notes Written by Victoria Kala vtkala@math.ucsb.edu Last updated June 11, 2017 Systems of Linear Equations A linear equation is an equation that can be written in the form a 1 x 1 + a 2 x 2 +...

More information

1 9/5 Matrices, vectors, and their applications

1 9/5 Matrices, vectors, and their applications 1 9/5 Matrices, vectors, and their applications Algebra: study of objects and operations on them. Linear algebra: object: matrices and vectors. operations: addition, multiplication etc. Algorithms/Geometric

More information

1. General Vector Spaces

1. General Vector Spaces 1.1. Vector space axioms. 1. General Vector Spaces Definition 1.1. Let V be a nonempty set of objects on which the operations of addition and scalar multiplication are defined. By addition we mean a rule

More information

Math 102, Winter Final Exam Review. Chapter 1. Matrices and Gaussian Elimination

Math 102, Winter Final Exam Review. Chapter 1. Matrices and Gaussian Elimination Math 0, Winter 07 Final Exam Review Chapter. Matrices and Gaussian Elimination { x + x =,. Different forms of a system of linear equations. Example: The x + 4x = 4. [ ] [ ] [ ] vector form (or the column

More information

2. Every linear system with the same number of equations as unknowns has a unique solution.

2. Every linear system with the same number of equations as unknowns has a unique solution. 1. For matrices A, B, C, A + B = A + C if and only if A = B. 2. Every linear system with the same number of equations as unknowns has a unique solution. 3. Every linear system with the same number of equations

More information

MATH 20F: LINEAR ALGEBRA LECTURE B00 (T. KEMP)

MATH 20F: LINEAR ALGEBRA LECTURE B00 (T. KEMP) MATH 20F: LINEAR ALGEBRA LECTURE B00 (T KEMP) Definition 01 If T (x) = Ax is a linear transformation from R n to R m then Nul (T ) = {x R n : T (x) = 0} = Nul (A) Ran (T ) = {Ax R m : x R n } = {b R m

More information

PRACTICE PROBLEMS FOR THE FINAL

PRACTICE PROBLEMS FOR THE FINAL PRACTICE PROBLEMS FOR THE FINAL Here are a slew of practice problems for the final culled from old exams:. Let P be the vector space of polynomials of degree at most. Let B = {, (t ), t + t }. (a) Show

More information

Math 1553, Introduction to Linear Algebra

Math 1553, Introduction to Linear Algebra Learning goals articulate what students are expected to be able to do in a course that can be measured. This course has course-level learning goals that pertain to the entire course, and section-level

More information

7. Dimension and Structure.

7. Dimension and Structure. 7. Dimension and Structure 7.1. Basis and Dimension Bases for Subspaces Example 2 The standard unit vectors e 1, e 2,, e n are linearly independent, for if we write (2) in component form, then we obtain

More information

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET This is a (not quite comprehensive) list of definitions and theorems given in Math 1553. Pay particular attention to the ones in red. Study Tip For each

More information

Elementary Linear Algebra Review for Exam 2 Exam is Monday, November 16th.

Elementary Linear Algebra Review for Exam 2 Exam is Monday, November 16th. Elementary Linear Algebra Review for Exam Exam is Monday, November 6th. The exam will cover sections:.4,..4, 5. 5., 7., the class notes on Markov Models. You must be able to do each of the following. Section.4

More information

MATH 1120 (LINEAR ALGEBRA 1), FINAL EXAM FALL 2011 SOLUTIONS TO PRACTICE VERSION

MATH 1120 (LINEAR ALGEBRA 1), FINAL EXAM FALL 2011 SOLUTIONS TO PRACTICE VERSION MATH (LINEAR ALGEBRA ) FINAL EXAM FALL SOLUTIONS TO PRACTICE VERSION Problem (a) For each matrix below (i) find a basis for its column space (ii) find a basis for its row space (iii) determine whether

More information

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET This is a (not quite comprehensive) list of definitions and theorems given in Math 1553. Pay particular attention to the ones in red. Study Tip For each

More information

LAKELAND COMMUNITY COLLEGE COURSE OUTLINE FORM

LAKELAND COMMUNITY COLLEGE COURSE OUTLINE FORM LAKELAND COMMUNITY COLLEGE COURSE OUTLINE FORM ORIGINATION DATE: 8/2/99 APPROVAL DATE: 3/22/12 LAST MODIFICATION DATE: 3/28/12 EFFECTIVE TERM/YEAR: FALL/ 12 COURSE ID: COURSE TITLE: MATH2800 Linear Algebra

More information

Linear Algebra Highlights

Linear Algebra Highlights Linear Algebra Highlights Chapter 1 A linear equation in n variables is of the form a 1 x 1 + a 2 x 2 + + a n x n. We can have m equations in n variables, a system of linear equations, which we want to

More information

Solving a system by back-substitution, checking consistency of a system (no rows of the form

Solving a system by back-substitution, checking consistency of a system (no rows of the form MATH 520 LEARNING OBJECTIVES SPRING 2017 BROWN UNIVERSITY SAMUEL S. WATSON Week 1 (23 Jan through 27 Jan) Definition of a system of linear equations, definition of a solution of a linear system, elementary

More information

homogeneous 71 hyperplane 10 hyperplane 34 hyperplane 69 identity map 171 identity map 186 identity map 206 identity matrix 110 identity matrix 45

homogeneous 71 hyperplane 10 hyperplane 34 hyperplane 69 identity map 171 identity map 186 identity map 206 identity matrix 110 identity matrix 45 address 12 adjoint matrix 118 alternating 112 alternating 203 angle 159 angle 33 angle 60 area 120 associative 180 augmented matrix 11 axes 5 Axiom of Choice 153 basis 178 basis 210 basis 74 basis test

More information

The value of a problem is not so much coming up with the answer as in the ideas and attempted ideas it forces on the would be solver I.N.

The value of a problem is not so much coming up with the answer as in the ideas and attempted ideas it forces on the would be solver I.N. Math 410 Homework Problems In the following pages you will find all of the homework problems for the semester. Homework should be written out neatly and stapled and turned in at the beginning of class

More information

Third Midterm Exam Name: Practice Problems November 11, Find a basis for the subspace spanned by the following vectors.

Third Midterm Exam Name: Practice Problems November 11, Find a basis for the subspace spanned by the following vectors. Math 7 Treibergs Third Midterm Exam Name: Practice Problems November, Find a basis for the subspace spanned by the following vectors,,, We put the vectors in as columns Then row reduce and choose the pivot

More information

Matrix Algebra for Engineers Jeffrey R. Chasnov

Matrix Algebra for Engineers Jeffrey R. Chasnov Matrix Algebra for Engineers Jeffrey R. Chasnov The Hong Kong University of Science and Technology The Hong Kong University of Science and Technology Department of Mathematics Clear Water Bay, Kowloon

More information

LINEAR ALGEBRA SUMMARY SHEET.

LINEAR ALGEBRA SUMMARY SHEET. LINEAR ALGEBRA SUMMARY SHEET RADON ROSBOROUGH https://intuitiveexplanationscom/linear-algebra-summary-sheet/ This document is a concise collection of many of the important theorems of linear algebra, organized

More information

Dimension and Structure

Dimension and Structure 96 Chapter 7 Dimension and Structure 7.1 Basis and Dimensions Bases for Subspaces Definition 7.1.1. A set of vectors in a subspace V of R n is said to be a basis for V if it is linearly independent and

More information

Math 123, Week 5: Linear Independence, Basis, and Matrix Spaces. Section 1: Linear Independence

Math 123, Week 5: Linear Independence, Basis, and Matrix Spaces. Section 1: Linear Independence Math 123, Week 5: Linear Independence, Basis, and Matrix Spaces Section 1: Linear Independence Recall that every row on the left-hand side of the coefficient matrix of a linear system A x = b which could

More information

LINEAR ALGEBRA 1, 2012-I PARTIAL EXAM 3 SOLUTIONS TO PRACTICE PROBLEMS

LINEAR ALGEBRA 1, 2012-I PARTIAL EXAM 3 SOLUTIONS TO PRACTICE PROBLEMS LINEAR ALGEBRA, -I PARTIAL EXAM SOLUTIONS TO PRACTICE PROBLEMS Problem (a) For each of the two matrices below, (i) determine whether it is diagonalizable, (ii) determine whether it is orthogonally diagonalizable,

More information

Math 308 Practice Test for Final Exam Winter 2015

Math 308 Practice Test for Final Exam Winter 2015 Math 38 Practice Test for Final Exam Winter 25 No books are allowed during the exam. But you are allowed one sheet ( x 8) of handwritten notes (back and front). You may use a calculator. For TRUE/FALSE

More information

Reduction to the associated homogeneous system via a particular solution

Reduction to the associated homogeneous system via a particular solution June PURDUE UNIVERSITY Study Guide for the Credit Exam in (MA 5) Linear Algebra This study guide describes briefly the course materials to be covered in MA 5. In order to be qualified for the credit, one

More information

Math Linear Algebra Final Exam Review Sheet

Math Linear Algebra Final Exam Review Sheet Math 15-1 Linear Algebra Final Exam Review Sheet Vector Operations Vector addition is a component-wise operation. Two vectors v and w may be added together as long as they contain the same number n of

More information

MATH 1553, Intro to Linear Algebra FINAL EXAM STUDY GUIDE

MATH 1553, Intro to Linear Algebra FINAL EXAM STUDY GUIDE MATH 553, Intro to Linear Algebra FINAL EXAM STUDY GUIDE In studying for the final exam, you should FIRST study all tests andquizzeswehave had this semester (solutions can be found on Canvas). Then go

More information

Final Review Written by Victoria Kala SH 6432u Office Hours R 12:30 1:30pm Last Updated 11/30/2015

Final Review Written by Victoria Kala SH 6432u Office Hours R 12:30 1:30pm Last Updated 11/30/2015 Final Review Written by Victoria Kala vtkala@mathucsbedu SH 6432u Office Hours R 12:30 1:30pm Last Updated 11/30/2015 Summary This review contains notes on sections 44 47, 51 53, 61, 62, 65 For your final,

More information

Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008

Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Exam 2 will be held on Tuesday, April 8, 7-8pm in 117 MacMillan What will be covered The exam will cover material from the lectures

More information

ELE/MCE 503 Linear Algebra Facts Fall 2018

ELE/MCE 503 Linear Algebra Facts Fall 2018 ELE/MCE 503 Linear Algebra Facts Fall 2018 Fact N.1 A set of vectors is linearly independent if and only if none of the vectors in the set can be written as a linear combination of the others. Fact N.2

More information

ANSWERS (5 points) Let A be a 2 2 matrix such that A =. Compute A. 2

ANSWERS (5 points) Let A be a 2 2 matrix such that A =. Compute A. 2 MATH 7- Final Exam Sample Problems Spring 7 ANSWERS ) ) ). 5 points) Let A be a matrix such that A =. Compute A. ) A = A ) = ) = ). 5 points) State ) the definition of norm, ) the Cauchy-Schwartz inequality

More information

Glossary of Linear Algebra Terms. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Glossary of Linear Algebra Terms. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Glossary of Linear Algebra Terms Basis (for a subspace) A linearly independent set of vectors that spans the space Basic Variable A variable in a linear system that corresponds to a pivot column in the

More information

Linear Algebra I for Science (NYC)

Linear Algebra I for Science (NYC) Element No. 1: To express concrete problems as linear equations. To solve systems of linear equations using matrices. Topic: MATRICES 1.1 Give the definition of a matrix, identify the elements and the

More information

Math 302 Outcome Statements Winter 2013

Math 302 Outcome Statements Winter 2013 Math 302 Outcome Statements Winter 2013 1 Rectangular Space Coordinates; Vectors in the Three-Dimensional Space (a) Cartesian coordinates of a point (b) sphere (c) symmetry about a point, a line, and a

More information

Conceptual Questions for Review

Conceptual Questions for Review Conceptual Questions for Review Chapter 1 1.1 Which vectors are linear combinations of v = (3, 1) and w = (4, 3)? 1.2 Compare the dot product of v = (3, 1) and w = (4, 3) to the product of their lengths.

More information

Definitions for Quizzes

Definitions for Quizzes Definitions for Quizzes Italicized text (or something close to it) will be given to you. Plain text is (an example of) what you should write as a definition. [Bracketed text will not be given, nor does

More information

LINEAR ALGEBRA REVIEW

LINEAR ALGEBRA REVIEW LINEAR ALGEBRA REVIEW SPENCER BECKER-KAHN Basic Definitions Domain and Codomain. Let f : X Y be any function. This notation means that X is the domain of f and Y is the codomain of f. This means that for

More information

Linear Algebra. Min Yan

Linear Algebra. Min Yan Linear Algebra Min Yan January 2, 2018 2 Contents 1 Vector Space 7 1.1 Definition................................. 7 1.1.1 Axioms of Vector Space..................... 7 1.1.2 Consequence of Axiom......................

More information

Columbus State Community College Mathematics Department Public Syllabus

Columbus State Community College Mathematics Department Public Syllabus Columbus State Community College Mathematics Department Public Syllabus Course and Number: MATH 2568 Elementary Linear Algebra Credits: 4 Class Hours Per Week: 4 Prerequisites: MATH 2153 with a C or higher

More information

MATH 31 - ADDITIONAL PRACTICE PROBLEMS FOR FINAL

MATH 31 - ADDITIONAL PRACTICE PROBLEMS FOR FINAL MATH 3 - ADDITIONAL PRACTICE PROBLEMS FOR FINAL MAIN TOPICS FOR THE FINAL EXAM:. Vectors. Dot product. Cross product. Geometric applications. 2. Row reduction. Null space, column space, row space, left

More information

Linear Algebra March 16, 2019

Linear Algebra March 16, 2019 Linear Algebra March 16, 2019 2 Contents 0.1 Notation................................ 4 1 Systems of linear equations, and matrices 5 1.1 Systems of linear equations..................... 5 1.2 Augmented

More information

Cheat Sheet for MATH461

Cheat Sheet for MATH461 Cheat Sheet for MATH46 Here is the stuff you really need to remember for the exams Linear systems Ax = b Problem: We consider a linear system of m equations for n unknowns x,,x n : For a given matrix A

More information

Math 369 Exam #2 Practice Problem Solutions

Math 369 Exam #2 Practice Problem Solutions Math 369 Exam #2 Practice Problem Solutions 2 5. Is { 2, 3, 8 } a basis for R 3? Answer: No, it is not. To show that it is not a basis, it suffices to show that this is not a linearly independent set.

More information

Extra Problems for Math 2050 Linear Algebra I

Extra Problems for Math 2050 Linear Algebra I Extra Problems for Math 5 Linear Algebra I Find the vector AB and illustrate with a picture if A = (,) and B = (,4) Find B, given A = (,4) and [ AB = A = (,4) and [ AB = 8 If possible, express x = 7 as

More information

ft-uiowa-math2550 Assignment OptionalFinalExamReviewMultChoiceMEDIUMlengthForm due 12/31/2014 at 10:36pm CST

ft-uiowa-math2550 Assignment OptionalFinalExamReviewMultChoiceMEDIUMlengthForm due 12/31/2014 at 10:36pm CST me me ft-uiowa-math255 Assignment OptionalFinalExamReviewMultChoiceMEDIUMlengthForm due 2/3/2 at :3pm CST. ( pt) Library/TCNJ/TCNJ LinearSystems/problem3.pg Give a geometric description of the following

More information

Math 314/ Exam 2 Blue Exam Solutions December 4, 2008 Instructor: Dr. S. Cooper. Name:

Math 314/ Exam 2 Blue Exam Solutions December 4, 2008 Instructor: Dr. S. Cooper. Name: Math 34/84 - Exam Blue Exam Solutions December 4, 8 Instructor: Dr. S. Cooper Name: Read each question carefully. Be sure to show all of your work and not just your final conclusion. You may not use your

More information

Lecture 13: Row and column spaces

Lecture 13: Row and column spaces Spring 2018 UW-Madison Lecture 13: Row and column spaces 1 The column space of a matrix 1.1 Definition The column space of matrix A denoted as Col(A) is the space consisting of all linear combinations

More information

Math 2174: Practice Midterm 1

Math 2174: Practice Midterm 1 Math 74: Practice Midterm Show your work and explain your reasoning as appropriate. No calculators. One page of handwritten notes is allowed for the exam, as well as one blank page of scratch paper.. Consider

More information

Lecture Summaries for Linear Algebra M51A

Lecture Summaries for Linear Algebra M51A These lecture summaries may also be viewed online by clicking the L icon at the top right of any lecture screen. Lecture Summaries for Linear Algebra M51A refers to the section in the textbook. Lecture

More information

MATH 2331 Linear Algebra. Section 2.1 Matrix Operations. Definition: A : m n, B : n p. Example: Compute AB, if possible.

MATH 2331 Linear Algebra. Section 2.1 Matrix Operations. Definition: A : m n, B : n p. Example: Compute AB, if possible. MATH 2331 Linear Algebra Section 2.1 Matrix Operations Definition: A : m n, B : n p ( 1 2 p ) ( 1 2 p ) AB = A b b b = Ab Ab Ab Example: Compute AB, if possible. 1 Row-column rule: i-j-th entry of AB:

More information

33AH, WINTER 2018: STUDY GUIDE FOR FINAL EXAM

33AH, WINTER 2018: STUDY GUIDE FOR FINAL EXAM 33AH, WINTER 2018: STUDY GUIDE FOR FINAL EXAM (UPDATED MARCH 17, 2018) The final exam will be cumulative, with a bit more weight on more recent material. This outline covers the what we ve done since the

More information

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2 Final Review Sheet The final will cover Sections Chapters 1,2,3 and 4, as well as sections 5.1-5.4, 6.1-6.2 and 7.1-7.3 from chapters 5,6 and 7. This is essentially all material covered this term. Watch

More information

Math 323 Exam 2 Sample Problems Solution Guide October 31, 2013

Math 323 Exam 2 Sample Problems Solution Guide October 31, 2013 Math Exam Sample Problems Solution Guide October, Note that the following provides a guide to the solutions on the sample problems, but in some cases the complete solution would require more work or justification

More information

Practice Problems for the Final Exam

Practice Problems for the Final Exam Practice Problems for the Final Exam Linear Algebra. Matrix multiplication: (a) Problem 3 in Midterm One. (b) Problem 2 in Quiz. 2. Solve the linear system: (a) Problem 4 in Midterm One. (b) Problem in

More information

Spring 2014 Math 272 Final Exam Review Sheet

Spring 2014 Math 272 Final Exam Review Sheet Spring 2014 Math 272 Final Exam Review Sheet You will not be allowed use of a calculator or any other device other than your pencil or pen and some scratch paper. Notes are also not allowed. In kindness

More information

Math Computation Test 1 September 26 th, 2016 Debate: Computation vs. Theory Whatever wins, it ll be Huuuge!

Math Computation Test 1 September 26 th, 2016 Debate: Computation vs. Theory Whatever wins, it ll be Huuuge! Math 5- Computation Test September 6 th, 6 Debate: Computation vs. Theory Whatever wins, it ll be Huuuge! Name: Answer Key: Making Math Great Again Be sure to show your work!. (8 points) Consider the following

More information

Study Guide for Linear Algebra Exam 2

Study Guide for Linear Algebra Exam 2 Study Guide for Linear Algebra Exam 2 Term Vector Space Definition A Vector Space is a nonempty set V of objects, on which are defined two operations, called addition and multiplication by scalars (real

More information

No books, no notes, no calculators. You must show work, unless the question is a true/false, yes/no, or fill-in-the-blank question.

No books, no notes, no calculators. You must show work, unless the question is a true/false, yes/no, or fill-in-the-blank question. Math 304 Final Exam (May 8) Spring 206 No books, no notes, no calculators. You must show work, unless the question is a true/false, yes/no, or fill-in-the-blank question. Name: Section: Question Points

More information

Review problems for MA 54, Fall 2004.

Review problems for MA 54, Fall 2004. Review problems for MA 54, Fall 2004. Below are the review problems for the final. They are mostly homework problems, or very similar. If you are comfortable doing these problems, you should be fine on

More information

Math 54 First Midterm Exam, Prof. Srivastava September 23, 2016, 4:10pm 5:00pm, 155 Dwinelle Hall.

Math 54 First Midterm Exam, Prof. Srivastava September 23, 2016, 4:10pm 5:00pm, 155 Dwinelle Hall. Math 54 First Midterm Exam, Prof Srivastava September 23, 26, 4:pm 5:pm, 55 Dwinelle Hall Name: SID: Instructions: Write all answers in the provided space This exam includes two pages of scratch paper,

More information

Typical Problem: Compute.

Typical Problem: Compute. Math 2040 Chapter 6 Orhtogonality and Least Squares 6.1 and some of 6.7: Inner Product, Length and Orthogonality. Definition: If x, y R n, then x y = x 1 y 1 +... + x n y n is the dot product of x and

More information

ANSWERS. E k E 2 E 1 A = B

ANSWERS. E k E 2 E 1 A = B MATH 7- Final Exam Spring ANSWERS Essay Questions points Define an Elementary Matrix Display the fundamental matrix multiply equation which summarizes a sequence of swap, combination and multiply operations,

More information

5.) For each of the given sets of vectors, determine whether or not the set spans R 3. Give reasons for your answers.

5.) For each of the given sets of vectors, determine whether or not the set spans R 3. Give reasons for your answers. Linear Algebra - Test File - Spring Test # For problems - consider the following system of equations. x + y - z = x + y + 4z = x + y + 6z =.) Solve the system without using your calculator..) Find the

More information

Applied Linear Algebra in Geoscience Using MATLAB

Applied Linear Algebra in Geoscience Using MATLAB Applied Linear Algebra in Geoscience Using MATLAB Contents Getting Started Creating Arrays Mathematical Operations with Arrays Using Script Files and Managing Data Two-Dimensional Plots Programming in

More information

CSL361 Problem set 4: Basic linear algebra

CSL361 Problem set 4: Basic linear algebra CSL361 Problem set 4: Basic linear algebra February 21, 2017 [Note:] If the numerical matrix computations turn out to be tedious, you may use the function rref in Matlab. 1 Row-reduced echelon matrices

More information

Solutions to Final Practice Problems Written by Victoria Kala Last updated 12/5/2015

Solutions to Final Practice Problems Written by Victoria Kala Last updated 12/5/2015 Solutions to Final Practice Problems Written by Victoria Kala vtkala@math.ucsb.edu Last updated /5/05 Answers This page contains answers only. See the following pages for detailed solutions. (. (a x. See

More information

Worksheet for Lecture 25 Section 6.4 Gram-Schmidt Process

Worksheet for Lecture 25 Section 6.4 Gram-Schmidt Process Worksheet for Lecture Name: Section.4 Gram-Schmidt Process Goal For a subspace W = Span{v,..., v n }, we want to find an orthonormal basis of W. Example Let W = Span{x, x } with x = and x =. Give an orthogonal

More information

MAT188H1S LINEAR ALGEBRA: Course Information as of February 2, Calendar Description:

MAT188H1S LINEAR ALGEBRA: Course Information as of February 2, Calendar Description: MAT188H1S LINEAR ALGEBRA: Course Information as of February 2, 2019 2018-2019 Calendar Description: This course covers systems of linear equations and Gaussian elimination, applications; vectors in R n,

More information

Math 21b. Review for Final Exam

Math 21b. Review for Final Exam Math 21b. Review for Final Exam Thomas W. Judson Spring 2003 General Information The exam is on Thursday, May 15 from 2:15 am to 5:15 pm in Jefferson 250. Please check with the registrar if you have a

More information

Linear Algebra Primer

Linear Algebra Primer Linear Algebra Primer David Doria daviddoria@gmail.com Wednesday 3 rd December, 2008 Contents Why is it called Linear Algebra? 4 2 What is a Matrix? 4 2. Input and Output.....................................

More information

MATH 235. Final ANSWERS May 5, 2015

MATH 235. Final ANSWERS May 5, 2015 MATH 235 Final ANSWERS May 5, 25. ( points) Fix positive integers m, n and consider the vector space V of all m n matrices with entries in the real numbers R. (a) Find the dimension of V and prove your

More information

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra.

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra. DS-GA 1002 Lecture notes 0 Fall 2016 Linear Algebra These notes provide a review of basic concepts in linear algebra. 1 Vector spaces You are no doubt familiar with vectors in R 2 or R 3, i.e. [ ] 1.1

More information

ELEMENTARY MATRIX ALGEBRA

ELEMENTARY MATRIX ALGEBRA ELEMENTARY MATRIX ALGEBRA Third Edition FRANZ E. HOHN DOVER PUBLICATIONS, INC. Mineola, New York CONTENTS CHAPTER \ Introduction to Matrix Algebra 1.1 Matrices 1 1.2 Equality of Matrices 2 13 Addition

More information

Math 18, Linear Algebra, Lecture C00, Spring 2017 Review and Practice Problems for Final Exam

Math 18, Linear Algebra, Lecture C00, Spring 2017 Review and Practice Problems for Final Exam Math 8, Linear Algebra, Lecture C, Spring 7 Review and Practice Problems for Final Exam. The augmentedmatrix of a linear system has been transformed by row operations into 5 4 8. Determine if the system

More information

I. Multiple Choice Questions (Answer any eight)

I. Multiple Choice Questions (Answer any eight) Name of the student : Roll No : CS65: Linear Algebra and Random Processes Exam - Course Instructor : Prashanth L.A. Date : Sep-24, 27 Duration : 5 minutes INSTRUCTIONS: The test will be evaluated ONLY

More information

spring, math 204 (mitchell) list of theorems 1 Linear Systems Linear Transformations Matrix Algebra

spring, math 204 (mitchell) list of theorems 1 Linear Systems Linear Transformations Matrix Algebra spring, 2016. math 204 (mitchell) list of theorems 1 Linear Systems THEOREM 1.0.1 (Theorem 1.1). Uniqueness of Reduced Row-Echelon Form THEOREM 1.0.2 (Theorem 1.2). Existence and Uniqueness Theorem THEOREM

More information

1 Last time: least-squares problems

1 Last time: least-squares problems MATH Linear algebra (Fall 07) Lecture Last time: least-squares problems Definition. If A is an m n matrix and b R m, then a least-squares solution to the linear system Ax = b is a vector x R n such that

More information

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same.

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same. Introduction Matrix Operations Matrix: An m n matrix A is an m-by-n array of scalars from a field (for example real numbers) of the form a a a n a a a n A a m a m a mn The order (or size) of A is m n (read

More information

FINAL EXAM Ma (Eakin) Fall 2015 December 16, 2015

FINAL EXAM Ma (Eakin) Fall 2015 December 16, 2015 FINAL EXAM Ma-00 Eakin Fall 05 December 6, 05 Please make sure that your name and GUID are on every page. This exam is designed to be done with pencil-and-paper calculations. You may use your calculator

More information

2018 Fall 2210Q Section 013 Midterm Exam II Solution

2018 Fall 2210Q Section 013 Midterm Exam II Solution 08 Fall 0Q Section 0 Midterm Exam II Solution True or False questions points 0 0 points) ) Let A be an n n matrix. If the equation Ax b has at least one solution for each b R n, then the solution is unique

More information

. = V c = V [x]v (5.1) c 1. c k

. = V c = V [x]v (5.1) c 1. c k Chapter 5 Linear Algebra It can be argued that all of linear algebra can be understood using the four fundamental subspaces associated with a matrix Because they form the foundation on which we later work,

More information

Introduction to Linear Algebra, Second Edition, Serge Lange

Introduction to Linear Algebra, Second Edition, Serge Lange Introduction to Linear Algebra, Second Edition, Serge Lange Chapter I: Vectors R n defined. Addition and scalar multiplication in R n. Two geometric interpretations for a vector: point and displacement.

More information

Exam in TMA4110 Calculus 3, June 2013 Solution

Exam in TMA4110 Calculus 3, June 2013 Solution Norwegian University of Science and Technology Department of Mathematical Sciences Page of 8 Exam in TMA4 Calculus 3, June 3 Solution Problem Let T : R 3 R 3 be a linear transformation such that T = 4,

More information

(b) If a multiple of one row of A is added to another row to produce B then det(b) =det(a).

(b) If a multiple of one row of A is added to another row to produce B then det(b) =det(a). .(5pts) Let B = 5 5. Compute det(b). (a) (b) (c) 6 (d) (e) 6.(5pts) Determine which statement is not always true for n n matrices A and B. (a) If two rows of A are interchanged to produce B, then det(b)

More information

Math 205 A B Final Exam page 1 12/12/2012 Name

Math 205 A B Final Exam page 1 12/12/2012 Name Math 205 A B Final Exam page 1 12/12/2012 Name 1. Let F be the vector space of continuous functions f : R R that we have been using in class. Let H = {f F f has the same y-coordinate at x = 1 as it does

More information

MA 265 FINAL EXAM Fall 2012

MA 265 FINAL EXAM Fall 2012 MA 265 FINAL EXAM Fall 22 NAME: INSTRUCTOR S NAME:. There are a total of 25 problems. You should show work on the exam sheet, and pencil in the correct answer on the scantron. 2. No books, notes, or calculators

More information

HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS

HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS MAT 217 Linear Algebra CREDIT HOURS: 4.0 EQUATED HOURS: 4.0 CLASS HOURS: 4.0 PREREQUISITE: PRE/COREQUISITE: MAT 210 Calculus I MAT 220 Calculus II RECOMMENDED

More information

Practice Final Exam. Solutions.

Practice Final Exam. Solutions. MATH Applied Linear Algebra December 6, 8 Practice Final Exam Solutions Find the standard matrix f the linear transfmation T : R R such that T, T, T Solution: Easy to see that the transfmation T can be

More information

Review of Some Concepts from Linear Algebra: Part 2

Review of Some Concepts from Linear Algebra: Part 2 Review of Some Concepts from Linear Algebra: Part 2 Department of Mathematics Boise State University January 16, 2019 Math 566 Linear Algebra Review: Part 2 January 16, 2019 1 / 22 Vector spaces A set

More information

MATH 2030: ASSIGNMENT 4 SOLUTIONS

MATH 2030: ASSIGNMENT 4 SOLUTIONS MATH 23: ASSIGNMENT 4 SOLUTIONS More on the LU factorization Q.: pg 96, q 24. Find the P t LU factorization of the matrix 2 A = 3 2 2 A.. By interchanging row and row 4 we get a matrix that may be easily

More information

Section 6.4. The Gram Schmidt Process

Section 6.4. The Gram Schmidt Process Section 6.4 The Gram Schmidt Process Motivation The procedures in 6 start with an orthogonal basis {u, u,..., u m}. Find the B-coordinates of a vector x using dot products: x = m i= x u i u i u i u i Find

More information

MTH 464: Computational Linear Algebra

MTH 464: Computational Linear Algebra MTH 464: Computational Linear Algebra Lecture Outlines Exam 2 Material Prof. M. Beauregard Department of Mathematics & Statistics Stephen F. Austin State University March 2, 2018 Linear Algebra (MTH 464)

More information

Warm-up. True or false? Baby proof. 2. The system of normal equations for A x = y has solutions iff A x = y has solutions

Warm-up. True or false? Baby proof. 2. The system of normal equations for A x = y has solutions iff A x = y has solutions Warm-up True or false? 1. proj u proj v u = u 2. The system of normal equations for A x = y has solutions iff A x = y has solutions 3. The normal equations are always consistent Baby proof 1. Let A be

More information

Linear Algebra in Actuarial Science: Slides to the lecture

Linear Algebra in Actuarial Science: Slides to the lecture Linear Algebra in Actuarial Science: Slides to the lecture Fall Semester 2010/2011 Linear Algebra is a Tool-Box Linear Equation Systems Discretization of differential equations: solving linear equations

More information

Linear Algebra Practice Problems

Linear Algebra Practice Problems Linear Algebra Practice Problems Page of 7 Linear Algebra Practice Problems These problems cover Chapters 4, 5, 6, and 7 of Elementary Linear Algebra, 6th ed, by Ron Larson and David Falvo (ISBN-3 = 978--68-78376-2,

More information

MATH 323 Linear Algebra Lecture 12: Basis of a vector space (continued). Rank and nullity of a matrix.

MATH 323 Linear Algebra Lecture 12: Basis of a vector space (continued). Rank and nullity of a matrix. MATH 323 Linear Algebra Lecture 12: Basis of a vector space (continued). Rank and nullity of a matrix. Basis Definition. Let V be a vector space. A linearly independent spanning set for V is called a basis.

More information

Dot Products. K. Behrend. April 3, Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem.

Dot Products. K. Behrend. April 3, Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem. Dot Products K. Behrend April 3, 008 Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem. Contents The dot product 3. Length of a vector........................

More information

BASIC ALGORITHMS IN LINEAR ALGEBRA. Matrices and Applications of Gaussian Elimination. A 2 x. A T m x. A 1 x A T 1. A m x

BASIC ALGORITHMS IN LINEAR ALGEBRA. Matrices and Applications of Gaussian Elimination. A 2 x. A T m x. A 1 x A T 1. A m x BASIC ALGORITHMS IN LINEAR ALGEBRA STEVEN DALE CUTKOSKY Matrices and Applications of Gaussian Elimination Systems of Equations Suppose that A is an n n matrix with coefficents in a field F, and x = (x,,

More information