Demonstrate solution methods for systems of linear equations. Show that a system of equations can be represented in matrix-vector form.

Size: px
Start display at page:

Download "Demonstrate solution methods for systems of linear equations. Show that a system of equations can be represented in matrix-vector form."

Transcription

1 Chapter Linear lgebra Objective Demonstrate solution methods for sstems of linear equations. Show that a sstem of equations can be represented in matri-vector form. 4 Flowrates in kmol/hr Figure.: Two distillation columns in series.. Eample Sstem Two distillation columns in series with a additional feed stream miing in with the bottoms stream of the first column. The flow rate of three streams are unknown. s indicated in the Figure., the flow rate of streams,, and are unknown. No reaction is taking place. The steadstate flow rates must be calculated. Basic Mass Balance: accumulation in out + created destroed Mass Balance on first column In this case, assume stead state: accumulation ): 4 9

2 Mass balance on miing point: + Mass balance on second column: Three linear equations: 4 + Note that ou could write too man equations. You could write an overall balance: 4 Ending up with an overspecified sstem of equations, 4 equations, unknowns. Stick with the three equations from above for now. Note that these are linear equations. The unknown variables have constant linear coefficients, nonlinear terms do not appear no, no, no e ). You can rearrange the set of three equations without the overall balance equation) to get all the variable terms on the left side and the constants on the right. fter some The set of equations can be written as: ) s we will see later, this can be more compactl written as: b You ma alread realie that the solution to this problem is 6, 9, and 7. For more comple sstems, this is not quite so eas. To solve the three linear equations simultaneousl in a general manner, ou can perform row reduction using three possible row operations: RULES. dd or subtract) one row to or from) another. Multipl or divide a row b a scalar value an real scalar ). Swap position of rows

3 Tpicall ou would perform these operations until ou have a triangular representation all s above or below the diagonal). The triangular form allows for quick solution. The set of linear equations in Equation. can be compactl written using onl the coefficients as: 6 We need to perform steps - to get the sstem of equations in triangular form with ones on the diagonal and eros below the diagonal, like a b c We can look at the original sstem of equations and realie that we must get eros in position, row, column ) and position, row, column ). You can multipl row b using Rule : d e f 6 Net, swap position of rows and using Rule to get: 6 Then, subtract row from row using Rule to get: 6 9 Then, multipl rows and b using Rule : 6 9 Subtract row from row using Rule again to get: Now, all coefficients below the diagonal are. The solution can be found quickl. From equation row ), 7. Using equation row ), but ou know 6 7

4 that 7 so 9. Equation row ) gives 6, so the overall solution is 6, 9, and 7. CHECK SOLUTIONS: You can plug our solution back into the original three equations and verif that the equations are satisfied. THIS WILL HELP YOU ON EXMS. Note that the general Gaussian elimination or row reduction method specifies that ou start with column and perform operations until all coefficients below the diagonal are, then move to column and perform operations until all coefficients below the diagonal are ero, etc.. Linear Equations - Special Cases In general, there are three possibilities for a square set of linear equations... Case - One solution Consider a simpler sstem: + and. Graphicall, ou can plot the two lines and look for the intersection of two lines which occurs at,. The sstem of equations is: Subtracting row from row gives: This implies or and + or as ou alread realied. In dimensions unknowns) each row represents a plane. Two equations can intersect to give a line, and a line can intersect with a third plane to give a point, the single solution in a single solution case)... Case B - No solution Consider the sstem + and +. Graphicall, this represents two lines that never intersect. Note that column and column are identical. Subtracting row from row gives: You know that + cannot be true. For a square sstem, if Gaussian elimination results in a on the diagonal, this ma be the case.

5 .. Case C - Man solutions Consider the sstem + and +. Graphicall, this represents two lines that are coincident. Subtracting twice the value of row from row gives: These equations are consistent. + and + are consistent. There is no single solution, as man solutions make the equation + + consistent.. Nonsquare Sstems The original eample was for a square sstem with unknowns and equations. You ma often end up with more or fewer) equations than unknowns. Consider the original set of equations: One additional equation can be specified using a mass balance on the entire sstem, ) These four linear equations are not linearl independent. You can test this b using row operations to make two rows identical. Simultaneousl adding row and row to row will make row the same as row ) This set of equations can still be satisfied using the original solution 6, 9, and 7. In other cases, having more equations than unknowns ma complicate the solution process a bit.

6 .. Reconciliation and Nonsquare Sstems For curve fitting, parameters that appear linearl can be formulated as a nonsquare solution to a linear algebraic sstem of equations. Given that ou have some scalar valued) measured value,, that depends on a process parameter,. ssume the model takes the form: m + b.4) Technicall, ou onl need two data points to find m and b, the model parameters. ssuming that ou have more than two data points, we often desire to determine the best-fit for the line. These parameters minimie the sum of the square of the model error. For an eperiment with four data points: ) m ) + b ) m ) + b ) m ) + b 4) m 4) + b.5) Here, ou know values of and but m and b are our unknown values. This can be written as a set of equations: ) ) ) 4) ) ) ) 4) You can get the best-fit solution to this overspecified set of equations using the psuedo-inverse of the matri: T ) T b m b.4 Vectors group of unknown or known) values can be stacked to form a vector. In the eample problem, the unknowns,, and can be described b the vector : The solution to the problem has a known value and can be written as a vector soln : soln Note that the underbar is used to distinguish between the vector) and the unknown. vector is NOT limited to or unknowns dimension of the vector)

