web: HOMEWORK 1

Size: px
Start display at page:

Download "web: HOMEWORK 1"

Transcription

1 MAT 207 LINEAR ALGEBRA I Dokuz Eylül University, Faculty of Science, Department of Mathematics Instructor: Engin Mermut web: HOMEWORK VECTORS IN THE n-dimensional SPACE R n, AND SYSTEMS OF LINEAR EQUATIONS Textbook: Linear Algebra: A Geometric Approach, Theodore Shifrin and Malcolm R Adams, 2nd edition, W H Freeman and Company, 20 SOLVE THE BELOW EXERCISES FROM YOUR TEXTBOOK Of course, solve as many exercises as you need to be sure that you have learned the concepts, the precise definitions and you can write proofs of the asked results Be sure that you can do the computational exercises without error You must understand the algorithms given in the proofs of the theorems, this will help you understand the theorems and get a feeling why the results of these theorems are true Be prepared to solve some of the following exercises in the next weeks: Section Vectors (pages 5 8): Exercises 6, 8 25, 28, 29 Section 2 Dot Product (pages 25 28): Exercises 2, 5, 7, 9,, 6 9, 2, 22, 24, 25 Section Hyperplanes in R n (pages 4 6): Exercises 5 9, Section 4 Systems of Linear Equations and Gaussian Elimination (pages 49 5): Exercises 7 You must do all of the exercises of this and the next section Obtaining an echelon form of any matrix by Gaussian elimination, and then obtaining the unique reduced echelon form of a matrix is one of the fundamental topics of your course that you must understand and do well This is also the subject for your quiz; your quiz problem will be like the exercises of this section and the next section Section 5 The Theory of Linear Systems (pages 6 64): Exercises 5 DEFINITIONS Write the precise definition of the following terms Let n, m be positive integers When do we say that two vectors x and y in R n are parallel vectors? Nonparallel vectors? 2 What is the parametric form and Cartesian form to define the following geometric objects: (a) Lines in R 2 (b) Planes in R (c) Lines in R What is a normal vector to a line in R 2? What is a normal vector to a plane in R? 4 What is a line in R n? A plane in R n? A hyperplane in R n? 5 What is a normal vector to a hyperplane in R n? 6 When do we say that three or more points in R n are collinear? 7 Let k Z + and let v, v 2,, v k be k vectors in the n-dimensional space R n (a) What is a linear combination of these k vectors v, v 2,, v k?

