Name: Section Registered In:

Size: px
Start display at page:

Download "Name: Section Registered In:"

Transcription

1 Name: Section Registered In: Math 125 Exam 2 Version 1 March 27, Let A = α 2, B = 2 1, and C = (a) (1pt) Compute AB. Solution: AB = α = α α = 2α + 6 α (b) (1pt) Compute AC. Solution: AC = α = α α = 2α α (c) (2pt) Solve for α such that AB = AC. Solution: Recall that for two matrices to be equal, we need the entries in each matrix to be the same. For AB = AC, we need 2α + 6 = 2α + 10 α + 4 = 7α 2 16 = = 10 The third and fourth equations are obviously satisfied. Solving for α in the first equation, we see that for equality in the a 11 position, α = 1. Solving the second equation for α, we get

2 the same solution: α = 1. Therefore, AB = AC when α = 1. (d) (1pts) Note that here AB = AC but B C. What property is A lacking that AB = AC does not require that B = C? Briefly explain your answer. Solution: When A is invertible, we can left multiply the equation AB = AC by A 1. This results in the equation B = C.

3 2. (a) (3pts) Define the multiplicative inverse of a matrix A. Solution: A matrix B is the multiplicative inverse of a matrix A if AB = I and BA = I. (b) (7pts) Use the proposition for formally calculating inverses to find the inverse of A = 4 1 6, if it exists Solution: We need to form [A I] and move the augmented matrix into reduced row echelon form. [A I] = Using the calculator to move this to reduced row echelon form, we get the matrix /5 1/ /5 2/ /5 1/5 Since the reduced row echelon form of A is not the identity matrix, we know that no inverse exists for matrix A.

4 3. A small town has three primary industries: a copper mine, a railroad, and an electric utility. To produce $1 of copper, the copper mine uses $0.20 of copper, $0.10 of transportation, and $0.20 of electric power. To provide a $1 of transportation, the railroad uses $0.10 of copper, $0.10 of transportation, and $0.40 of electric power. To provide a $1 of electricity, the electric utility uses $0.20 of copper, $0.20 of transportation, and $0.30 of electric power. (a) (2pts) Form the consumption matrix for the above economic model. Solution: copper railroad electric C = (You did not have to label the matrix for full-credit.) copper used railroad used electricity used (b) (2pts) Define what it means for an economy to be productive. Solution: An economy is productive if given any external demand ( D), there is a production schedule ( X) that can meet the demand. Mathematically, there is an X such that X = [I C] 1 D has all positive entries for any demand vector D. Either answer is acceptable. (c) (3pts) Determine if the small town s economy is productive. Solution: There are multiple solution to this question. First, we can note that every industry is profitable (since every column sums to less than 1), hence the economy is productive. Another solution would be to recognize that every row sums to less than 1, hence the economy is productive. Lastly, we can show that [I C] 1 is non-negative. 10/7 30/77 40/77 [I C] 1 = 2/7 104/77 36/77 4/7 68/77 142/77 Since no entry in the inverse is negative, the economy is productive.

5 (d) (3pts) Suppose that during the year there is an outside demand of 1.2 million dollars for copper, 0.8 million dollars for transportation, and 1.5 million dollars for electric power. How much should each industry produce to satisfy the demands? 1.2 Solution: We are given that D = 0.8 (where the units on each entry is in millions of 1.5 dollars). We are asked to solve for X such that X = [I C] 1 D. Using the calculator, 2.81 X Therefore the copper industry should produce 2.81 million dollars of copper, 4.16 the railroad should produce 2.12 million dollars of transportation, and the electricity industry should produce 4.16 million dollars in electricity.

6 4. (a) (3pts) Let A be a square matrix and let B be the matrix obtained from A after a stated row operation. Using A and B, describe the effects each row operation has on the value of the determinant. Solution: If R i R j, then det(b) = det (A). If R i = kr i, then det(b) = k det (A). If R i = R i + kr j, then det(b) = det (A) (b) (7pts) Find the determinant of A = by using row operations to make the matrix upper triangular. Solution: R 2 = R 2 2R 1, R 3 = R R A 1 = ;, det A 1 = det A R 2 = 1 det A 2 = 5 R 2; A 2 = 0 1 2, 5 det A 1 = det A det A 3 = det A 2 R 3 = R 3 + 8R 2 ; A 3 = 0 1 2, = det A Since A 3 is upper triangular, the determinant of A 3 is or det A 3 = 24. Using det A 3 = 1 det A, we see that det A = 24 5 =

7 5. Let A be an invertible n n matrix. Determine if the following are always true. Fully justify your answer. (a) (3pts) (I + A)(I + A 1 ) = 2I + A + A 1 Solution: This is always true. Using the properties of matrix arithmetic: (I + A)(I + A 1 ) = II + IA 1 + AI + AA 1 = I + A 1 + A + AA 1 by properties of I = I + A 1 + A + I by properties of the inverse = 2I + A 1 + A since addition is commutative (b) (2pts) If A 2 is invertible then (A 2 ) 1 = (A 1 ) 2. Solution: This is always true. (A 2 )(A 1 ) 2 = (AA)(A 1 A 1 ) = AAA 1 A 1 = AIA 1 = AA 1 = I Therefore (A 2 ) 1 = (A 1 ) 2. (Technically, we should also do the same calculation for (A 1 ) 2 (A 2 ) = I. But since A 2 is a square matrix, we are guaranteed that, if we have the right inverse, it is the left inverse as well.)