7 .5 The Matri matri is similar to a vector, having dimensions. One ma think of it as a group of vectors augmented together. Matri has a sie, m n representing m rows and n columns. The values for m and n are sometimes written as subscripts for the matri. For eample, the matri with two rows and three columns ma have values: a, a, a, a, a, a, Note that each of the si elements has two indices. The first inde is the row, the second is the column. For the applications in this class, a matri will have constant coefficient values. Some eample matrices: 5. B 6 5 Square Matri - matri with indices equal m n). Note: vector can be seen as a special matri having onl column. Transpose - The transpose operator swaps the indices of a matri or vector). For eample, for as before: Eample. For the matri ) T T a, a, a, a, a, a, 4 Finall, one can take the transpose of a vector. For T Row Vector - The transpose of a vector is also known as a row vector. Dot Product - The dot product of two vectors is the sum of the product of the elements taken individuall. Eamples: 5 T + +

8 Matri Multiplication - Two matrices can be multiplied together. For eample m n can be multiplied b B n j. Matri has m rows and n columns, while B has n rows and j columns. m n... r r r m... Here, each row up to r m is a row vector with n elements.... B n j c c... c j... Here, each column up to column c j is a vector column vector) with n elements. To compute m n B n j or simpl B or just B m n B n j r T c r T c... r T c j r T c r T c... r T c j... rm T c rm T c... rm T c j Method - To compute m n B n j, the result will have j columns. The first column of the result is computed b taking the dot product of B j first column of B) with the transpose of all the rows of. The second column of the result is computed b taking the dot product of B j second column of B) with the transpose of all the rows of. Repeat up to the j th column of B which produces the j th column of the result. Note: In general, B B. Conformable - In order to multipl m n B n j the inner dimensions must be equal. In m n B n j, if the first matri has n columns and the second matri must n rows. Matri Multiplication Eamples:

9 5.6 Column Eample Consider again the equations from the original distillation column eample: Notice that the variables with constant coefficients) are on the left side and constant values are on the right hand side. This set of linear equations can be represented in the compact notation b where b 6 Identit Matri - The identit matri has values of one on the diagonal and eros elsewhere. It is defined as I and for a square matri I and I. I.6. How to solve sets of linear equations We need a solution to the matri equation b. You cannot divide b a matri: b / There is no division operator for a matri. Instead, an inverse is defined for some square matrices such that 7

10 lso, ) I ) I Now, to solve b for First, multipl on the left b ) ) ) b Realiing that ) I replace ) with I. Now, realiing I is, the solution is I ) b ) b Note that multipling on the right will not lead to a solution. ) b ).6. How determine a matri inverse To solve b, ou need to know ). We are going to use row reduction to calculate ). Start with I. use row reduction techniques until is I. ) if it eists will be on the right where I was originall. Inverse Eample Solve the following for using ) : 5 6 For this procedure, one must first calculate ). Set up I as: Use row reduction to get???? Then verif that ) I. Use ) to calculate using ) b. Verif solution again to be safe. 8

11 STRT Start b using row reduction on Multipl row b / to get : 4 Then subtract row from row to get: Now, multipl row b -/ to get: To get the left side looking like the identit matri, subtract times row from row. Note that this is a compound use of row reduction rules. You now have ) Now verif that ) I ) + ) ) + ) ) + 4 ) ) + 4 ) You ma also verif that ) I Now, compute the solution, ) b gain, verif the solution is the solution to the original equations: Just as epected

12 .6. Stead State Control Eample Two pumps are used to fill two tanks. The pumps usuall operate at 5%, keeping the tanks at levels of 75 inches and 8 inches respectivel.it is known that a % increase in pump increases the height of tank b 5 inches and the height of tank b inches. For a % change in pump, the height of tank increases b 4 inches. It is desired to change the operating levels of the tanks to inches and 89 inches. P H H P What do ou know: Figure.: Pump / Tank eample 5 P %) H inches) P %) + 4 P %) H inches) You know the target reference, setpoint) for H and H as and 89. This translates into H 75 5 and H You need to increase tank b 5 inches and increase tank b 9 inches. You do not know the final values of the pump speeds. You do know the original steadstate values, 5% and 5%, realiing that: P final P ss + P You can now set up linear equations to solve for P and P, then calculate the final values for the pump speeds..7 Visualiation 5 P P H H Each row in b is a single linear equation. For a D problem with elements / unknowns) the equation defines a line in the, ) plane. Two equations define two

13 lines, and the unique solution to b is the point where the lines intersect. In some cases, there ma be man solutions to b and in some cases there ma be no solutions to b. Figure.: Three D eamples with two equations. Each equation row) represents a line. The first case has one solution, the second case has no solution, and the third case has man solutions. For a D problem, each row defines the equation for a plane in space. The intersection of non-parallel planes is a line in space, and the intersection of a line and a plane in space is a point. gain, in some cases there ma be a single solution, man solutions, or no solutions. For higher dimensions, each equation defines a hperplane in a n dimensional space, R n..7. Linear Transform vector in R n means has n elements. Matri multiplication of a matri of sie m n times a vector of sie n maps the vector from R n to R m. _ m R n R Figure.4: Matri multiplication as a mapping from R n to R m..7. Range The range of a matri is the space of all possible points that ma be mapped to in a matri multiplication of that matri times an unknown vector.

14 Range Eample For eample, the matri can onl map to points on the line + in D as follows. + + The columns of the matri define possible directions for the matri to transform a vector. In this eample, columns and are the same, and column is the ero vector. where takes an real value will alwas be on the line defined b the direction. Range Eample In another eample, the matri can onl map to a variet of points in D as follows. + + gain, the columns of the matri define possible directions for the matri to transform a vector. In this eample, onl points in the directions of and can be reached when multipling. These two directions form a plane in dimensional space. m R Range of _ n R Figure.5: Range of as space in R m of all possible mappings from R n using matri multiplication.

15 Range Eample In another eample, the matri can onl map to a variet of points in D as follows. + + Here, column is linearl dependent upon columns and. This means that ou can find some combination of columns and that give column. Column lies in the plane defined b columns and column. Underling point: For b to have a solution, the b must be in the range of. For the last eamples, if b?? if b has element in the position) there will not be a solution to b. In such a case, the possible range of does not include b. Range Eample 4 In another eample, the matri can map to all of the points in D as follows. + + Here, column is NOT linearl dependent upon columns and. This means that ou can find some combination of columns,, and that give an point in dimensions. Rank - The rank of a matri is the number of linearl independent columns. For a square matri of sie n n, there is a unique solution if there are n independent columns. The matri would have rank n.