2 (b) What is the span of these k vectors v, v 2,, v k? (c) What does Span(v, v 2,, v k ) denote? 8 What is the dot product of two vectors in R n? When do we say that two vectors in R n are orthogonal? What is the definition of the angle between two nonzero vectors in R n? 9 What is the projection of a vector x in R n onto a nonzero vector y in R n? proj y x =? 0 What is the distance from the origin to a hyperplane in R n? What does Cauchy-Schwarz inequality say for two vectors in R n? When does equality occurs in Cauchy-Schwarz inequality? 2 What is a system of m linear equations in n variables? What is the definition of the solution set of such a system? What is the augmented matrix associated to such a system? What are the elementary operations on a system of m linear equations in n variables? 4 What are the elementary row operations on matrices? 5 What is the leading entry of a nonzero row of a matrix? 6 What is the precise definition for an m n matrix A to be in reduced echelon form? Is the following definition correct: An m n matrix A = [a ij ] m,n i,j= is in reduced echelon form if either it is the zero matrix (all entries are zero), or there exists a positive integer r that is m, and r positive integers k, k 2,, k r such that k i n for i =, 2,, m, and for all integers i, j with i m and j n, the following hold: (a) k < k 2 < < k r (b) a ij = 0 if j < k i ; {, if i = j; (c) a i,kj = δ ij = 0, if i j That is, a i,ki = and a i,kj = 0 if j i (d) a ij = 0 if i > r; 7 What is the precise definition for an m n matrix A to be in echelon form? Give the definition like the form suggested in the previous question a a 2 a n b 8 Let A = [a ij ] m,n i,j= = a 2 a 22 a 2n be an m n matrix in echelon form Let b = a m a m2 a mn b m x be in R m Consider the system of equations Ax = b for x = in Rn : a x + a a n = b a 2 x + a a 2n = a m x + a m2 + + a mn = b m (a) What are pivots? (b) What are pivot columns? (c) What are pivot variables? (d) What are free variables? 2

3 9 What is Gaussian elimination? 20 What is an echelon form of a matrix A? What is the reduced echelon form of a matrix A? 2 What is the rank of an m n matrix? 22 What is a consistent system of linear equations? Inconsistent? a a 2 a n 2 Let A = [a ij ] m,n i,j= = a 2 a 22 a 2n be an m n matrix Let x = a m a m2 a mn constraint equations that describe the vectors b = b b m x What are the in Rm for which the system Ax = b is consistent (that is b can be expressed as a linear combination of the columns of A)? 24 What is a homogeneous system of linear equations? 25 What is an inhomogeneous system of linear equations? What is the associated homogeneous system to an inhomogeneous system? What is a particular solution of the inhomogeneous system? 26 What is a nonsingular matrix? What is a singular matrix? TRUE OR FALSE Prove your answer You must prove it if it is true If it is false, you must give a counterexample or show why it is false; again a proof is required of course Let n, m Z + The below questions are for the n-dimensional space R n and matrices whose entries are real numbers A line l in R n is a set of the form where x 0 and v are in R n 2 A plane P in R n is a set of the form where x 0, u and v are in R n The following set P is a plane in R : l = {x R n x = x 0 + tv for some t R} P = {x R n x = x 0 + su + tv for some s, t R} P = {x R x = (7, 4, ) + s(, 6, 9) + t(5, 0, 5) for some s, t R} 4 For all vectors x R n, x x = x 2 5 For all vectors x R n, x x 0 6 For all vectors x R n, x x = 0 if and only if x is the zero vector 7 For all vectors x, y R n, x y = y x 8 For all vectors x, y R n, and for all c R, (cx) y = c(x y) 9 For all vectors x, y, z R n, x (y + z) = x y + x z 0 For all vectors x, y in R n, x + y 2 = x 2 2x y + y 2

4 The projection of a vector x in R n onto a nonzero vector y in R n is the unique vector z R n such that z = cy for some real number c and x z is orthogonal to y 2 The projection of a vector x in R n onto a nonzero vector y in R n is the vector ( ) x y proj y x = y y For all vectors x, y in R n, x + y 2 = x 2 + y 2 if and only if x and y are orthogonal vectors 4 For all vectors x, y in R n, where y 0, the vector x ( ) x y y 2 y is orthogonal to y 5 For all vectors x, y in R n, if y is a unit vector, then x (x y)y is orthogonal to y, and x = (x y)y + [x (x y)y] 6 The angle between two nonzero vectors x and y in R n is ( ) x y θ = arccos x y 7 The distance from the origin to the hyperplane in R n with normal vector a is a x 0 a for any point x 0 on the plane 8 The point closest to the origin on the hyperplane in R n with normal vector a is the point a x 0 a 2 a where x 0 is any point on the plane 9 For each m n matrix A, by performing elementary row operations, we obtain a matrix in echelon form 20 For each m n matrix A, by performing elementary row operations, we obtain a matrix in reduced echelon form 2 Every m n matrix A has a unique echelon form 22 Every m n matrix A has a unique reduced echelon form 2 Solving a system of m linear equations in n variables, where in each equation at least one variable has a nonzero coefficient, is equivalent to finding the intersection of m hyperplanes in R n 24 The rank of a matrix A is the number of nonzero rows in any echelon form of A 25 The rank of a matrix A is the number of pivots in any echelon form of A 26 A system of equations Ax = b has a unique solution if and only if the associated homogeneous system Ax = 0 has only the trivial solution 0 27 For a square matrix A, A is nonsingular if and only if Ax = 0 has only the trivial solution 0 28 An n n square matrix A is nonsingular if and only if for every b R n, the equation Ax = b has a solution 29 A n n square matrix A is nonsingular if and only if for every b R n, the equation Ax = b has a unique solution 0 For an m n matrix A, the system of equations Ax = b has a unique solution if and only if the rank r of A equals n 4

5 If A is an m n matrix with rank m and v, v 2,, v k R n are vectors such that then Span(Av, Av 2,, Av k ) = R m Span(v, v 2,, v k ) = R n, 2 A system of linear equations is either inconsistent or has a unique solution If a system of linear equations is consistent, then it has infinitely many solutions 4 If the number of variables in a system of linear equations is less than the number of equations, then the system is either inconsistent or has infinitely many solutions 5 If the number of variables in a homogeneous system of linear equations is less than the number of equations, then the homogeneous system has a nontrivial solution, that is a solution different from the trivial solution 0 6 If in a system of linear equations, the number of equations is equal to the number of variables, then it has a unique solution if and only if the associated homogeneous system has no solutions other than the trivial solution 0 REVIEW QUESTIONS Be sure that you know the answers to the following questions; review your lecture notes and see your textbook to learn the related concepts: What are the "k-dimensional" "straight objects" in the n-dimensional space R n (where k n are positive integers)? What do you need to have really k dimensions? What is your intuitive idea to have k dimensions? Do you know the precise definition of a k-dimensional subspace of R n? What do you think "subspace" should mean? 2 How does Cauchy-Schwarz inequality enable us to define the angle between two nonzero vectors in R n? What is a hyperplane in R n? How many "dimensions" does a hyperplane in R n have? What is the Cartesian equation for a hyperplane in R n? What is the parametric description of a hyperplane in R n? 4 Does the solution set of a system of m linear equations in n variables change under elementary operations on equations? 5 What is the shape of a matrix in echelon form? In reduced echelon form? What is the difference between a matrix in echelon form and a matrix in reduced echelon form? 6 Does every matrix have an echelon form? Is it unique? If so, prove it, or give a counterexample 7 Does a matrix have a reduced echelon form? Is it unique? If so, prove it This is an important problem to work on 8 If B is an echelon form of a matrix A, by doing which operations on B and in which order, do you obtain the reduced echelon form of A? 9 Does all echelon forms of an m n matrix A have the same number of nonzero rows? a a 2 a n b 0 Let A = [a ij ] m,n i,j= = a 2 a 22 a 2n be an m n matrix and let b = be in Rm a m a m2 a mn b m x How do we give a parametric description of all solutions x = in Rn to the system Ax = b by a a 2 a n b a 2 a 22 a 2n finding the reduced echelon form of the augmented matrix [A b] = a m a m2 a mn b m by Gaussian elimination? 5

6 a a 2 a n Let A = [a ij ] m,n i,j= = a 2 a 22 a 2n be an m n matrix whose all rows are nonzero (that a m a m2 a mn is, every row of A has at least one nonzero entry) Let b = How do we interpret the solution set of the system Ax = b for x = b b m be in Rm x in Rn as the intersection of m hyperplanes in R n whose normal vectors are obtained from the row vectors of the matrix A? Remember that we denote the row vectors of the m n matrix A = [a ij ] m,n i,j= by A i = [ a i a i2 a in ] for i =, 2,, m a a 2 a n x 2 Let A = [a ij ] m,n i,j= = a 2 a 22 a 2n be an m n matrix Let x = be in Rn How a m a m2 a mn do we interpret Ax as a linear combination of the n columns a, a 2,, a n of the m n matrix A with coefficients x,,,? Remember that we denote the column vectors of the m n matrix A = [a ij ] m,n i,j= by Let b = b b m a j = a i a i2 a im for j =, 2,, n be in Rm Explain why it is true that b is a linear combination of the n columns a, a 2,, a n of the matrix A if and only if the system Ax = b has a solution for x = How do we find the constraint equations for b = b x in Rn in Rm to be a linear combination of the n columns a, a 2,, a n of the matrix A? b m One of the main themes you must understand well is the passage between a parametric description of a set of vectors in R n and its description as the solution set of a system of linear Cartesian equations Explain how do you pass from one form to the other using the methods of solving systems of linear equations More precisely: (a) If you are given m linear Cartesian equations in n variables, how do you give the parametric description of the solution set in R n? How many free parameters are used and so what seems to be the dimension of the solution set? That is, if the solution set is a k-dimesional straight object in R n, how dou you determine k? 6

7 (b) Let k Z + and let v, v 2,, v k be k vectors in the n-dimensional space R n Let x 0 be also a vector in R n For the following set given in parametric form, how do you give its description by a system of m linear Cartesian equations in n variables? {x 0 + u u Span(v, v 2,, v k )} = {x 0 + t v + t 2 v t k v k t, t 2,, t k R} For this set to a k-dimesional straight object in R n, what do you need to assume for the vectors v, v 2,, v k? 4 Using an echelon form of the augmented matrix [A b] of a system of linear equations Ax = b: (a) How do you determine if it is consistent, that is, if it has a solution? (b) How do you determine if it is inconsistent, that is, if it has no solution? (c) How do you determine if it it has a unique solution? Is it related with the rank r of the matrix A? (d) How do you determine if the matrix A is nonsingular? PROBLEMS Let f : R n R be a function Prove that the following are equivalent for the function f : R n R: (a) For all x, y in R n and c R, f(x + y) = f(x) + f(y) and f(cx) = cf(x) (b) There exist a, a 2,, a n R such that for all x = x in Rn, f(x) = a x + a a n 2 Let A be an m n matrix and b R m Prove by following the below argument that if a sytem Ax = b is consistent and does not have a unique solution, then it has infinitely many solutions If u and v are two distinct solutions in R n of the system Ax = b, then prove that for every t R, tu + ( t)v is also a solution of the sytem Ax = b Show that these give infinitely many distinct solutions by proving that for all s, t R, if s t, then tu + ( t)v su + ( s)v In a homogenus sytem of linear equations, if the number of variables is greater than the number of equations, then show that the homogeneous sytem has a nontrivial solution, that is, a solution different from the trivial solution 0 4 Let A be an n n square matrix and b R n So in the sytem Ax = b, the number of variables is equal to the number of equations Prove that the property of having a unique solution depends only on the matrix A; it does not depend on the vector b 5 Let A be an m n matrix and b R m Consider the system Ax = b consisting of m linear equations in n variables x,,, If the number of variables is greater than the number of equations, that is, if n > m, then prove that the system is either inconsistent or has infinitely many solution 6 Given n+ distinct real numbers c, c 2,, c n+ and any real numbers b,,, b n+, does there exist a polynomial f(x) = a 0 + a x + a a n of degree at most n with real number coefficients a 0, a,, a n such that f(c i ) = b i for i =, 2,, n, n +? Hint: Do we have a system of linear equations for the n + unknowns a 0, a,, a n? How many equations? When does it have a unique solution? 7

8 SAMPLE QUIZ PROBLEMS Find all solutions in real numbers of the following systems of linear equations: 2x 7x +5x 4 +2x 5 = 2 x 2 4x +x 4 +x 5 = 2 2x 4x +2x 4 +x 5 = x 5 7x +6x 4 +2x 5 = 7 2 Consider the following four vectors in R 4 : v = 2 0, v 2 = (a) Is b = (b) Is b = in Span(v, v 2, v, v 4 )? in Span(v, v 2, v, v 4 )? (c) Find the constraint equations that a vector b =, v = b b b 4 2, v 4 = combination of v, v 2, v, v 4 (that is, to be in Span(v, v 2, v, v 4 )) b (d) If b = b is in Span(v, v 2, v, v 4 ), find all x,, x, x 4 such that b 4 b = x v + v 2 + x v + x 4 v 4 0 in R4 must satisfy in order to be a linear Find a normal vector to the hyperplane in R 4 spanned by the three vectors v = (,,, ), v 2 = (, 2,, 2), v = (,, 2, 4), 4 Consider the following four hyperplanes in R 5 with the given normal vectors and a point on them: Hyperlane a normal vector to the hyperplane a point on the hyperplane P a = (, 2,, 2, ) b = (0,, 0, 0, 0) P 2 a 2 = (, 2,, 2, ) = (0, 0, 0, 0, 2) P a = (2, 4,, 2, 0) b = (0, 0,, 0, 0) P 4 a 4 = (, 6, 2, 0, ) b 4 = (, 0, 0, 0, 0) Find the intersection of these four hyperplanes in R 5 ; give a parametric description of the points in the intersection 8

MAT 2037 LINEAR ALGEBRA I web:

MAT 2037 LINEAR ALGEBRA I web: MAT 237 LINEAR ALGEBRA I 2625 Dokuz Eylül University, Faculty of Science, Department of Mathematics web: Instructor: Engin Mermut http://kisideuedutr/enginmermut/ HOMEWORK 2 MATRIX ALGEBRA Textbook: Linear

More information

Midterm 1 Review. Written by Victoria Kala SH 6432u Office Hours: R 12:30 1:30 pm Last updated 10/10/2015

Midterm 1 Review. Written by Victoria Kala SH 6432u Office Hours: R 12:30 1:30 pm Last updated 10/10/2015 Midterm 1 Review Written by Victoria Kala vtkala@math.ucsb.edu SH 6432u Office Hours: R 12:30 1:30 pm Last updated 10/10/2015 Summary This Midterm Review contains notes on sections 1.1 1.5 and 1.7 in your

More information

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS 1. HW 1: Due September 4 1.1.21. Suppose v, w R n and c is a scalar. Prove that Span(v + cw, w) = Span(v, w). We must prove two things: that every element

More information

Section 1.1 System of Linear Equations. Dr. Abdulla Eid. College of Science. MATHS 211: Linear Algebra

Section 1.1 System of Linear Equations. Dr. Abdulla Eid. College of Science. MATHS 211: Linear Algebra Section 1.1 System of Linear Equations College of Science MATHS 211: Linear Algebra (University of Bahrain) Linear System 1 / 33 Goals:. 1 Define system of linear equations and their solutions. 2 To represent

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

LECTURES 4/5: SYSTEMS OF LINEAR EQUATIONS

LECTURES 4/5: SYSTEMS OF LINEAR EQUATIONS LECTURES 4/5: SYSTEMS OF LINEAR EQUATIONS MA1111: LINEAR ALGEBRA I, MICHAELMAS 2016 1 Linear equations We now switch gears to discuss the topic of solving linear equations, and more interestingly, systems

More information

Linear Algebra Exam 1 Spring 2007

Linear Algebra Exam 1 Spring 2007 Linear Algebra Exam 1 Spring 2007 March 15, 2007 Name: SOLUTION KEY (Total 55 points, plus 5 more for Pledged Assignment.) Honor Code Statement: Directions: Complete all problems. Justify all answers/solutions.

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

Review for Chapter 1. Selected Topics

Review for Chapter 1. Selected Topics Review for Chapter 1 Selected Topics Linear Equations We have four equivalent ways of writing linear systems: 1 As a system of equations: 2x 1 + 3x 2 = 7 x 1 x 2 = 5 2 As an augmented matrix: ( 2 3 ) 7

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

Linear equations in linear algebra

Linear equations in linear algebra Linear equations in linear algebra Samy Tindel Purdue University Differential equations and linear algebra - MA 262 Taken from Differential equations and linear algebra Pearson Collections Samy T. Linear

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Math 108A: August 21, 2008 John Douglas Moore Our goal in these notes is to explain a few facts regarding linear systems of equations not included in the first few chapters

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

Lecture 22: Section 4.7

Lecture 22: Section 4.7 Lecture 22: Section 47 Shuanglin Shao December 2, 213 Row Space, Column Space, and Null Space Definition For an m n, a 11 a 12 a 1n a 21 a 22 a 2n A = a m1 a m2 a mn, the vectors r 1 = [ a 11 a 12 a 1n

More information

Chapter 5. Linear Algebra. Sections A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

Chapter 5. Linear Algebra. Sections A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form Chapter 5. Linear Algebra Sections 5.1 5.3 A linear (algebraic) equation in n unknowns, x 1, x 2,..., x n, is an equation of the form a 1 x 1 + a 2 x 2 + + a n x n = b where a 1, a 2,..., a n and b are

More information

1. Let m 1 and n 1 be two natural numbers such that m > n. Which of the following is/are true?

1. Let m 1 and n 1 be two natural numbers such that m > n. Which of the following is/are true? . Let m and n be two natural numbers such that m > n. Which of the following is/are true? (i) A linear system of m equations in n variables is always consistent. (ii) A linear system of n equations in

More information

Fall 2016 MATH*1160 Final Exam

Fall 2016 MATH*1160 Final Exam Fall 2016 MATH*1160 Final Exam Last name: (PRINT) First name: Student #: Instructor: M. R. Garvie Dec 16, 2016 INSTRUCTIONS: 1. The exam is 2 hours long. Do NOT start until instructed. You may use blank

More information

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form Chapter 5. Linear Algebra A linear (algebraic) equation in n unknowns, x 1, x 2,..., x n, is an equation of the form a 1 x 1 + a 2 x 2 + + a n x n = b where a 1, a 2,..., a n and b are real numbers. 1

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

MAT Linear Algebra Collection of sample exams

MAT Linear Algebra Collection of sample exams MAT 342 - Linear Algebra Collection of sample exams A-x. (0 pts Give the precise definition of the row echelon form. 2. ( 0 pts After performing row reductions on the augmented matrix for a certain system

More information

Chapter 1: Systems of Linear Equations

Chapter 1: Systems of Linear Equations Chapter : Systems of Linear Equations February, 9 Systems of linear equations Linear systems Lecture 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

More information

Math 3C Lecture 25. John Douglas Moore

Math 3C Lecture 25. John Douglas Moore Math 3C Lecture 25 John Douglas Moore June 1, 2009 Let V be a vector space. A basis for V is a collection of vectors {v 1,..., v k } such that 1. V = Span{v 1,..., v k }, and 2. {v 1,..., v k } are linearly

More information

Chapter 1: Linear Equations

Chapter 1: Linear Equations Chapter : Linear Equations (Last Updated: September, 6) The material for these notes is derived primarily from Linear Algebra and its applications by David Lay (4ed).. Systems of Linear Equations Before

More information

The scope of the midterm exam is up to and includes Section 2.1 in the textbook (homework sets 1-4). Below we highlight some of the important items.

The scope of the midterm exam is up to and includes Section 2.1 in the textbook (homework sets 1-4). Below we highlight some of the important items. AMS 10: Review for the Midterm Exam The scope of the midterm exam is up to and includes Section 2.1 in the textbook (homework sets 1-4). Below we highlight some of the important items. Complex numbers

More information

Contents. 1 Vectors, Lines and Planes 1. 2 Gaussian Elimination Matrices Vector Spaces and Subspaces 124

Contents. 1 Vectors, Lines and Planes 1. 2 Gaussian Elimination Matrices Vector Spaces and Subspaces 124 Matrices Math 220 Copyright 2016 Pinaki Das This document is freely redistributable under the terms of the GNU Free Documentation License For more information, visit http://wwwgnuorg/copyleft/fdlhtml Contents

More information

MATH 2360 REVIEW PROBLEMS

MATH 2360 REVIEW PROBLEMS MATH 2360 REVIEW PROBLEMS Problem 1: In (a) (d) below, either compute the matrix product or indicate why it does not exist: ( )( ) 1 2 2 1 (a) 0 1 1 2 ( ) 0 1 2 (b) 0 3 1 4 3 4 5 2 5 (c) 0 3 ) 1 4 ( 1

More information

Chapter 1: Linear Equations

Chapter 1: Linear Equations Chapter : Linear Equations (Last Updated: September, 7) The material for these notes is derived primarily from Linear Algebra and its applications by David Lay (4ed).. Systems of Linear Equations Before

More information

MA 242 LINEAR ALGEBRA C1, Solutions to First Midterm Exam

MA 242 LINEAR ALGEBRA C1, Solutions to First Midterm Exam MA 242 LINEAR ALGEBRA C Solutions to First Midterm Exam Prof Nikola Popovic October 2 9:am - :am Problem ( points) Determine h and k such that the solution set of x + = k 4x + h = 8 (a) is empty (b) contains

More information

Chapter 5. Linear Algebra. Sections A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

Chapter 5. Linear Algebra. Sections A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form Chapter 5. Linear Algebra Sections 5.1 5.3 A linear (algebraic) equation in n unknowns, x 1, x 2,..., x n, is an equation of the form a 1 x 1 + a 2 x 2 + + a n x n = b where a 1, a 2,..., a n and b are

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

MATH10212 Linear Algebra B Homework Week 4

MATH10212 Linear Algebra B Homework Week 4 MATH22 Linear Algebra B Homework Week 4 Students are strongly advised to acquire a copy of the Textbook: D. C. Lay Linear Algebra and its Applications. Pearson, 26. ISBN -52-2873-4. Normally, homework

More information

Span & Linear Independence (Pop Quiz)

Span & Linear Independence (Pop Quiz) Span & Linear Independence (Pop Quiz). Consider the following vectors: v = 2, v 2 = 4 5, v 3 = 3 2, v 4 = Is the set of vectors S = {v, v 2, v 3, v 4 } linearly independent? Solution: Notice that the number

More information

Chapter 3. Directions: For questions 1-11 mark each statement True or False. Justify each answer.

Chapter 3. Directions: For questions 1-11 mark each statement True or False. Justify each answer. Chapter 3 Directions: For questions 1-11 mark each statement True or False. Justify each answer. 1. (True False) Asking whether the linear system corresponding to an augmented matrix [ a 1 a 2 a 3 b ]

More information

Linear Algebra. Preliminary Lecture Notes

Linear Algebra. Preliminary Lecture Notes Linear Algebra Preliminary Lecture Notes Adolfo J. Rumbos c Draft date May 9, 29 2 Contents 1 Motivation for the course 5 2 Euclidean n dimensional Space 7 2.1 Definition of n Dimensional Euclidean Space...........

More information

Solutions of Linear system, vector and matrix equation

Solutions of Linear system, vector and matrix equation Goals: Solutions of Linear system, vector and matrix equation Solutions of linear system. Vectors, vector equation. Matrix equation. Math 112, Week 2 Suggested Textbook Readings: Sections 1.3, 1.4, 1.5

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

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

System of Linear Equations

System of Linear Equations Math 20F Linear Algebra Lecture 2 1 System of Linear Equations Slide 1 Definition 1 Fix a set of numbers a ij, b i, where i = 1,, m and j = 1,, n A system of m linear equations in n variables x j, is given

More information

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form Chapter 5. Linear Algebra A linear (algebraic) equation in n unknowns, x 1, x 2,..., x n, is an equation of the form a 1 x 1 + a 2 x 2 + + a n x n = b where a 1, a 2,..., a n and b are real numbers. 1

More information

1 - Systems of Linear Equations

1 - Systems of Linear Equations 1 - Systems of Linear Equations 1.1 Introduction to Systems of Linear Equations Almost every problem in linear algebra will involve solving a system of equations. ü LINEAR EQUATIONS IN n VARIABLES We are

More information

System of Linear Equations

System of Linear Equations Chapter 7 - S&B Gaussian and Gauss-Jordan Elimination We will study systems of linear equations by describing techniques for solving such systems. The preferred solution technique- Gaussian elimination-

More information

Assignment 1 Math 5341 Linear Algebra Review. Give complete answers to each of the following questions. Show all of your work.

Assignment 1 Math 5341 Linear Algebra Review. Give complete answers to each of the following questions. Show all of your work. Assignment 1 Math 5341 Linear Algebra Review Give complete answers to each of the following questions Show all of your work Note: You might struggle with some of these questions, either because it has

More information

Online Exercises for Linear Algebra XM511

Online Exercises for Linear Algebra XM511 This document lists the online exercises for XM511. The section ( ) numbers refer to the textbook. TYPE I are True/False. Lecture 02 ( 1.1) Online Exercises for Linear Algebra XM511 1) The matrix [3 2

More information

Find the solution set of 2x 3y = 5. Answer: We solve for x = (5 + 3y)/2. Hence the solution space consists of all vectors of the form

Find the solution set of 2x 3y = 5. Answer: We solve for x = (5 + 3y)/2. Hence the solution space consists of all vectors of the form Math 2 Homework #7 March 4, 2 7.3.3. Find the solution set of 2x 3y = 5. Answer: We solve for x = (5 + 3y/2. Hence the solution space consists of all vectors of the form ( ( ( ( x (5 + 3y/2 5/2 3/2 x =

More information

Matrices and RRE Form

Matrices and RRE Form Matrices and RRE Form Notation R is the real numbers, C is the complex numbers (we will only consider complex numbers towards the end of the course) is read as an element of For instance, x R means that

More information

Linear Algebra. Preliminary Lecture Notes

Linear Algebra. Preliminary Lecture Notes Linear Algebra Preliminary Lecture Notes Adolfo J. Rumbos c Draft date April 29, 23 2 Contents Motivation for the course 5 2 Euclidean n dimensional Space 7 2. Definition of n Dimensional Euclidean Space...........

More information

Column 3 is fine, so it remains to add Row 2 multiplied by 2 to Row 1. We obtain

Column 3 is fine, so it remains to add Row 2 multiplied by 2 to Row 1. We obtain Section Exercise : We are given the following augumented matrix 3 7 6 3 We have to bring it to the diagonal form The entries below the diagonal are already zero, so we work from bottom to top Adding the

More information

Vector Geometry. Chapter 5

Vector Geometry. Chapter 5 Chapter 5 Vector Geometry In this chapter we will look more closely at certain geometric aspects of vectors in R n. We will first develop an intuitive understanding of some basic concepts by looking at

More information

MATH 2331 Linear Algebra. Section 1.1 Systems of Linear Equations. Finding the solution to a set of two equations in two variables: Example 1: Solve:

MATH 2331 Linear Algebra. Section 1.1 Systems of Linear Equations. Finding the solution to a set of two equations in two variables: Example 1: Solve: MATH 2331 Linear Algebra Section 1.1 Systems of Linear Equations Finding the solution to a set of two equations in two variables: Example 1: Solve: x x = 3 1 2 2x + 4x = 12 1 2 Geometric meaning: Do these

More information

MATH 225 Summer 2005 Linear Algebra II Solutions to Assignment 1 Due: Wednesday July 13, 2005

MATH 225 Summer 2005 Linear Algebra II Solutions to Assignment 1 Due: Wednesday July 13, 2005 MATH 225 Summer 25 Linear Algebra II Solutions to Assignment 1 Due: Wednesday July 13, 25 Department of Mathematical and Statistical Sciences University of Alberta Question 1. [p 224. #2] The set of all

More information

Linear Equation: a 1 x 1 + a 2 x a n x n = b. x 1, x 2,..., x n : variables or unknowns

Linear Equation: a 1 x 1 + a 2 x a n x n = b. x 1, x 2,..., x n : variables or unknowns Linear Equation: a x + a 2 x 2 +... + a n x n = b. x, x 2,..., x n : variables or unknowns a, a 2,..., a n : coefficients b: constant term Examples: x + 4 2 y + (2 5)z = is linear. x 2 + y + yz = 2 is

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

Math 314H EXAM I. 1. (28 points) The row reduced echelon form of the augmented matrix for the system. is the matrix

Math 314H EXAM I. 1. (28 points) The row reduced echelon form of the augmented matrix for the system. is the matrix Math 34H EXAM I Do all of the problems below. Point values for each of the problems are adjacent to the problem number. Calculators may be used to check your answer but not to arrive at your answer. That

More information

Lecture 2 Systems of Linear Equations and Matrices, Continued

Lecture 2 Systems of Linear Equations and Matrices, Continued Lecture 2 Systems of Linear Equations and Matrices, Continued Math 19620 Outline of Lecture Algorithm for putting a matrix in row reduced echelon form - i.e. Gauss-Jordan Elimination Number of Solutions

More information

Solving Linear Systems Using Gaussian Elimination

Solving Linear Systems Using Gaussian Elimination Solving Linear Systems Using Gaussian Elimination DEFINITION: A linear equation in the variables x 1,..., x n is an equation that can be written in the form a 1 x 1 +...+a n x n = b, where a 1,...,a n

More information

Linear Algebra (wi1403lr) Lecture no.3

Linear Algebra (wi1403lr) Lecture no.3 Linear Algebra (wi1403lr) Lecture no.3 EWI / DIAM / Numerical Analysis group Matthias Möller 25/04/2014 M. Möller (EWI/NA group) LA (wi1403lr) 25/04/2014 1 / 18 Review of lecture no.2 1.3 Vector Equations

More information

Math Camp II. Basic Linear Algebra. Yiqing Xu. Aug 26, 2014 MIT

Math Camp II. Basic Linear Algebra. Yiqing Xu. Aug 26, 2014 MIT Math Camp II Basic Linear Algebra Yiqing Xu MIT Aug 26, 2014 1 Solving Systems of Linear Equations 2 Vectors and Vector Spaces 3 Matrices 4 Least Squares Systems of Linear Equations Definition A linear

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

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

2018 Fall 2210Q Section 013 Midterm Exam I Solution

2018 Fall 2210Q Section 013 Midterm Exam I Solution 8 Fall Q Section 3 Midterm Exam I Solution True or False questions ( points = points) () An example of a linear combination of vectors v, v is the vector v. True. We can write v as v + v. () If two matrices

More information

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

MATH10212 Linear Algebra B Homework Week 3. Be prepared to answer the following oral questions if asked in the supervision class

MATH10212 Linear Algebra B Homework Week 3. Be prepared to answer the following oral questions if asked in the supervision class MATH10212 Linear Algebra B Homework Week Students are strongly advised to acquire a copy of the Textbook: D. C. Lay Linear Algebra its Applications. Pearson, 2006. ISBN 0-521-2871-4. Normally, homework

More information

Math 54 HW 4 solutions

Math 54 HW 4 solutions Math 54 HW 4 solutions 2.2. Section 2.2 (a) False: Recall that performing a series of elementary row operations A is equivalent to multiplying A by a series of elementary matrices. Suppose that E,...,

More information

4.1 Distance and Length

4.1 Distance and Length Chapter Vector Geometry In this chapter we will look more closely at certain geometric aspects of vectors in R n. We will first develop an intuitive understanding of some basic concepts by looking at vectors

More information

a s 1.3 Matrix Multiplication. Know how to multiply two matrices and be able to write down the formula

a s 1.3 Matrix Multiplication. Know how to multiply two matrices and be able to write down the formula Syllabus for Math 308, Paul Smith Book: Kolman-Hill Chapter 1. Linear Equations and Matrices 1.1 Systems of Linear Equations Definition of a linear equation and a solution to a linear equations. Meaning

More information

Topics. Vectors (column matrices): Vector addition and scalar multiplication The matrix of a linear function y Ax The elements of a matrix A : A ij

Topics. Vectors (column matrices): Vector addition and scalar multiplication The matrix of a linear function y Ax The elements of a matrix A : A ij Topics Vectors (column matrices): Vector addition and scalar multiplication The matrix of a linear function y Ax The elements of a matrix A : A ij or a ij lives in row i and column j Definition of a matrix

More information

4.3 - Linear Combinations and Independence of Vectors

4.3 - Linear Combinations and Independence of Vectors - Linear Combinations and Independence of Vectors De nitions, Theorems, and Examples De nition 1 A vector v in a vector space V is called a linear combination of the vectors u 1, u,,u k in V if v can be

More information

Additional Problems for Midterm 1 Review

Additional Problems for Midterm 1 Review Additional Problems for Midterm Review About This Review Set As stated in the syllabus, a goal of this course is to prepare students for more advanced courses that have this course as a pre-requisite.

More information

MODEL ANSWERS TO THE FIRST QUIZ. 1. (18pts) (i) Give the definition of a m n matrix. A m n matrix with entries in a field F is a function

MODEL ANSWERS TO THE FIRST QUIZ. 1. (18pts) (i) Give the definition of a m n matrix. A m n matrix with entries in a field F is a function MODEL ANSWERS TO THE FIRST QUIZ 1. (18pts) (i) Give the definition of a m n matrix. A m n matrix with entries in a field F is a function A: I J F, where I is the set of integers between 1 and m and J is

More information

Numerical Linear Algebra Homework Assignment - Week 2

Numerical Linear Algebra Homework Assignment - Week 2 Numerical Linear Algebra Homework Assignment - Week 2 Đoàn Trần Nguyên Tùng Student ID: 1411352 8th October 2016 Exercise 2.1: Show that if a matrix A is both triangular and unitary, then it is diagonal.

More information

MATH10212 Linear Algebra B Homework Week 5

MATH10212 Linear Algebra B Homework Week 5 MATH Linear Algebra B Homework Week 5 Students are strongly advised to acquire a copy of the Textbook: D C Lay Linear Algebra its Applications Pearson 6 (or other editions) Normally homework assignments

More information

MTH 464: Computational Linear Algebra

MTH 464: Computational Linear Algebra MTH 464: Computational Linear Algebra Lecture Outlines Exam 1 Material Dr. M. Beauregard Department of Mathematics & Statistics Stephen F. Austin State University January 9, 2018 Linear Algebra (MTH 464)

More information

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018 Homework #1 Assigned: August 20, 2018 Review the following subjects involving systems of equations and matrices from Calculus II. Linear systems of equations Converting systems to matrix form Pivot entry

More information

Problem Set 1. Homeworks will graded based on content and clarity. Please show your work clearly for full credit.

Problem Set 1. Homeworks will graded based on content and clarity. Please show your work clearly for full credit. CSE 151: Introduction to Machine Learning Winter 2017 Problem Set 1 Instructor: Kamalika Chaudhuri Due on: Jan 28 Instructions This is a 40 point homework Homeworks will graded based on content and clarity

More information

Math 2210Q (Roby) Practice Midterm #1 Solutions Fall 2017

Math 2210Q (Roby) Practice Midterm #1 Solutions Fall 2017 Math Q (Roby) Practice Midterm # Solutions Fall 7 SHOW ALL YOUR WORK! Make sure you give reasons to support your answers. If you have any questions, do not hesitate to ask! For this exam no calculators

More information

Review Solutions for Exam 1

Review Solutions for Exam 1 Definitions Basic Theorems. Finish the definition: Review Solutions for Exam (a) A linear combination of vectors {v,..., v n } is: any vector of the form c v + c v + + c n v n (b) A set of vectors {v,...,

More information

Math 1314 Week #14 Notes

Math 1314 Week #14 Notes Math 3 Week # Notes Section 5.: A system of equations consists of two or more equations. A solution to a system of equations is a point that satisfies all the equations in the system. In this chapter,

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

Vector Spaces, Orthogonality, and Linear Least Squares

Vector Spaces, Orthogonality, and Linear Least Squares Week Vector Spaces, Orthogonality, and Linear Least Squares. Opening Remarks.. Visualizing Planes, Lines, and Solutions Consider the following system of linear equations from the opener for Week 9: χ χ

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

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

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

APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF

APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF ELEMENTARY LINEAR ALGEBRA WORKBOOK/FOR USE WITH RON LARSON S TEXTBOOK ELEMENTARY LINEAR ALGEBRA CREATED BY SHANNON MARTIN MYERS APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF When you are done

More information

Chapter 3. Vector spaces

Chapter 3. Vector spaces Chapter 3. Vector spaces Lecture notes for MA1111 P. Karageorgis pete@maths.tcd.ie 1/22 Linear combinations Suppose that v 1,v 2,...,v n and v are vectors in R m. Definition 3.1 Linear combination We say

More information

Row Reduction and Echelon Forms

Row Reduction and Echelon Forms Row Reduction and Echelon Forms 1 / 29 Key Concepts row echelon form, reduced row echelon form pivot position, pivot, pivot column basic variable, free variable general solution, parametric solution existence

More information

Math 290, Midterm II-key

Math 290, Midterm II-key Math 290, Midterm II-key Name (Print): (first) Signature: (last) The following rules apply: There are a total of 20 points on this 50 minutes exam. This contains 7 pages (including this cover page) and

More information

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions A. LINEAR ALGEBRA. CONVEX SETS 1. Matrices and vectors 1.1 Matrix operations 1.2 The rank of a matrix 2. Systems of linear equations 2.1 Basic solutions 3. Vector spaces 3.1 Linear dependence and independence

More information

OHSx XM511 Linear Algebra: Solutions to Online True/False Exercises

OHSx XM511 Linear Algebra: Solutions to Online True/False Exercises This document gives the solutions to all of the online exercises for OHSx XM511. The section ( ) numbers refer to the textbook. TYPE I are True/False. Answers are in square brackets [. Lecture 02 ( 1.1)

More information

SYMBOL EXPLANATION EXAMPLE

SYMBOL EXPLANATION EXAMPLE MATH 4310 PRELIM I REVIEW Notation These are the symbols we have used in class, leading up to Prelim I, and which I will use on the exam SYMBOL EXPLANATION EXAMPLE {a, b, c, } The is the way to write the

More information

Properties of Linear Transformations from R n to R m

Properties of Linear Transformations from R n to R m Properties of Linear Transformations from R n to R m MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Topic Overview Relationship between the properties of a matrix transformation

More information

MATH10212 Linear Algebra B Homework 6. Be prepared to answer the following oral questions if asked in the supervision class:

MATH10212 Linear Algebra B Homework 6. Be prepared to answer the following oral questions if asked in the supervision class: MATH0 Linear Algebra B Homework 6 Students are strongly advised to acquire a copy of the Textbook: D C Lay, Linear Algebra its Applications Pearson, 006 (or other editions) Normally, homework assignments

More information

Linear Algebra Summary. Based on Linear Algebra and its applications by David C. Lay

Linear Algebra Summary. Based on Linear Algebra and its applications by David C. Lay Linear Algebra Summary Based on Linear Algebra and its applications by David C. Lay Preface The goal of this summary is to offer a complete overview of all theorems and definitions introduced in the chapters

More information

Math 3108: Linear Algebra

Math 3108: Linear Algebra Math 3108: Linear Algebra Instructor: Jason Murphy Department of Mathematics and Statistics Missouri University of Science and Technology 1 / 323 Contents. Chapter 1. Slides 3 70 Chapter 2. Slides 71 118

More information

Math 102, Winter 2009, Homework 7

Math 102, Winter 2009, Homework 7 Math 2, Winter 29, Homework 7 () Find the standard matrix of the linear transformation T : R 3 R 3 obtained by reflection through the plane x + z = followed by a rotation about the positive x-axes by 6

More information

Methods for Solving Linear Systems Part 2

Methods for Solving Linear Systems Part 2 Methods for Solving Linear Systems Part 2 We have studied the properties of matrices and found out that there are more ways that we can solve Linear Systems. In Section 7.3, we learned that we can use

More information

MATH 3330 INFORMATION SHEET FOR TEST 3 SPRING Test 3 will be in PKH 113 in class time, Tues April 21

MATH 3330 INFORMATION SHEET FOR TEST 3 SPRING Test 3 will be in PKH 113 in class time, Tues April 21 MATH INFORMATION SHEET FOR TEST SPRING Test will be in PKH in class time, Tues April See above for date, time and location of Test It will last 7 minutes and is worth % of your course grade The material

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

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

LINEAR ALGEBRA KNOWLEDGE SURVEY

LINEAR ALGEBRA KNOWLEDGE SURVEY LINEAR ALGEBRA KNOWLEDGE SURVEY Instructions: This is a Knowledge Survey. For this assignment, I am only interested in your level of confidence about your ability to do the tasks on the following pages.

More information