8 6. Consider the linear system x + 2y + 3z = 5 2x + 5y + 3z = 3 x + 8z = 17. (a) (2pts) Write this linear system as a matrix equation of the form A x = b x 5 Solution: y = z 17 (b) (1pt) Find A Solution: The calculator says that A 1 = (c) (2pts) Use A 1 to solve for the variable vector. Be sure to show work. Solution: Since A x = b and A 1 inverse exist, we can solve for x by the equation x = A 1 b x = A 1 b = =

9 7. A new mass transit system has just gone into operation. The transit authority has made studies that predict the percentage of commuters who will change to mass transit (M) or continue driving their automobile (A). Data suggests that 20% of mass transit users will switch to their auto next year and 30% of auto commuters will switch to mass transit. (a) (3pts) Construct the transition matrix for this model. Be sure to label your matrix. Solution: T = M.8.2 A.3.7 to M to A (b) (2pts) Suppose that the population of the area remains constant and that initially 30% of commuters are using mass transit. What percentage of commuters will be using mass transit after 4 years? Solution: Writing the initial state as a vector, we get S 0 =.3.7 M A. S 4 = T 4 S 0 = Mass transit has roughly 58.1% of the market and auto commuters are 41.9% of the market after four years. (c) (5pts) Using four decimal places of accuracy, determine how long it takes the market to stabilize and determine what percentage of commuters will be using mass transit in the long run. (Be sure to clearly explain how you determined your answer.) Solution: To determine when a market stabilizes, we look at powers of the transition matrix and look for the first time period k where the transition matrix (with entries rounded to 4 decimal places) stops changing for higher powers of the transition matrix. T 13 =

10 T 14 = T 15 = Hence, it takes 14 years for the market to stabilize. An alternative way of finding the time period that the market stabilizes is to look for the first power of T such that, when rounding, all of the column vectors are the same vector. From the above matrices, we see that the first time this happens is when t = 14. In the long run, 60% of commuters will be using mass transit.

11 8. (1pt each) Answer the following either True or False and justify your answer. (a) If A and B are matrices, then both AB and BA are defined if and only if A and B are square matrices. Solution: False. To multiply matrices, you need the number of columns of the first matrix to equal the number of rows of the second. To have both AB and BA, this requires that A be n k and B be k n. Note that if n does not equal k, then A and B are not square but the multiplication is still defined. (b) Every square matrix is invertible. Solution: False. We have encountered many square matrices that do not have a multiplicative inverse. (c) If A and B are matrices such that AB = I, then both A and B are invertible. Solution: False. The definition of multiplicative inverses is that AB = I and BA = I. If A and B are not square, we are not even guaranteed that AB even exists, let alone the identity matrix. (d) If A is a 3 2 matrix and B is a 2 4 matrix, than AB is a 3 4 matrix. Solution: True. Since the number of columns of A equal the number of rows of B, we can calculate AB. By construction, the resulting matrix will have the dimensions: the numbers of rows of the first by the number of columns of the second. Here, that gives a 3 4 matrix. (e) along any row. The determinant of an n n matrix can be evaluated using a cofactor expansion Solution: True. The cofactor expansion definition of the determinant allows us to expand along any row or down any column.

12

13 Name: Section Registered In: Math 125 Exam 2 Version 2 March 27, Consider the linear system x + 2y + 3z = 6 2x 3y + 2z = 14 3x + y z = 2. (a) (2pts) Write this linear system as a matrix equation of the form A x = b x 6 Solution: y = z 2 (b) (1pt) Find A 1. 1/50 1/10 13/50 Solution: The calculator says that A 1 = 4/25 1/5 2/25 11/50 1/10 7/50 (c) (2pts) Use A 1 to solve for the variable vector. Be sure to show work. Solution: Since A x = b and A 1 inverse exist, we can solve for x by the equation x = A 1 b. /50 1/10 13/ x = A 1 b = 4/25 1/5 2/25 14 = 2 11/50 1/10 7/50 2 3

14 2. (a) (3pts) How is it possible to use the determinant to determine if a matrix is invertible? Solution: If the determinant of a matrix is nonzero then it is invertible. k k 3 (b) (7pts) Find all values of k for which the matrix A = 0 k is invertible. k 8 k 1 Solution: We want to use part (a) and take this determinant. To compute the determinant, I will choose to do a cofactor down the first column since there is a zero in it. k det A = k 8 k 1 0 k 3 8 k 1 + k k 3 k = k[(k + 1)(k 1) + 8] + k[ k 3(k + 1)] = k[k ] + k[ 4k 3] = k 3 + 7k 4k 2 3k = k 3 4k 2 + 4k = k(k 2 4k + 4) = k(k 2) 2 When the determinant is not equal to zero, then A is invertible. We want k(k 2) 2 0. Therefore, the matrix is invertible when k 0 and k 2.

15 3. An island s economy is divided into three sectors tourism, transportation, and services. Suppose that to produce a dollar s worth of tourism requires that inputs of $0.30 from the tourism sector, $0.10 from the transportation sector, and $0.30 from the services sector; each dollar s worth of transportation requries $0.20 from the tourism sector, $0.40 from the transportation sector, and $0.20 from the services sector; and each dollar s worth of services requires $0.05 from the tourism sector, $0.05 from the transportation sector, and $0.15 from the services sector. (a) (2pts) Form the consumption matrix for this economy. Solution: tourism transportation services C = (You did not have to label the matrix for full-credit.) tourism used transportation used services used (b) your answer. (2pts) Is the consumption matrix from part (a) a stochastic matrix? Clearly explain Solution: C is not stochastic since the columns of C do not sum to 1. (c) (2pts) Are any of the industries profitable? Clearly explain your answer. Solution: All of the industries are profitable since every column sums to less than 1. (d) (2pts) Is the economy productive? Clearly explain your answer. Solution: Since every industry is profitable, we know that the economy is productive. Another solution would be to recognize that every row sums to less than 1, hence the economy is productive.