Eigenvectors and Eigenvalues 1

Eigenvectors and Eigenvalues 1 Ma 2015 page 1 Eigenvectors and Eigenvalues 1 In this handout, we will eplore eigenvectors and eigenvalues. We will begin with an eploration, then provide some direct eplanation and worked eamples, and

More information

Unit 12 Study Notes 1 Systems of Equations

Unit 12 Study Notes 1 Systems of Equations You should learn to: Unit Stud Notes Sstems of Equations. Solve sstems of equations b substitution.. Solve sstems of equations b graphing (calculator). 3. Solve sstems of equations b elimination. 4. Solve

More information

14.1 Systems of Linear Equations in Two Variables

14.1 Systems of Linear Equations in Two Variables 86 Chapter 1 Sstems of Equations and Matrices 1.1 Sstems of Linear Equations in Two Variables Use the method of substitution to solve sstems of equations in two variables. Use the method of elimination

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.1 SYSTEMS OF LINEAR EQUATIONS LINEAR EQUATION,, 1 n A linear equation in the variables equation that can be written in the form a a a b 1 1 2 2 n n a a is an where

More information

12.1 Systems of Linear equations: Substitution and Elimination

12.1 Systems of Linear equations: Substitution and Elimination . Sstems of Linear equations: Substitution and Elimination Sstems of two linear equations in two variables A sstem of equations is a collection of two or more equations. A solution of a sstem in two variables

More information

MA 15800, Summer 2016 Lesson 25 Notes Solving a System of Equations by substitution (or elimination) Matrices. 2 A System of Equations

MA 15800, Summer 2016 Lesson 25 Notes Solving a System of Equations by substitution (or elimination) Matrices. 2 A System of Equations MA 800, Summer 06 Lesson Notes Solving a Sstem of Equations b substitution (or elimination) Matrices Consider the graphs of the two equations below. A Sstem of Equations From our mathematics eperience,

More information

Chapter Adequacy of Solutions

Chapter Adequacy of Solutions Chapter 04.09 dequac of Solutions fter reading this chapter, ou should be able to: 1. know the difference between ill-conditioned and well-conditioned sstems of equations,. define the norm of a matri,

More information

1 GSW Gaussian Elimination

1 GSW Gaussian Elimination Gaussian elimination is probabl the simplest technique for solving a set of simultaneous linear equations, such as: = A x + A x + A x +... + A x,,,, n n = A x + A x + A x +... + A x,,,, n n... m = Am,x

More information

FACULTY OF MATHEMATICAL STUDIES MATHEMATICS FOR PART I ENGINEERING. Lectures AB = BA = I,

FACULTY OF MATHEMATICAL STUDIES MATHEMATICS FOR PART I ENGINEERING. Lectures AB = BA = I, FACULTY OF MATHEMATICAL STUDIES MATHEMATICS FOR PART I ENGINEERING Lectures MODULE 7 MATRICES II Inverse of a matri Sstems of linear equations Solution of sets of linear equations elimination methods 4

More information

Math 214 Spring problem set (a) Consider these two first order equations. (I) dy dx = x + 1 dy

Math 214 Spring problem set (a) Consider these two first order equations. (I) dy dx = x + 1 dy Math 4 Spring 08 problem set. (a) Consider these two first order equations. (I) d d = + d (II) d = Below are four direction fields. Match the differential equations above to their direction fields. Provide

More information

LESSON 35: EIGENVALUES AND EIGENVECTORS APRIL 21, (1) We might also write v as v. Both notations refer to a vector.

LESSON 35: EIGENVALUES AND EIGENVECTORS APRIL 21, (1) We might also write v as v. Both notations refer to a vector. LESSON 5: EIGENVALUES AND EIGENVECTORS APRIL 2, 27 In this contet, a vector is a column matri E Note 2 v 2, v 4 5 6 () We might also write v as v Both notations refer to a vector (2) A vector can be man

More information

1 HOMOGENEOUS TRANSFORMATIONS

1 HOMOGENEOUS TRANSFORMATIONS HOMOGENEOUS TRANSFORMATIONS Purpose: The purpose of this chapter is to introduce ou to the Homogeneous Transformation. This simple 4 4 transformation is used in the geometr engines of CAD sstems and in

More information

Vector Calculus Review

Vector Calculus Review Course Instructor Dr. Ramond C. Rumpf Office: A-337 Phone: (915) 747-6958 E-Mail: rcrumpf@utep.edu Vector Calculus Review EE3321 Electromagnetic Field Theor Outline Mathematical Preliminaries Phasors,

More information

Elementary maths for GMT

Elementary maths for GMT Elementary maths for GMT Linear Algebra Part 2: Matrices, Elimination and Determinant m n matrices The system of m linear equations in n variables x 1, x 2,, x n a 11 x 1 + a 12 x 2 + + a 1n x n = b 1

More information

OBJECTIVE 5 SOLVING SYSTEMS 5/19/2016 SOLVING SYSTEMS OF TWO EQUATIONS BY SUBSTITUTION:

OBJECTIVE 5 SOLVING SYSTEMS 5/19/2016 SOLVING SYSTEMS OF TWO EQUATIONS BY SUBSTITUTION: /9/ OBJECTIVE Sstems & Matrices SOLVING SYSTEMS OF TWO EQUATIONS BY SUBSTITUTION:. Solve one of the equations for one of the variables in terms of the other.. Substitute this epression into the nd equation,

More information

Handout for Adequacy of Solutions Chapter SET ONE The solution to Make a small change in the right hand side vector of the equations

Handout for Adequacy of Solutions Chapter SET ONE The solution to Make a small change in the right hand side vector of the equations Handout for dequac of Solutions Chapter 04.07 SET ONE The solution to 7.999 4 3.999 Make a small change in the right hand side vector of the equations 7.998 4.00 3.999 4.000 3.999 Make a small change in

More information

CS 378: Computer Game Technology

CS 378: Computer Game Technology CS 378: Computer Game Technolog 3D Engines and Scene Graphs Spring 202 Universit of Teas at Austin CS 378 Game Technolog Don Fussell Representation! We can represent a point, p =,), in the plane! as a

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.4 THE MATRIX EQUATION A = b MATRIX EQUATION A = b m n Definition: If A is an matri, with columns a 1, n, a n, and if is in, then the product of A and, denoted by

More information

Affine transformations

Affine transformations Reading Optional reading: Affine transformations Brian Curless CSE 557 Autumn 207 Angel and Shreiner: 3., 3.7-3. Marschner and Shirle: 2.3, 2.4.-2.4.4, 6..-6..4, 6.2., 6.3 Further reading: Angel, the rest

More information

Chapter 5: Systems of Equations

Chapter 5: Systems of Equations Chapter : Sstems of Equations Section.: Sstems in Two Variables... 0 Section. Eercises... 9 Section.: Sstems in Three Variables... Section. Eercises... Section.: Linear Inequalities... Section.: Eercises.

More information

A Review of Matrix Analysis

A Review of Matrix Analysis Matrix Notation Part Matrix Operations Matrices are simply rectangular arrays of quantities Each quantity in the array is called an element of the matrix and an element can be either a numerical value

More information

Math 369 Exam #1 Practice Problems

Math 369 Exam #1 Practice Problems Math 69 Exam # Practice Problems Find the set of solutions of the following sstem of linear equations Show enough work to make our steps clear x + + z + 4w x 4z 6w x + 5 + 7z + w Answer: We solve b forming

More information

Mathematics. Polynomials and Quadratics. hsn.uk.net. Higher. Contents. Polynomials and Quadratics 52 HSN22100

Mathematics. Polynomials and Quadratics. hsn.uk.net. Higher. Contents. Polynomials and Quadratics 52 HSN22100 Higher Mathematics UNIT OUTCOME 1 Polnomials and Quadratics Contents Polnomials and Quadratics 5 1 Quadratics 5 The Discriminant 54 Completing the Square 55 4 Sketching Parabolas 57 5 Determining the Equation

More information

Matrices. VCE Maths Methods - Unit 2 - Matrices

Matrices. VCE Maths Methods - Unit 2 - Matrices Matrices Introduction to matrices Addition & subtraction Scalar multiplication Matri multiplication The unit matri Matri division - the inverse matri Using matrices - simultaneous equations Matri transformations

More information

Numerical Methods Lecture 2 Simultaneous Equations

Numerical Methods Lecture 2 Simultaneous Equations Numerical Methods Lecture 2 Simultaneous Equations Topics: matrix operations solving systems of equations pages 58-62 are a repeat of matrix notes. New material begins on page 63. Matrix operations: Mathcad

More information

Matrices. VCE Maths Methods - Unit 2 - Matrices

Matrices. VCE Maths Methods - Unit 2 - Matrices Matrices Introduction to matrices Addition subtraction Scalar multiplication Matri multiplication The unit matri Matri division - the inverse matri Using matrices - simultaneous equations Matri transformations

More information

MATH 1324 (Finite Mathematics or Business Math I) Lecture Notes Author / Copyright: Kevin Pinegar

MATH 1324 (Finite Mathematics or Business Math I) Lecture Notes Author / Copyright: Kevin Pinegar MTH Finite Mathematics or usiness Math Lecture Notes uthor / opright: Kevin Pinegar MTH Module Notes: SYSTEMS OF EQUTONS & MTES. MT NVESES & POPETES OF MTES Definition: We cannot discuss the inverse of

More information

RELATIONS AND FUNCTIONS through

RELATIONS AND FUNCTIONS through RELATIONS AND FUNCTIONS 11.1.2 through 11.1. Relations and Functions establish a correspondence between the input values (usuall ) and the output values (usuall ) according to the particular relation or

More information

Matrix & Linear Algebra

Matrix & Linear Algebra Matrix & Linear Algebra Jamie Monogan University of Georgia For more information: http://monogan.myweb.uga.edu/teaching/mm/ Jamie Monogan (UGA) Matrix & Linear Algebra 1 / 84 Vectors Vectors Vector: A

More information

UNCORRECTED SAMPLE PAGES. 3Quadratics. Chapter 3. Objectives

UNCORRECTED SAMPLE PAGES. 3Quadratics. Chapter 3. Objectives Chapter 3 3Quadratics Objectives To recognise and sketch the graphs of quadratic polnomials. To find the ke features of the graph of a quadratic polnomial: ais intercepts, turning point and ais of smmetr.

More information

Affine transformations

Affine transformations Reading Required: Affine transformations Brian Curless CSE 557 Fall 2009 Shirle, Sec. 2.4, 2.7 Shirle, Ch. 5.-5.3 Shirle, Ch. 6 Further reading: Fole, et al, Chapter 5.-5.5. David F. Rogers and J. Alan

More information

MATHEMATICS FOR COMPUTER VISION WEEK 2 LINEAR SYSTEMS. Dr Fabio Cuzzolin MSc in Computer Vision Oxford Brookes University Year

MATHEMATICS FOR COMPUTER VISION WEEK 2 LINEAR SYSTEMS. Dr Fabio Cuzzolin MSc in Computer Vision Oxford Brookes University Year 1 MATHEMATICS FOR COMPUTER VISION WEEK 2 LINEAR SYSTEMS Dr Fabio Cuzzolin MSc in Computer Vision Oxford Brookes University Year 2013-14 OUTLINE OF WEEK 2 Linear Systems and solutions Systems of linear