16 Lastly, we can show that [I C] 1 is non-negative. negative, the economy is productive. Since no entry in the inverse is (e) (2pts) The current gross production for this economy is $70 million in tourism, $20 million in transportation, and $10 million in services. Is the economy self-sustaining in each area? Solution: Here we are given a production schedule and are asked if the is producing enough to sustain its current production [I C] 20 = The economy is not self-sustaining since there is a shortage of 16.5 million dollars of services.

17 4. Let A = 0 1, B = 1 1, and C = 2 5. β (a) (1pt) Compute AB. Solution: AB = = = β β β β + 6 β + 8 (b) (1pt) Compute AC. Solution: AC = = = β β β β + 6 5β + 8 (c) (2pts) Solve for β such that AB = AC. Solution: Recall that for two matrices to be equal, we need the entries in each matrix to be the same. For AB = AC, we need 3 = 3 4 = 4 β + 6 = 2β + 6 β + 8 = 5β + 8 The first and the second equations are obviously satisfied. Solving for β in the third equation, we see that for equality in the a 21 position, β = 0. Solving the fourth equation for β, we get the same solution: β = 0. Therefore, AB = AC when β = 0. (d) (1pts) Note that here AB = AC but B C. What property is A lacking that AB = AC does not require that B = C? Briefly explain your answer. Solution: When A is invertible, we can left multiply the equation AB = AC by A 1. This results in the equation B = C.

18 5. Let A and B be two invertible n n matrices. Determine if the following are always true. Fully justify your answer. (a) (3pts) (A + B) 2 = A 2 + 2AB + B 2. Solution: This is false. Using the properties of matrix arithmetic: (A + B) 2 = (A + B)(A + B) = AA + AB + BA + BB since multiplication is distributive = A 2 + AB + BA + B 2 Recall that matrix multiplication is usually not commutative. Therefore, (A + B) 2 = A 2 + 2AB + B 2 only if AB = BA. (b) (2pts) (ABA 1 ) 2 = AB 2 A 1. Solution: This is true. (ABA 1 ) 2 = (ABA 1 )(ABA 1 ) = ABA 1 ABA 1 since multiplication is associative = ABIBA 1 by properties of inverses = ABBA 1 by properties of the identity = AB 2 A 1

19 6. A new mass transit system has just gone into operation. The transit authority has made studies that predict the percentage of commuters who will change to mass transit (M) or continue driving their automobile (A). Data suggests that 30% of mass transit users will switch to their auto next year and 20% of auto commuters will switch to mass transit. (a) (3pts) Construct the transition matrix for this model. Be sure to label your matrix. Solution: T = M.7.3 A.2.8 to M to A (b) (2pts) Suppose that the population of the area remains constant and that initially 30% of commuters are using mass transit. What percentage of commuters will be using mass transit after 3 years? Solution: Writing the initial state as a vector, we get S 0 =.3.7 M A. S 3 = T 3 S 0 = Mass transit has roughly 38.8% of the market and auto commuters are 61.3% of the market after three years. (c) (5pts) Find the exact stable vector and determine what percentage of commuters will be using mass transit in the long run..3 Solution: Note that [T I] =.2 Using the stability requirement [T I] S = yields only one equation.3m +.2a = 0, where m is the percentage of mass transit users at equilibrium and a the percentage of auto commuters at equilibrium. Using the stochastic requirement for S, we also have the equation m + a = 1. These two equations form the matrix equation AS = B.3.2 where A = and B = 0. Solving for the exact 1 1 1

20 stable vector S, S = A 1 B =.4.6 In the long run, 40% of commuters will be using the mass transit system.

21 7. (1pt each) Answer the following either True or False and justify your answer. (a) If A and B are m n matrices, then AB is defined and is an m n matrix. Solution: False. For AB to be defined, we require that the number of columns of A equal the number of rows of B. Here, m n. (b) If A is any invertible matrix, then det A = 0. Solution: False. This is the exact opposite of how we developed the determinant. If A is invertible, then det A 0. (c) Invertible matrices are square. Solution: True. The definition of matrix inverses requires AB = BA = I. By default, these equations require that A and B be square matrices. Therefore, if a matrix has an inverse, it must be square. (d) If a square matrix has a column consisting of all zeros, then it is not invertible. Solution: True. If we expand the determinant down the column of all zeros, then the det equals 0. Hence, the matrix is not invertible. (e) For any square matrix A, det A t = det A. Solution: False. Since the definition of the determinant calculates the exact same value regardless of which row or column of the matrix we choose to expand on, the definition of the determinant is unable to tell the difference between A and A t. Hence, det A t = det A.

22 8. Consider the linear program: maximize z = x + 2y subject to 3x + y 3 x y 2 x 0, y 0 (a) (6pts) Use the simplex algorithm to show that there is no upper bound on the objective function value z. Be sure to explain how the simplex algorithm shows that there is no upper bound. Solution: First we construct the initial simplex table We choose the variable column with the most negative number as the pivot column. Here, we pivot on the column starting with the 2. Recall that one can only pivot on positive numbers. Therefore, the 1 is the first pivot point. Pivoting on the 1 yields The algorithm dictates that we find the next variable column that starts with a negative number and choose the next pivot point. Here, we need to pivot in the column that starts with the 7. Unfortunately, there are no positive entries in the new pivot column to pivot on. Therefore, the algorithm is stuck and is unable to determine a maximum. This tells us that no maximum exists for this linear program. (b) (4pts) Sketch the feasibility region, draw the lines of constancy z = 0 and z = 6 and explain why z can become arbitrarily large. Solution: We need to find the feasibility region by looking for the intersection of the halfplanes 3x + y 3, x y 2, x 0, and y 0. In doing so, we see that the feasibility region is unbounded.