More information

Affine transformations. Brian Curless CSE 557 Fall 2014

Affine transformations. Brian Curless CSE 557 Fall 2014 Affine transformations Brian Curless CSE 557 Fall 2014 1 Reading Required: Shirle, Sec. 2.4, 2.7 Shirle, Ch. 5.1-5.3 Shirle, Ch. 6 Further reading: Fole, et al, Chapter 5.1-5.5. David F. Rogers and J.

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

7.1 Guided Practice (p. 401) 1. to find an ordered pair that satisfies each of the equations in the system. solution of the system.

7.1 Guided Practice (p. 401) 1. to find an ordered pair that satisfies each of the equations in the system. solution of the system. CHAPTER 7 Think and Discuss (p. 9). 6,00,000 units. 0,00,000 6,00,000 4,400,000 renters Skill Review (p. 96) 9r 4r 6r. 8.. 0.d.d d 4. w 4 w 4 w 4 w 4 w. 6. 7 g g 9 g 7 g 6 g 0 7 8 40 40 40 7. 6 8. 8 9....

More information

Higher. Polynomials and Quadratics. Polynomials and Quadratics 1

Higher. Polynomials and Quadratics. Polynomials and Quadratics 1 Higher Mathematics Contents 1 1 Quadratics EF 1 The Discriminant EF 3 3 Completing the Square EF 4 4 Sketching Parabolas EF 7 5 Determining the Equation of a Parabola RC 9 6 Solving Quadratic Inequalities

More information

Math 2331 Linear Algebra

Math 2331 Linear Algebra 1.1 Linear System Math 2331 Linear Algebra 1.1 Systems of Linear Equations Shang-Huan Chiu Department of Mathematics, University of Houston schiu@math.uh.edu math.uh.edu/ schiu/ Shang-Huan Chiu, University

More information

8.7 Systems of Non-Linear Equations and Inequalities

8.7 Systems of Non-Linear Equations and Inequalities 8.7 Sstems of Non-Linear Equations and Inequalities 67 8.7 Sstems of Non-Linear Equations and Inequalities In this section, we stud sstems of non-linear equations and inequalities. Unlike the sstems of

More information

Introduction to 3D Game Programming with DirectX 9.0c: A Shader Approach

Introduction to 3D Game Programming with DirectX 9.0c: A Shader Approach Introduction to 3D Game Programming with DirectX 90c: A Shader Approach Part I Solutions Note : Please email to frank@moon-labscom if ou find an errors Note : Use onl after ou have tried, and struggled

More information

Reading. 4. Affine transformations. Required: Watt, Section 1.1. Further reading:

Reading. 4. Affine transformations. Required: Watt, Section 1.1. Further reading: Reading Required: Watt, Section.. Further reading: 4. Affine transformations Fole, et al, Chapter 5.-5.5. David F. Rogers and J. Alan Adams, Mathematical Elements for Computer Graphics, 2 nd Ed., McGraw-Hill,

More information

Now, if you see that x and y are present in both equations, you may write:

Now, if you see that x and y are present in both equations, you may write: Matrices: Suppose you have two simultaneous equations: y y 3 () Now, if you see that and y are present in both equations, you may write: y 3 () You should be able to see where the numbers have come from.

More information

1.7 Inverse Functions

1.7 Inverse Functions 71_0107.qd 1/7/0 10: AM Page 17 Section 1.7 Inverse Functions 17 1.7 Inverse Functions Inverse Functions Recall from Section 1. that a function can be represented b a set of ordered pairs. For instance,

More information

Second-Order Linear Differential Equations C 2

Second-Order Linear Differential Equations C 2 C8 APPENDIX C Additional Topics in Differential Equations APPENDIX C. Second-Order Homogeneous Linear Equations Second-Order Linear Differential Equations Higher-Order Linear Differential Equations Application

More information

Get Solution of These Packages & Learn by Video Tutorials on Matrices

Get Solution of These Packages & Learn by Video Tutorials on  Matrices FEE Download Stud Package from website: wwwtekoclassescom & wwwmathsbsuhagcom Get Solution of These Packages & Learn b Video Tutorials on wwwmathsbsuhagcom Matrices An rectangular arrangement of numbers

More information

Numerical Methods Lecture 2 Simultaneous Equations

Numerical Methods Lecture 2 Simultaneous Equations CGN 42 - Computer Methods Numerical Methods Lecture 2 Simultaneous Equations Topics: matrix operations solving systems of equations Matrix operations: Adding / subtracting Transpose Multiplication Adding

More information

6-1 Study Guide and Intervention

6-1 Study Guide and Intervention NAME DATE PERID 6- Stud Guide and Intervention Graphing Sstems of Equations Possible Number of Solutions Two or more linear equations involving the same variables form a sstem of equations. A solution

More information

SOLVING SYSTEMS OF EQUATIONS

SOLVING SYSTEMS OF EQUATIONS SOLVING SYSTEMS OF EQUATIONS 4.. 4..4 Students have been solving equations even before Algebra. Now the focus on what a solution means, both algebraicall and graphicall. B understanding the nature of solutions,

More information

Gauss and Gauss Jordan Elimination

Gauss and Gauss Jordan Elimination Gauss and Gauss Jordan Elimination Row-echelon form: (,, ) A matri is said to be in row echelon form if it has the following three properties. () All row consisting entirel of zeros occur at the bottom

More information

Week 3 September 5-7.

Week 3 September 5-7. MA322 Weekl topics and quiz preparations Week 3 September 5-7. Topics These are alread partl covered in lectures. We collect the details for convenience.. Solutions of homogeneous equations AX =. 2. Using

More information

CS 354R: Computer Game Technology

CS 354R: Computer Game Technology CS 354R: Computer Game Technolog Transformations Fall 207 Universit of Teas at Austin CS 354R Game Technolog S. Abraham Transformations What are the? Wh should we care? Universit of Teas at Austin CS 354R

More information

UNIT 5. SIMULTANEOUS EQUATIONS

UNIT 5. SIMULTANEOUS EQUATIONS 3º ESO. Definitions UNIT 5. SIMULTANEOUS EQUATIONS A linear equation with two unknowns is an equation with two unknowns having both of them degree one. Eamples. 3 + 5 and + 6 9. The standard form for these

More information

ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3

ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3 ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3 ISSUED 24 FEBRUARY 2018 1 Gaussian elimination Let A be an (m n)-matrix Consider the following row operations on A (1) Swap the positions any

More information

A: Level 14, 474 Flinders Street Melbourne VIC 3000 T: W: tssm.com.au E: TSSM 2011 Page 1 of 8

A: Level 14, 474 Flinders Street Melbourne VIC 3000 T: W: tssm.com.au E: TSSM 2011 Page 1 of 8 MATHEMATICAL METHODS CAS Teach Yourself Series Topic 3: Functions and Relations Inverse Functions, Hybrid Functions, Modulus Functions, Composite Functions and Functional Equations A: Level 4, 474 Flinders

More information

Linear Algebra Tutorial for Math3315/CSE3365 Daniel R. Reynolds

Linear Algebra Tutorial for Math3315/CSE3365 Daniel R. Reynolds Linear Algebra Tutorial for Math3315/CSE3365 Daniel R. Reynolds These notes are meant to provide a brief introduction to the topics from Linear Algebra that will be useful in Math3315/CSE3365, Introduction

More information

MATHEMATICAL FUNDAMENTALS I. Michele Fitzpatrick