23 y x The question then asks us to graph the lines of constancy for z = 0 and z = 6. Solving the objective function for y, we see that y = x 2 + z. When z = 0, the line of constancy 2 is y = x 2. When z = 6, the line of constancy is y = x + 3. Graphing these over the 2 feasibility region, y z 6 2 z x Notice that as z increases, the lines are moving upward. Since the feasibility region is unbounded, for any positive z, y = x 2 + z will intersect the feasibility region. Hence, z can 2 grow unbounded and will never obtain a maximum.

Name: Section Registered In:

Name: Section Registered In: Name: Section Registered In: Math 125 Exam 3 Version 1 April 24, 2006 60 total points possible 1. (5pts) Use Cramer s Rule to solve 3x + 4y = 30 x 2y = 8. Be sure to show enough detail that shows you are

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS 1. SYSTEMS OF EQUATIONS AND MATRICES 1.1. Representation of a linear system. The general system of m equations in n unknowns can be written a 11 x 1 + a 12 x 2 +

More information

8 Square matrices continued: Determinants

8 Square matrices continued: Determinants 8 Square matrices continued: Determinants 8. Introduction Determinants give us important information about square matrices, and, as we ll soon see, are essential for the computation of eigenvalues. You

More information

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B KITCHENS The equation 1 Lines in two-dimensional space (1) 2x y = 3 describes a line in two-dimensional space The coefficients of x and y in the equation

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS Systems of Equations and Matrices Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

MAT 200, Midterm Exam Solution. a. (5 points) Compute the determinant of the matrix A =

MAT 200, Midterm Exam Solution. a. (5 points) Compute the determinant of the matrix A = MAT 200, Midterm Exam Solution. (0 points total) a. (5 points) Compute the determinant of the matrix 2 2 0 A = 0 3 0 3 0 Answer: det A = 3. The most efficient way is to develop the determinant along the

More information

Solving Linear Systems, Continued and The Inverse of a Matrix

Solving Linear Systems, Continued and The Inverse of a Matrix , Continued and The of a Matrix Calculus III Summer 2013, Session II Monday, July 15, 2013 Agenda 1. The rank of a matrix 2. The inverse of a square matrix Gaussian Gaussian solves a linear system by reducing

More information

Math 115A HW4 Solutions University of California, Los Angeles. 5 2i 6 + 4i. (5 2i)7i (6 + 4i)( 3 + i) = 35i + 14 ( 22 6i) = 36 + 41i.