MATHEMATICAL FUNDAMENTALS I. Michele Fitzpatrick MTHEMTICL FUNDMENTLS I Michele Fitpatrick OVERVIEW Vectors and arras Matrices Linear algebra Del( operator Tensors DEFINITIONS vector is a single row or column of numbers. n arra is a collection of vectors

More information

5.4 dividing POlynOmIAlS

5.4 dividing POlynOmIAlS SECTION 5.4 dividing PolNomiAls 3 9 3 learning ObjeCTIveS In this section, ou will: Use long division to divide polnomials. Use snthetic division to divide polnomials. 5.4 dividing POlnOmIAlS Figure 1

More information

Systems of Linear and Quadratic Equations. Check Skills You ll Need. y x. Solve by Graphing. Solve the following system by graphing.

Systems of Linear and Quadratic Equations. Check Skills You ll Need. y x. Solve by Graphing. Solve the following system by graphing. NY- Learning Standards for Mathematics A.A. Solve a sstem of one linear and one quadratic equation in two variables, where onl factoring is required. A.G.9 Solve sstems of linear and quadratic equations

More information

POLI270 - Linear Algebra

POLI270 - Linear Algebra POLI7 - Linear Algebra Septemer 8th Basics a x + a x +... + a n x n b () is the linear form where a, b are parameters and x n are variables. For a given equation such as x +x you only need a variable and

More information

Determinants. We said in Section 3.3 that a 2 2 matrix a b. Determinant of an n n Matrix

Determinants. We said in Section 3.3 that a 2 2 matrix a b. Determinant of an n n Matrix 3.6 Determinants We said in Section 3.3 that a 2 2 matri a b is invertible if and onl if its c d erminant, ad bc, is nonzero, and we saw the erminant used in the formula for the inverse of a 2 2 matri.

More information

6.4 graphs OF logarithmic FUnCTIOnS

6.4 graphs OF logarithmic FUnCTIOnS SECTION 6. graphs of logarithmic functions 9 9 learning ObjeCTIveS In this section, ou will: Identif the domain of a logarithmic function. Graph logarithmic functions. 6. graphs OF logarithmic FUnCTIOnS

More information

In this chapter a student has to learn the Concept of adjoint of a matrix. Inverse of a matrix. Rank of a matrix and methods finding these.

In this chapter a student has to learn the Concept of adjoint of a matrix. Inverse of a matrix. Rank of a matrix and methods finding these. MATRICES UNIT STRUCTURE.0 Objectives. Introduction. Definitions. Illustrative eamples.4 Rank of matri.5 Canonical form or Normal form.6 Normal form PAQ.7 Let Us Sum Up.8 Unit End Eercise.0 OBJECTIVES In

More information

Linear algebra in turn is built on two basic elements, MATRICES and VECTORS.

Linear algebra in turn is built on two basic elements, MATRICES and VECTORS. M-Lecture():.-. Linear algebra provides concepts that are crucial to man areas of information technolog and computing, including: Graphics Image processing Crptograph Machine learning Computer vision Optimiation

More information

Two conventions for coordinate systems. Left-Hand vs Right-Hand. x z. Which is which?

Two conventions for coordinate systems. Left-Hand vs Right-Hand. x z. Which is which? walters@buffalo.edu CSE 480/580 Lecture 2 Slide 3-D Transformations 3-D space Two conventions for coordinate sstems Left-Hand vs Right-Hand (Thumb is the ais, inde is the ais) Which is which? Most graphics

More information

Linear Algebra V = T = ( 4 3 ).

Linear Algebra V = T = ( 4 3 ). Linear Algebra Vectors A column vector is a list of numbers stored vertically The dimension of a column vector is the number of values in the vector W is a -dimensional column vector and V is a 5-dimensional

More information

Mathematics. Polynomials and Quadratics. hsn.uk.net. Higher. Contents. Polynomials and Quadratics 1. CfE Edition

Mathematics. Polynomials and Quadratics. hsn.uk.net. Higher. Contents. Polynomials and Quadratics 1. CfE Edition Higher Mathematics Contents 1 1 Quadratics EF 1 The Discriminant EF 3 3 Completing the Square EF 4 4 Sketching Parabolas EF 7 5 Determining the Equation of a Parabola RC 9 6 Solving Quadratic Inequalities

More information

Math for ML: review. Milos Hauskrecht 5329 Sennott Square, x people.cs.pitt.edu/~milos/courses/cs1675/

Math for ML: review. Milos Hauskrecht 5329 Sennott Square, x people.cs.pitt.edu/~milos/courses/cs1675/ Math for ML: review Milos Hauskrecht milos@pitt.edu 5 Sennott Square, -5 people.cs.pitt.edu/~milos/courses/cs75/ Administrivia Recitations Held on Wednesdays at :00am and :00pm This week: Matlab tutorial

More information

Math 4377/6308 Advanced Linear Algebra

Math 4377/6308 Advanced Linear Algebra 3.1 Elementary Matrix Math 4377/6308 Advanced Linear Algebra 3.1 Elementary Matrix Operations and Elementary Matrix Jiwen He Department of Mathematics, University of Houston jiwenhe@math.uh.edu math.uh.edu/

More information

Mathematics 309 Conic sections and their applicationsn. Chapter 2. Quadric figures. ai,j x i x j + b i x i + c =0. 1. Coordinate changes

Mathematics 309 Conic sections and their applicationsn. Chapter 2. Quadric figures. ai,j x i x j + b i x i + c =0. 1. Coordinate changes Mathematics 309 Conic sections and their applicationsn Chapter 2. Quadric figures In this chapter want to outline quickl how to decide what figure associated in 2D and 3D to quadratic equations look like.

More information

MATH 320, WEEK 7: Matrices, Matrix Operations

MATH 320, WEEK 7: Matrices, Matrix Operations MATH 320, WEEK 7: Matrices, Matrix Operations 1 Matrices We have introduced ourselves to the notion of the grid-like coefficient matrix as a short-hand coefficient place-keeper for performing Gaussian

More information

10.3 Solving Nonlinear Systems of Equations

10.3 Solving Nonlinear Systems of Equations 60 CHAPTER 0 Conic Sections Identif whether each equation, when graphed, will be a parabola, circle, ellipse, or hperbola. Then graph each equation.. - 7 + - =. = +. = + + 6. + 9 =. 9-9 = 6. 6 - = 7. 6

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algera 1.4 THE MATRIX EQUATION A MATRIX EQUATION A mn Definition: If A is an matri, with columns a 1,, a n, and if is in R n, then the product of A and, denoted y A, is the

More information

Matrix inversion and linear equations

Matrix inversion and linear equations Learning objectives. Matri inversion and linear equations Know Cramer s rule Understand how linear equations can be represented in matri form Know how to solve linear equations using matrices and Cramer

More information

Linear Equations and Vectors

Linear Equations and Vectors Chapter Linear Equations and Vectors Linear Algebra, Fall 6 Matrices and Systems of Linear Equations Figure. Linear Algebra, Fall 6 Figure. Linear Algebra, Fall 6 Figure. Linear Algebra, Fall 6 Unique

More information

8. BOOLEAN ALGEBRAS x x

8. BOOLEAN ALGEBRAS x x 8. BOOLEAN ALGEBRAS 8.1. Definition of a Boolean Algebra There are man sstems of interest to computing scientists that have a common underling structure. It makes sense to describe such a mathematical

More information

Example CHEE C 8 : C 10 : lb-moles/h C 8 : C 10 : C 8 : C 10 : 0.854

Example CHEE C 8 : C 10 : lb-moles/h C 8 : C 10 : C 8 : C 10 : 0.854 Eample A feed stream containing C 8 and C hdrocarbons is split into 3 product streams: an overhead fraction, a middle cut and a bottom fraction, whose mole fraction compositions are shown below. Sevent

More information

TABLES, GRAPHS, AND RULES

TABLES, GRAPHS, AND RULES TABLES, GRAPHS, AND RULES 3.1.1 3.1.7 Three was to write relationships for data are tables, words (descriptions), and rules. The pattern in tables between input () and output () values usuall establishes

More information

EC5555 Economics Masters Refresher Course in Mathematics September 2014

EC5555 Economics Masters Refresher Course in Mathematics September 2014 EC5555 Economics Masters Refresher Course in Mathematics September 4 Lecture Matri Inversion and Linear Equations Ramakanta Patra Learning objectives. Matri inversion Matri inversion and linear equations

More information

Systems of Linear Equations: Solving by Graphing

Systems of Linear Equations: Solving by Graphing 8.1 Sstems of Linear Equations: Solving b Graphing 8.1 OBJECTIVE 1. Find the solution(s) for a set of linear equations b graphing NOTE There is no other ordered pair that satisfies both equations. From

More information

5.3 Rigid Bodies in Three-Dimensional Force Systems

5.3 Rigid Bodies in Three-Dimensional Force Systems 5.3 Rigid odies in Three-imensional Force Sstems 5.3 Rigid odies in Three-imensional Force Sstems Eample 1, page 1 of 5 1. For the rigid frame shown, determine the reactions at the knife-edge supports,,.

More information

Lecture 1 Systems of Linear Equations and Matrices

Lecture 1 Systems of Linear Equations and Matrices Lecture 1 Systems of Linear Equations and Matrices Math 19620 Outline of Course Linear Equations and Matrices Linear Transformations, Inverses Bases, Linear Independence, Subspaces Abstract Vector Spaces

More information

Vector and Affine Math

Vector and Affine Math Vector and Affine Math Computer Science Department The Universit of Teas at Austin Vectors A vector is a direction and a magnitude Does NOT include a point of reference Usuall thought of as an arrow in

More information

Matrix notation. A nm : n m : size of the matrix. m : no of columns, n: no of rows. Row matrix n=1 [b 1, b 2, b 3,. b m ] Column matrix m=1

Matrix notation. A nm : n m : size of the matrix. m : no of columns, n: no of rows. Row matrix n=1 [b 1, b 2, b 3,. b m ] Column matrix m=1 Matrix notation A nm : n m : size of the matrix m : no of columns, n: no of rows Row matrix n=1 [b 1, b 2, b 3,. b m ] Column matrix m=1 n = m square matrix Symmetric matrix Upper triangular matrix: matrix

More information

COUNCIL ROCK HIGH SCHOOL MATHEMATICS. A Note Guideline of Algebraic Concepts. Designed to assist students in A Summer Review of Algebra

COUNCIL ROCK HIGH SCHOOL MATHEMATICS. A Note Guideline of Algebraic Concepts. Designed to assist students in A Summer Review of Algebra COUNCIL ROCK HIGH SCHOOL MATHEMATICS A Note Guideline of Algebraic Concepts Designed to assist students in A Summer Review of Algebra [A teacher prepared compilation of the 7 Algebraic concepts deemed

More information

Matrix Basic Concepts

Matrix Basic Concepts Matrix Basic Concepts Topics: What is a matrix? Matrix terminology Elements or entries Diagonal entries Address/location of entries Rows and columns Size of a matrix A column matrix; vectors Special types

More information

Math 250B Midterm I Information Fall 2018

Math 250B Midterm I Information Fall 2018 Math 250B Midterm I Information Fall 2018 WHEN: Wednesday, September 26, in class (no notes, books, calculators I will supply a table of integrals) EXTRA OFFICE HOURS: Sunday, September 23 from 8:00 PM

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

15. Eigenvalues, Eigenvectors

15. Eigenvalues, Eigenvectors 5 Eigenvalues, Eigenvectors Matri of a Linear Transformation Consider a linear ( transformation ) L : a b R 2 R 2 Suppose we know that L and L Then c d because of linearit, we can determine what L does

More information

Introduction to Matrices

Introduction to Matrices POLS 704 Introduction to Matrices Introduction to Matrices. The Cast of Characters A matrix is a rectangular array (i.e., a table) of numbers. For example, 2 3 X 4 5 6 (4 3) 7 8 9 0 0 0 Thismatrix,with4rowsand3columns,isoforder

More information

y b where U. matrix inverse A 1 ( L. 1 U 1. L 1 U 13 U 23 U 33 U 13 2 U 12 1

y b where U. matrix inverse A 1 ( L. 1 U 1. L 1 U 13 U 23 U 33 U 13 2 U 12 1 LU decomposition -- manual demonstration Instructor: Nam Sun Wang lu-manualmcd LU decomposition, where L is a lower-triangular matrix with as the diagonal elements and U is an upper-triangular matrix Just

More information

Solving Consistent Linear Systems

Solving Consistent Linear Systems Solving Consistent Linear Systems Matrix Notation An augmented matrix of a system consists of the coefficient matrix with an added column containing the constants from the right sides of the equations.

More information

Introduction to Mobile Robotics Compact Course on Linear Algebra. Wolfram Burgard, Bastian Steder

Introduction to Mobile Robotics Compact Course on Linear Algebra. Wolfram Burgard, Bastian Steder Introduction to Mobile Robotics Compact Course on Linear Algebra Wolfram Burgard, Bastian Steder Reference Book Thrun, Burgard, and Fox: Probabilistic Robotics Vectors Arrays of numbers Vectors represent

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

3.7 InveRSe FUnCTIOnS

3.7 InveRSe FUnCTIOnS CHAPTER functions learning ObjeCTIveS In this section, ou will: Verif inverse functions. Determine the domain and range of an inverse function, and restrict the domain of a function to make it one-to-one.

More information

Homework Notes Week 6

Homework Notes Week 6 Homework Notes Week 6 Math 24 Spring 24 34#4b The sstem + 2 3 3 + 4 = 2 + 2 + 3 4 = 2 + 2 3 = is consistent To see this we put the matri 3 2 A b = 2 into reduced row echelon form Adding times the first

More information

1.2 Functions and Their Properties PreCalculus

1.2 Functions and Their Properties PreCalculus 1. Functions and Their Properties PreCalculus 1. FUNCTIONS AND THEIR PROPERTIES Learning Targets for 1. 1. Determine whether a set of numbers or a graph is a function. Find the domain of a function given

More information

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations.

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations. POLI 7 - Mathematical and Statistical Foundations Prof S Saiegh Fall Lecture Notes - Class 4 October 4, Linear Algebra The analysis of many models in the social sciences reduces to the study of systems

More information

LESSON #12 - FORMS OF A LINE COMMON CORE ALGEBRA II

LESSON #12 - FORMS OF A LINE COMMON CORE ALGEBRA II LESSON # - FORMS OF A LINE COMMON CORE ALGEBRA II Linear functions come in a variet of forms. The two shown below have been introduced in Common Core Algebra I and Common Core Geometr. TWO COMMON FORMS

More information

A function from a set D to a set R is a rule that assigns a unique element in R to each element in D.

A function from a set D to a set R is a rule that assigns a unique element in R to each element in D. 1.2 Functions and Their Properties PreCalculus 1.2 FUNCTIONS AND THEIR PROPERTIES Learning Targets for 1.2 1. Determine whether a set of numbers or a graph is a function 2. Find the domain of a function

More information

Organization of a Modern Compiler. Front-end. Middle1. Back-end DO I = 1, N DO J = 1,M S 1 1 N. Source Program

Organization of a Modern Compiler. Front-end. Middle1. Back-end DO I = 1, N DO J = 1,M S 1 1 N. Source Program Organization of a Modern Compiler ource Program Front-end snta analsis + tpe-checking + smbol table High-level ntermediate Representation (loops,arra references are preserved) Middle loop-level transformations

More information

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions Eponential and Logarithmic Functions 6 Figure Electron micrograph of E. Coli bacteria (credit: Mattosaurus, Wikimedia Commons) CHAPTER OUTLINE 6. Eponential Functions 6. Logarithmic Properties 6. Graphs

More information