Math 115A HW4 Solutions University of California, Los Angeles. 5 2i 6 + 4i. (5 2i)7i (6 + 4i)( 3 + i) = 35i + 14 ( 22 6i) = 36 + 41i. Math 5A HW4 Solutions September 5, 202 University of California, Los Angeles Problem 4..3b Calculate the determinant, 5 2i 6 + 4i 3 + i 7i Solution: The textbook s instructions give us, (5 2i)7i (6 + 4i)(

More information

Row Echelon Form and Reduced Row Echelon Form

Row Echelon Form and Reduced Row Echelon Form These notes closely follow the presentation of the material given in David C Lay s textbook Linear Algebra and its Applications (3rd edition) These notes are intended primarily for in-class presentation

More information

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

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

More information

Solutions to Math 51 First Exam January 29, 2015

Solutions to Math 51 First Exam January 29, 2015 Solutions to Math 5 First Exam January 29, 25. ( points) (a) Complete the following sentence: A set of vectors {v,..., v k } is defined to be linearly dependent if (2 points) there exist c,... c k R, not

More information

Reduced echelon form: Add the following conditions to conditions 1, 2, and 3 above:

Reduced echelon form: Add the following conditions to conditions 1, 2, and 3 above: Section 1.2: Row Reduction and Echelon Forms Echelon form (or row echelon form): 1. All nonzero rows are above any rows of all zeros. 2. Each leading entry (i.e. left most nonzero entry) of a row is in

More information

MATHEMATICS FOR ENGINEERS BASIC MATRIX THEORY TUTORIAL 2

MATHEMATICS FOR ENGINEERS BASIC MATRIX THEORY TUTORIAL 2 MATHEMATICS FO ENGINEES BASIC MATIX THEOY TUTOIAL This is the second of two tutorials on matrix theory. On completion you should be able to do the following. Explain the general method for solving simultaneous

More information

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

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

More information

Math 312 Homework 1 Solutions

Math 312 Homework 1 Solutions Math 31 Homework 1 Solutions Last modified: July 15, 01 This homework is due on Thursday, July 1th, 01 at 1:10pm Please turn it in during class, or in my mailbox in the main math office (next to 4W1) Please

More information

MATH 551 - APPLIED MATRIX THEORY

MATH 551 - APPLIED MATRIX THEORY MATH 55 - APPLIED MATRIX THEORY FINAL TEST: SAMPLE with SOLUTIONS (25 points NAME: PROBLEM (3 points A web of 5 pages is described by a directed graph whose matrix is given by A Do the following ( points

More information

6. Cholesky factorization

6. Cholesky factorization 6. Cholesky factorization EE103 (Fall 2011-12) triangular matrices forward and backward substitution the Cholesky factorization solving Ax = b with A positive definite inverse of a positive definite matrix

More information

7 Gaussian Elimination and LU Factorization

7 Gaussian Elimination and LU Factorization 7 Gaussian Elimination and LU Factorization In this final section on matrix factorization methods for solving Ax = b we want to take a closer look at Gaussian elimination (probably the best known method

More information

Lecture 3: Finding integer solutions to systems of linear equations

Lecture 3: Finding integer solutions to systems of linear equations Lecture 3: Finding integer solutions to systems of linear equations Algorithmic Number Theory (Fall 2014) Rutgers University Swastik Kopparty Scribe: Abhishek Bhrushundi 1 Overview The goal of this lecture

More information

Special Situations in the Simplex Algorithm

Special Situations in the Simplex Algorithm Special Situations in the Simplex Algorithm Degeneracy Consider the linear program: Maximize 2x 1 +x 2 Subject to: 4x 1 +3x 2 12 (1) 4x 1 +x 2 8 (2) 4x 1 +2x 2 8 (3) x 1, x 2 0. We will first apply the

More information

Lecture 2 Matrix Operations

Lecture 2 Matrix Operations Lecture 2 Matrix Operations transpose, sum & difference, scalar multiplication matrix multiplication, matrix-vector product matrix inverse 2 1 Matrix transpose transpose of m n matrix A, denoted A T or

More information

Here are some examples of combining elements and the operations used:

Here are some examples of combining elements and the operations used: MATRIX OPERATIONS Summary of article: What is an operation? Addition of two matrices. Multiplication of a Matrix by a scalar. Subtraction of two matrices: two ways to do it. Combinations of Addition, Subtraction,

More information

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

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

More information

7. LU factorization. factor-solve method. LU factorization. solving Ax = b with A nonsingular. the inverse of a nonsingular matrix

7. LU factorization. factor-solve method. LU factorization. solving Ax = b with A nonsingular. the inverse of a nonsingular matrix 7. LU factorization EE103 (Fall 2011-12) factor-solve method LU factorization solving Ax = b with A nonsingular the inverse of a nonsingular matrix LU factorization algorithm effect of rounding error sparse

More information

Linear Algebra Notes

Linear Algebra Notes Linear Algebra Notes Chapter 19 KERNEL AND IMAGE OF A MATRIX Take an n m matrix a 11 a 12 a 1m a 21 a 22 a 2m a n1 a n2 a nm and think of it as a function A : R m R n The kernel of A is defined as Note

More information

1 Solving LPs: The Simplex Algorithm of George Dantzig

1 Solving LPs: The Simplex Algorithm of George Dantzig Solving LPs: The Simplex Algorithm of George Dantzig. Simplex Pivoting: Dictionary Format We illustrate a general solution procedure, called the simplex algorithm, by implementing it on a very simple example.

More information

1 Determinants and the Solvability of Linear Systems

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

More information

Properties of Real Numbers

Properties of Real Numbers 16 Chapter P Prerequisites P.2 Properties of Real Numbers What you should learn: Identify and use the basic properties of real numbers Develop and use additional properties of real numbers Why you should

More information

Notes on Determinant

Notes on Determinant ENGG2012B Advanced Engineering Mathematics Notes on Determinant Lecturer: Kenneth Shum Lecture 9-18/02/2013 The determinant of a system of linear equations determines whether the solution is unique, without

More information

Solution to Homework 2

Solution to Homework 2 Solution to Homework 2 Olena Bormashenko September 23, 2011 Section 1.4: 1(a)(b)(i)(k), 4, 5, 14; Section 1.5: 1(a)(b)(c)(d)(e)(n), 2(a)(c), 13, 16, 17, 18, 27 Section 1.4 1. Compute the following, if

More information

15.062 Data Mining: Algorithms and Applications Matrix Math Review

15.062 Data Mining: Algorithms and Applications Matrix Math Review .6 Data Mining: Algorithms and Applications Matrix Math Review The purpose of this document is to give a brief review of selected linear algebra concepts that will be useful for the course and to develop

More information

Au = = = 3u. Aw = = = 2w. so the action of A on u and w is very easy to picture: it simply amounts to a stretching by 3 and 2, respectively.

Au = = = 3u. Aw = = = 2w. so the action of A on u and w is very easy to picture: it simply amounts to a stretching by 3 and 2, respectively. Chapter 7 Eigenvalues and Eigenvectors In this last chapter of our exploration of Linear Algebra we will revisit eigenvalues and eigenvectors of matrices, concepts that were already introduced in Geometry

More information

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 1.1 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,..., a n, b are given

More information

Orthogonal Projections

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

More information

Brief Introduction to Vectors and Matrices

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

More information

Arithmetic and Algebra of Matrices

Arithmetic and Algebra of Matrices Arithmetic and Algebra of Matrices Math 572: Algebra for Middle School Teachers The University of Montana 1 The Real Numbers 2 Classroom Connection: Systems of Linear Equations 3 Rational Numbers 4 Irrational

More information

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

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

More information

Matrix Algebra. Some Basic Matrix Laws. Before reading the text or the following notes glance at the following list of basic matrix algebra laws.

Matrix Algebra. Some Basic Matrix Laws. Before reading the text or the following notes glance at the following list of basic matrix algebra laws. Matrix Algebra A. Doerr Before reading the text or the following notes glance at the following list of basic matrix algebra laws. Some Basic Matrix Laws Assume the orders of the matrices are such that

More information

Vector and Matrix Norms

Vector and Matrix Norms Chapter 1 Vector and Matrix Norms 11 Vector Spaces Let F be a field (such as the real numbers, R, or complex numbers, C) with elements called scalars A Vector Space, V, over the field F is a non-empty

More information

3. Evaluate the objective function at each vertex. Put the vertices into a table: Vertex P=3x+2y (0, 0) 0 min (0, 5) 10 (15, 0) 45 (12, 2) 40 Max

3. Evaluate the objective function at each vertex. Put the vertices into a table: Vertex P=3x+2y (0, 0) 0 min (0, 5) 10 (15, 0) 45 (12, 2) 40 Max SOLUTION OF LINEAR PROGRAMMING PROBLEMS THEOREM 1 If a linear programming problem has a solution, then it must occur at a vertex, or corner point, of the feasible set, S, associated with the problem. Furthermore,

More information

Unit 18 Determinants

Unit 18 Determinants Unit 18 Determinants Every square matrix has a number associated with it, called its determinant. In this section, we determine how to calculate this number, and also look at some of the properties of

More information

Section 8.2 Solving a System of Equations Using Matrices (Guassian Elimination)

Section 8.2 Solving a System of Equations Using Matrices (Guassian Elimination) Section 8. Solving a System of Equations Using Matrices (Guassian Elimination) x + y + z = x y + 4z = x 4y + z = System of Equations x 4 y = 4 z A System in matrix form x A x = b b 4 4 Augmented Matrix

More information

DETERMINANTS TERRY A. LORING

DETERMINANTS TERRY A. LORING DETERMINANTS TERRY A. LORING 1. Determinants: a Row Operation By-Product The determinant is best understood in terms of row operations, in my opinion. Most books start by defining the determinant via formulas

More information

Introduction to Matrix Algebra

Introduction to Matrix Algebra Psychology 7291: Multivariate Statistics (Carey) 8/27/98 Matrix Algebra - 1 Introduction to Matrix Algebra Definitions: A matrix is a collection of numbers ordered by rows and columns. It is customary

More information

LINEAR ALGEBRA. September 23, 2010

LINEAR ALGEBRA. September 23, 2010 LINEAR ALGEBRA September 3, 00 Contents 0. LU-decomposition.................................... 0. Inverses and Transposes................................. 0.3 Column Spaces and NullSpaces.............................

More information

13 MATH FACTS 101. 2 a = 1. 7. The elements of a vector have a graphical interpretation, which is particularly easy to see in two or three dimensions.

13 MATH FACTS 101. 2 a = 1. 7. The elements of a vector have a graphical interpretation, which is particularly easy to see in two or three dimensions. 3 MATH FACTS 0 3 MATH FACTS 3. Vectors 3.. Definition We use the overhead arrow to denote a column vector, i.e., a linear segment with a direction. For example, in three-space, we write a vector in terms

More information

[1] Diagonal factorization

[1] Diagonal factorization 8.03 LA.6: Diagonalization and Orthogonal Matrices [ Diagonal factorization [2 Solving systems of first order differential equations [3 Symmetric and Orthonormal Matrices [ Diagonal factorization Recall:

More information

Multiplying and Dividing Signed Numbers. Finding the Product of Two Signed Numbers. (a) (3)( 4) ( 4) ( 4) ( 4) 12 (b) (4)( 5) ( 5) ( 5) ( 5) ( 5) 20

Multiplying and Dividing Signed Numbers. Finding the Product of Two Signed Numbers. (a) (3)( 4) ( 4) ( 4) ( 4) 12 (b) (4)( 5) ( 5) ( 5) ( 5) ( 5) 20 SECTION.4 Multiplying and Dividing Signed Numbers.4 OBJECTIVES 1. Multiply signed numbers 2. Use the commutative property of multiplication 3. Use the associative property of multiplication 4. Divide signed

More information

A linear combination is a sum of scalars times quantities. Such expressions arise quite frequently and have the form

A linear combination is a sum of scalars times quantities. Such expressions arise quite frequently and have the form Section 1.3 Matrix Products A linear combination is a sum of scalars times quantities. Such expressions arise quite frequently and have the form (scalar #1)(quantity #1) + (scalar #2)(quantity #2) +...

More information

Solution of Linear Systems

Solution of Linear Systems Chapter 3 Solution of Linear Systems In this chapter we study algorithms for possibly the most commonly occurring problem in scientific computing, the solution of linear systems of equations. We start

More information

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

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

More information

MAT188H1S Lec0101 Burbulla

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

More information

Solving Systems of Linear Equations

Solving Systems of Linear Equations LECTURE 5 Solving Systems of Linear Equations Recall that we introduced the notion of matrices as a way of standardizing the expression of systems of linear equations In today s lecture I shall show how

More information

The Characteristic Polynomial

The Characteristic Polynomial Physics 116A Winter 2011 The Characteristic Polynomial 1 Coefficients of the characteristic polynomial Consider the eigenvalue problem for an n n matrix A, A v = λ v, v 0 (1) The solution to this problem

More information

Operation Count; Numerical Linear Algebra

Operation Count; Numerical Linear Algebra 10 Operation Count; Numerical Linear Algebra 10.1 Introduction Many computations are limited simply by the sheer number of required additions, multiplications, or function evaluations. If floating-point

More information

Introduction to Matrices for Engineers

Introduction to Matrices for Engineers Introduction to Matrices for Engineers C.T.J. Dodson, School of Mathematics, Manchester Universit 1 What is a Matrix? A matrix is a rectangular arra of elements, usuall numbers, e.g. 1 0-8 4 0-1 1 0 11

More information

What is Linear Programming?

What is Linear Programming? Chapter 1 What is Linear Programming? An optimization problem usually has three essential ingredients: a variable vector x consisting of a set of unknowns to be determined, an objective function of x to

More information

Linear Programming. March 14, 2014

Linear Programming. March 14, 2014 Linear Programming March 1, 01 Parts of this introduction to linear programming were adapted from Chapter 9 of Introduction to Algorithms, Second Edition, by Cormen, Leiserson, Rivest and Stein [1]. 1

More information

Question 2: How do you solve a matrix equation using the matrix inverse?

Question 2: How do you solve a matrix equation using the matrix inverse? Question : How do you solve a matrix equation using the matrix inverse? In the previous question, we wrote systems of equations as a matrix equation AX B. In this format, the matrix A contains the coefficients

More information

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

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

More information

1.2 Solving a System of Linear Equations

1.2 Solving a System of Linear Equations 1.. SOLVING A SYSTEM OF LINEAR EQUATIONS 1. Solving a System of Linear Equations 1..1 Simple Systems - Basic De nitions As noticed above, the general form of a linear system of m equations in n variables

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Beifang Chen Systems of linear equations Linear systems A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where a, a,, a n and

More information

Chapter 17. Orthogonal Matrices and Symmetries of Space

Chapter 17. Orthogonal Matrices and Symmetries of Space Chapter 17. Orthogonal Matrices and Symmetries of Space Take a random matrix, say 1 3 A = 4 5 6, 7 8 9 and compare the lengths of e 1 and Ae 1. The vector e 1 has length 1, while Ae 1 = (1, 4, 7) has length

More information

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1 (d) If the vector b is the sum of the four columns of A, write down the complete solution to Ax = b. 1 2 3 1 1 2 x = + x 2 + x 4 1 0 0 1 0 1 2. (11 points) This problem finds the curve y = C + D 2 t which

More information

Click on the links below to jump directly to the relevant section

Click on the links below to jump directly to the relevant section Click on the links below to jump directly to the relevant section What is algebra? Operations with algebraic terms Mathematical properties of real numbers Order of operations What is Algebra? Algebra is

More information

1 0 5 3 3 A = 0 0 0 1 3 0 0 0 0 0 0 0 0 0 0

1 0 5 3 3 A = 0 0 0 1 3 0 0 0 0 0 0 0 0 0 0 Solutions: Assignment 4.. Find the redundant column vectors of the given matrix A by inspection. Then find a basis of the image of A and a basis of the kernel of A. 5 A The second and third columns are

More information

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information

26 Integers: Multiplication, Division, and Order

26 Integers: Multiplication, Division, and Order 26 Integers: Multiplication, Division, and Order Integer multiplication and division are extensions of whole number multiplication and division. In multiplying and dividing integers, the one new issue

More information

Abstract: We describe the beautiful LU factorization of a square matrix (or how to write Gaussian elimination in terms of matrix multiplication).

Abstract: We describe the beautiful LU factorization of a square matrix (or how to write Gaussian elimination in terms of matrix multiplication). MAT 2 (Badger, Spring 202) LU Factorization Selected Notes September 2, 202 Abstract: We describe the beautiful LU factorization of a square matrix (or how to write Gaussian elimination in terms of matrix

More information

Recall that two vectors in are perpendicular or orthogonal provided that their dot

Recall that two vectors in are perpendicular or orthogonal provided that their dot Orthogonal Complements and Projections Recall that two vectors in are perpendicular or orthogonal provided that their dot product vanishes That is, if and only if Example 1 The vectors in are orthogonal

More information

MATH2210 Notebook 1 Fall Semester 2016/2017. 1 MATH2210 Notebook 1 3. 1.1 Solving Systems of Linear Equations... 3

MATH2210 Notebook 1 Fall Semester 2016/2017. 1 MATH2210 Notebook 1 3. 1.1 Solving Systems of Linear Equations... 3 MATH0 Notebook Fall Semester 06/07 prepared by Professor Jenny Baglivo c Copyright 009 07 by Jenny A. Baglivo. All Rights Reserved. Contents MATH0 Notebook 3. Solving Systems of Linear Equations........................

More information

Study Guide 2 Solutions MATH 111

Study Guide 2 Solutions MATH 111 Study Guide 2 Solutions MATH 111 Having read through the sample test, I wanted to warn everyone, that I might consider asking questions involving inequalities, the absolute value function (as in the suggested

More information

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

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

More information

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

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

More information

Linear Algebra Notes for Marsden and Tromba Vector Calculus

Linear Algebra Notes for Marsden and Tromba Vector Calculus Linear Algebra Notes for Marsden and Tromba Vector Calculus n-dimensional Euclidean Space and Matrices Definition of n space As was learned in Math b, a point in Euclidean three space can be thought of

More information

Elasticity. I. What is Elasticity?

Elasticity. I. What is Elasticity? Elasticity I. What is Elasticity? The purpose of this section is to develop some general rules about elasticity, which may them be applied to the four different specific types of elasticity discussed in

More information

Typical Linear Equation Set and Corresponding Matrices

Typical Linear Equation Set and Corresponding Matrices EWE: Engineering With Excel Larsen Page 1 4. Matrix Operations in Excel. Matrix Manipulations: Vectors, Matrices, and Arrays. How Excel Handles Matrix Math. Basic Matrix Operations. Solving Systems of

More information

Math 202-0 Quizzes Winter 2009

Math 202-0 Quizzes Winter 2009 Quiz : Basic Probability Ten Scrabble tiles are placed in a bag Four of the tiles have the letter printed on them, and there are two tiles each with the letters B, C and D on them (a) Suppose one tile

More information

1 Introduction to Matrices

1 Introduction to Matrices 1 Introduction to Matrices In this section, important definitions and results from matrix algebra that are useful in regression analysis are introduced. While all statements below regarding the columns

More information

Question 2: How do you solve a linear programming problem with a graph?

Question 2: How do you solve a linear programming problem with a graph? Question 2: How do you solve a linear programming problem with a graph? Now that we have several linear programming problems, let s look at how we can solve them using the graph of the system of inequalities.

More information

( ) which must be a vector

( ) which must be a vector MATH 37 Linear Transformations from Rn to Rm Dr. Neal, WKU Let T : R n R m be a function which maps vectors from R n to R m. Then T is called a linear transformation if the following two properties are

More information

IEOR 4404 Homework #2 Intro OR: Deterministic Models February 14, 2011 Prof. Jay Sethuraman Page 1 of 5. Homework #2

IEOR 4404 Homework #2 Intro OR: Deterministic Models February 14, 2011 Prof. Jay Sethuraman Page 1 of 5. Homework #2 IEOR 4404 Homework # Intro OR: Deterministic Models February 14, 011 Prof. Jay Sethuraman Page 1 of 5 Homework #.1 (a) What is the optimal solution of this problem? Let us consider that x 1, x and x 3

More information

Algebra Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 2012-13 school year.

Algebra Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 2012-13 school year. This document is designed to help North Carolina educators teach the Common Core (Standard Course of Study). NCDPI staff are continually updating and improving these tools to better serve teachers. Algebra

More information

The Determinant: a Means to Calculate Volume

The Determinant: a Means to Calculate Volume The Determinant: a Means to Calculate Volume Bo Peng August 20, 2007 Abstract This paper gives a definition of the determinant and lists many of its well-known properties Volumes of parallelepipeds are

More information

Lecture 1: Systems of Linear Equations

Lecture 1: Systems of Linear Equations MTH Elementary Matrix Algebra Professor Chao Huang Department of Mathematics and Statistics Wright State University Lecture 1 Systems of Linear Equations ² Systems of two linear equations with two variables

More information

Direct Methods for Solving Linear Systems. Matrix Factorization

Direct Methods for Solving Linear Systems. Matrix Factorization Direct Methods for Solving Linear Systems Matrix Factorization Numerical Analysis (9th Edition) R L Burden & J D Faires Beamer Presentation Slides prepared by John Carroll Dublin City University c 2011

More information

Math 2524: Activity 3 (Excel and Matrices, continued) Fall 2002

Math 2524: Activity 3 (Excel and Matrices, continued) Fall 2002 Inverse of a Matrix: This activity will illustrate how Excel can help you find and use the inverse of a matrix. It will also discuss a matrix function called the determinant and a method called Cramer's

More information

SOLVING LINEAR SYSTEMS

SOLVING LINEAR SYSTEMS SOLVING LINEAR SYSTEMS Linear systems Ax = b occur widely in applied mathematics They occur as direct formulations of real world problems; but more often, they occur as a part of the numerical analysis

More information

Matrix Algebra in R A Minimal Introduction

Matrix Algebra in R A Minimal Introduction A Minimal Introduction James H. Steiger Department of Psychology and Human Development Vanderbilt University Regression Modeling, 2009 1 Defining a Matrix in R Entering by Columns Entering by Rows Entering

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

MAT 242 Test 2 SOLUTIONS, FORM T

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

More information

A Second Course in Mathematics Concepts for Elementary Teachers: Theory, Problems, and Solutions

A Second Course in Mathematics Concepts for Elementary Teachers: Theory, Problems, and Solutions A Second Course in Mathematics Concepts for Elementary Teachers: Theory, Problems, and Solutions Marcel B. Finan Arkansas Tech University c All Rights Reserved First Draft February 8, 2006 1 Contents 25

More information

Homogeneous systems of algebraic equations. A homogeneous (ho-mo-geen -ius) system of linear algebraic equations is one in which

Homogeneous systems of algebraic equations. A homogeneous (ho-mo-geen -ius) system of linear algebraic equations is one in which Homogeneous systems of algebraic equations A homogeneous (ho-mo-geen -ius) system of linear algebraic equations is one in which all the numbers on the right hand side are equal to : a x + + a n x n = a

More information

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system 1. Systems of linear equations We are interested in the solutions to systems of linear equations. A linear equation is of the form 3x 5y + 2z + w = 3. The key thing is that we don t multiply the variables

More information

Review Jeopardy. Blue vs. Orange. Review Jeopardy

Review Jeopardy. Blue vs. Orange. Review Jeopardy Review Jeopardy Blue vs. Orange Review Jeopardy Jeopardy Round Lectures 0-3 Jeopardy Round $200 How could I measure how far apart (i.e. how different) two observations, y 1 and y 2, are from each other?

More information

Excel supplement: Chapter 7 Matrix and vector algebra

Excel supplement: Chapter 7 Matrix and vector algebra Excel supplement: Chapter 7 atrix and vector algebra any models in economics lead to large systems of linear equations. These problems are particularly suited for computers. The main purpose of this chapter

More information

University of Lille I PC first year list of exercises n 7. Review

University of Lille I PC first year list of exercises n 7. Review University of Lille I PC first year list of exercises n 7 Review Exercise Solve the following systems in 4 different ways (by substitution, by the Gauss method, by inverting the matrix of coefficients

More information

The Graphical Method: An Example

The Graphical Method: An Example The Graphical Method: An Example Consider the following linear program: Maximize 4x 1 +3x 2 Subject to: 2x 1 +3x 2 6 (1) 3x 1 +2x 2 3 (2) 2x 2 5 (3) 2x 1 +x 2 4 (4) x 1, x 2 0, where, for ease of reference,

More information

Solving simultaneous equations using the inverse matrix

Solving simultaneous equations using the inverse matrix Solving simultaneous equations using the inverse matrix 8.2 Introduction The power of matrix algebra is seen in the representation of a system of simultaneous linear equations as a matrix equation. Matrix

More information

Linear Programming Problems

Linear Programming Problems Linear Programming Problems Linear programming problems come up in many applications. In a linear programming problem, we have a function, called the objective function, which depends linearly on a number

More information