6.1 Matrices. Definition: A Matrix A is a rectangular array of the form. A 11 A 12 A 1n A 21. A 2n. A m1 A m2 A mn A 22.

Size: px
Start display at page:

Download "6.1 Matrices. Definition: A Matrix A is a rectangular array of the form. A 11 A 12 A 1n A 21. A 2n. A m1 A m2 A mn A 22."

Transcription

1 61 Matrices Definition: A Matrix A is a rectangular array of the form A 11 A 12 A 1n A 21 A 22 A 2n A m1 A m2 A mn The size of A is m n, where m is the number of rows and n is the number of columns The entry A ij locates in the ith row and the jth column Lecture Notes for Math 1540 First Previous Next Last 1

2 61 Matrices Equality of two matrices: A = B if and only if 1 A and B have the same size 2 The corresponding entries are equal: A ij = B ij Transpose of a matrix: 1 If A has the size m n, then A T has the size n m 2 The ith row of A T is the ith column of A 3 (A T ) T = A Special matrices: 1 zero matrix 2 square matrix: diagonal matrix; upper/lower triangular matrix Lecture Notes for Math 1540 First Previous Next Last 2

3 62 Matrix Addition and Scalar Multiplication Matrix addition: (A + B) ij = A ij + B ij 1 commutative property: A + B = B + A 2 associative property: A + (B + C) = (A + B) + C 3 identity property: A + 0 = 0 + A = A Scalar multiplication: (ka) ij = ka ij Some properties: 1 k(a + B) = ka + kb 2 (k + l)a = ka + la 3 k(la) = (kl)a 4 0A = 0 and k0 = 0 5 (A + B) T = A T + B T and (ka) T = ka T Lecture Notes for Math 1540 First Previous Next Last 3

4 63 Matrix Multiplication Definition Let A be an m n matrix, and B be an n p matrix Then 1 AB is an m p matrix 2 (AB) ik = n A ij B jk = A i1 B 1k + A i2 B 2k + + A in B nk j=1 The number of columns of A should be equal to the number of rows of B (AB) ik is the product of ith row of A and kth column of B Matrix addition and matrix multiplication 1 A has size m n and B has size m n, then A + B has size m n 2 A has size m n and B has size n p, then AB has size m p Lecture Notes for Math 1540 First Previous Next Last 4

5 63 Matrix Multiplication Properties: 1 associative: A(BC) = (AB)C 2 distributive: A(B + C) = AB + AC and (A + B)C = AC + BC 3 k(ab) = (ka)b = A(kB) 4 (AB) T = B T A T 5 In general, AB BA and (AB) T A T B T (Matrix multiplication is non-commutative!) If A is a square matrix of order n, I is an identity matrix of order n and 0 is a zero matrix of size n n, then AI = IA = A and A0 = 0A = 0 Power of a square matrix: A 2 = A A, A 3 = A A A, Lecture Notes for Math 1540 First Previous Next Last 5

6 63 Matrix Multiplication System of linear equations A 11 X 1 + A 12 X A 1n X n = B 1 A 21 X 1 + A 22 X A 2n X n = B 2 A m1 X 1 + A m2 X A mn X n = B m Matrix equation AX = B 1 Coefficient matrix A of size m n is known 2 The m 1 column vector B is also given 3 The n 1 column vector X is the variable to be solved 4 Solution C is a column vector of size n 1 such that AC = B Lecture Notes for Math 1540 First Previous Next Last 6

7 64 Solving Systems by Reducing Matrices Three elementary row operations: 1 R i R j : interchange rows R i and R j 2 kr i : multiply row R i by a nonzero constant k 3 kr i + R j : add k times row R i to row R j (but leave R i unchanged) Reduced matrix: 1 All zero-rows are at the bottom of the matrix 2 The leading entry in each nonzero-row is 1, and all others entries in the column of the leading entry is 0 3 The leading entry in each nonzero-row is to the right of the leading entry in any row above it Lecture Notes for Math 1540 First Previous Next Last 7

8 65 Solving Systems by Reducing Matrices (continued) Homogeneous system: AX = 0, or equivalently, A 11 X 1 + A 12 X A 1n X n = 0 A 21 X 1 + A 22 X A 2n X n = 0 A m1 X 1 + A m2 X A mn X n = 0 X = 0 is always a trivial solution To solve a homogeneous system, we only need to reduce the coefficient matrix A, instead of the augmented coefficient matrix [A 0] Lecture Notes for Math 1540 First Previous Next Last 8

9 65 Solving Systems by Reducing Matrices (continued) Homogeneous system: AX = 0, or equivalently, A 11 X 1 + A 12 X A 1n X n = 0 A 21 X 1 + A 22 X A 2n X n = 0 A m1 X 1 + A m2 X A mn X n = 0 The number of equations m is equal to the number of rows of A The number of unknowns n is equal to the number of columns of A If A is a reduced matrix with k nonzero-rows, then k m Lecture Notes for Math 1540 First Previous Next Last 9

10 65 Solving Systems by Reducing Matrices (continued) Theorem Let A be a reduced coefficient matrix of size m n for a homogeneous system AX = 0 (Note that X is an n 1 column vector and 0 is an m 1 column vector) 1 If A has exactly k nonzero-rows, then k n 2 If A has exactly k nonzero-rows and k < n, then the system has infinitely many solutions 3 If A has exactly k nonzero-rows and k = n, then the system has a unique solution X = 0 (the trivial solution) Corollary If m < n, (the number of equations is less than the number of unknowns), then k m < n, which by the above theorem implies that the homogeneous system has infinitely many solutions Lecture Notes for Math 1540 First Previous Next Last 10

11 66 Inverses A square matrix A of order n is invertible if there exists a square matrix C of order n such that CA = AC = I, where I is the identity matrix of order n We use A 1 to denote the inverse of A A should be a square matrix Recall that AI = IA = A for any square matrix A having the same order of I The identity matrix I is invertible and I 1 = I If A is invertible, then A 1 is unique and AA 1 = A 1 A = I, namely, multiplication of A and A 1 is commutative Recall that in general, matrix multiplication is NOT commutative Lecture Notes for Math 1540 First Previous Next Last 11

12 66 Inverses Find the inverse of A = [ ] Let C be the inverse of A such that AC = I, where [ ] x z C = y w It follows that [ ] [ ] 1 2 x z 3 7 y w = [ x + 2y ] z + 2w 3x + 7y 3z + 7w = [ ] Lecture Notes for Math 1540 First Previous Next Last 12

13 66 Inverses We have two linear systems { x + 2y = 1 3x + 7y = 0 and { z + 2w = 0 3z + 7w = 1 Reducing augmented coefficient matrix [ ] 1 0 3R 1 +R 2 [ ] 1 3 2R 2 +R 1 [ ] 7 3 { x = 7 y = 3 [ ] 0 1 3R 1 +R 2 [ ] 0 1 2R 2 +R 1 [ ] 2 1 { z = 2 w = 1 Lecture Notes for Math 1540 First Previous Next Last 13

14 66 Inverses Reducing augmented coefficient matrix [ ] 1 0 3R 1 +R 2 [ ] 1 3 2R 2 +R 1 [ ] 7 3 { x = 7 y = 3 [ ] 0 1 3R 1 +R 2 [ ] 0 1 2R 2 +R 1 [ ] 2 1 { z = 2 w = 1 Combining the above two reducing procedures [ ] R 1 +R 2 [ ] R 2 +R 1 [ ] Lecture Notes for Math 1540 First Previous Next Last 14

15 66 Inverses Find the inverse of A = [ ] Reducing the matrix [A I] to [I C] [ ] [ ] The inverse matrix A 1 = C = [ 7 ] Lecture Notes for Math 1540 First Previous Next Last 15

16 66 Inverses If A is square and [A I] can be reduced to the form [I C], then A is invertible and A 1 = C If A is square and [A I] is reduced to [R C] but R I, then A is not invertible If A is not square then A is not invertible If the square matrix A is invertible, then the matrix equation AX = B has a unique solution X = A 1 B If the coefficient matrix A is square but not invertible, then the homogeneous equation AX = 0 has infinitely many solutions Lecture Notes for Math 1540 First Previous Next Last 16

17 66 Inverses Matrix Algebra Algebra A is a square matrix of order n a is a real number I is the identity matrix of order n 1 is the real identity AI = IA = A a 1 = 1 a = a I 1 = I 1 1 = 1 If A is invertible, then A 1 is unique If a is invertible, then a 1 is unique AA 1 = A 1 A = I aa 1 = a 1 a = 1 If A 0, A may still not be invertible If a 0, then a is invertible In general AB BA ab = ba Lecture Notes for Math 1540 First Previous Next Last 17

18 67 Leontief s Input-Output Analysis Input-output matrix Input Sector 1 Sector 2 External Demand Output Totals Sector Sector Other Totals [ ] Leontief matrix A = Lecture Notes for Math 1540 First Previous Next Last 18

19 67 Leontief s Input-Output Analysis Leontief matrix A = To produce one unit of sector 1, it spends To produce one unit of sector 2, it spends on sector 1, and on sector 1, and on sector on sector Lecture Notes for Math 1540 First Previous Next Last 19

20 67 Leontief s Input-Output Analysis Leontief matrix A = External Demand matrix Production matrix D = X = [ ] [ ] Lecture Notes for Math 1540 First Previous Next Last 20

21 67 Leontief s Input-Output Analysis Production=Internal Demand+External Demand: X = AX + D 1200 = Solving production matrix X from external demand matrix D: X = AX + D X AX = D (I A)X = D X = (I A) 1 D Lecture Notes for Math 1540 First Previous Next Last 21

22 67 Leontief s Input-Output Analysis 1 Determine the Leontief matrix A 2 Find the external demand matrix D 3 Solve the production matrix X by X = (I A) 1 D Lecture Notes for Math 1540 First Previous Next Last 22

23 67 Leontief s Input-Output Analysis A very simple economy consists of two sectors: agriculture and milling To produce one unit of agricultural products requires 1 3 of a unit of agricultural products and 1 4 of a unit of milled products To produce one unit of milled products requires 3 4 of a unit of agricultural products and no units of milled products Determine the production levels needed to satisfy an external demand for 300 units of agriculture and 500 units of milled products Lecture Notes for Math 1540 First Previous Next Last 23

24 67 Leontief s Input-Output Analysis A very simple economy consists of two sectors: agriculture and milling To produce one unit of agricultural products requires 1 3 of a unit of agricultural products and 1 4 of a unit of milled products To produce one unit of milled products requires 3 4 of a unit of agricultural products and no units of milled products Determine the production levels needed to satisfy an external demand for 300 units of agriculture and 500 units of milled products 1 Leontief matrix 2 External demand matrix A = D = 3 Production matrix X = (I A) 1 D [ ] Lecture Notes for Math 1540 First Previous Next Last 24

25 67 Leontief s Input-Output Analysis Find the inverse of I A: R R R 1+R R 2+R Production matrix X = (I A) 1 D = = Lecture Notes for Math 1540 First Previous Next Last 25

26 67 Leontief s Input-Output Analysis Input-output matrix Production matrix X = [ ] = [ ] Leontief matrix A = = Lecture Notes for Math 1540 First Previous Next Last 26

27 67 Leontief s Input-Output Analysis Leontief matrix A = = Question: determine the corresponding production matrix if the external demand matrix changes to D = Lecture Notes for Math 1540 First Previous Next Last 27

28 67 Leontief s Input-Output Analysis Find the inverse of I A: R R R 1+R R 2+R Production matrix X = (I A) 1 D = = Lecture Notes for Math 1540 First Previous Next Last 28

29 71 Linear Inequalities in Two Variables Linear inequality in variables x and y (either a or b is nonzero): ax + by + c < 0 ax + by + c 0 ax + by + c > 0 ax + by + c 0 The nonvertical line y = mx + b separates the plane into three distinct parts: 1 the line itself, y = mx + b 2 the region (open half-plane) above the line, y > mx + b 3 the region (open half-plane) below the line, y < mx + b The vertical line x = a separates the plane into three distinct parts: 1 the line itself, x = a 2 the region (open half-plane) to the left of the line, x < a 3 the region (open half-plane) to the right of the line, x > a Lecture Notes for Math 1540 First Previous Next Last 29

30 72 Linear Programming If the feasible region is nonempty, closed and bounded, then the objective function has a maximum (minimum) value which is achieved at a corner point If the feasible region is empty, then the objective function has no maximum (minimum) Suppose the feasible region is nonempty, closed and unbounded 1 If there exists an isovalue (isocost) line below the feasible region, then the objective function has a minimum which is achieved at a corner point Otherwise, the objective function has no minimum 2 If there exists an isovalue (isoprofit) line above the feasible region, then the objective function has a maximum which is achieved at a corner point Otherwise, the objective function has no maximum Lecture Notes for Math 1540 First Previous Next Last 30

31 73 Multiple Optimum Solutions If (x 1, y 1 ) and (x 2, y 2 ) are two corner points at which an objective function is optimum, then the objective function will also be optimum at all points (x, y), where x = (1 t)x 1 + tx 2 y = (1 t)y 1 + ty 2 with 0 t 1 The above two expressions can be also written in terms of matrix form: [ ] [ ] [ ] x x1 x2 = (1 t) + t y y 1 y 2 Lecture Notes for Math 1540 First Previous Next Last 31

32 74 The Simplex Method Standard Linear Programming Problem: Maximize the linear function Z = c 1 x 1 + c 2 x c n x n subject to a 11 x 1 + a 12 x a 1n x n b 1 a 21 x 1 + a 22 x a 2n x n b 2 a m1 x 1 + a m2 x a mn x n b m where x 1, x 2,, x n and b 1, b 2,, b m are nonnegative Lecture Notes for Math 1540 First Previous Next Last 32

33 74 The Simplex Method Add slack variables s 1, s 2,, s m : a 11 x 1 + a 12 x a 1n x n + s 1 = b 1 a 21 x 1 + a 22 x a 2n x n + s 2 = b 2 a m1 x 1 + a m2 x a mn x n + s m = b m where x 1, x 2,, x n, s 1, s 2,, s m, and b 1, b 2,, b m are nonnegative From Z = c 1 x 1 + c 2 x c n x n we have c 1 x 1 c 2 x 2 c n x n + Z = 0 Lecture Notes for Math 1540 First Previous Next Last 33

34 74 The Simplex Method Initial Simplex Table: s 1 s 2 s m Z x 1 x 2 x n s 1 s 2 s m Z a 11 a 12 a 1n a 21 a 22 a 2n a m1 a m2 a mn c 1 c 2 c n Basic feasible solution (BFS): 1 Basic variables: s 1 = b 1, s 2 = b 2,, s m = b m 2 Nonbasic variables: x 1 = x 2 = = x n = 0 3 Objective function: Z = 0 b 1 b 2 b m 0 Lecture Notes for Math 1540 First Previous Next Last 34

35 74 The Simplex Method Each basic feasible solution (BFS) corresponds to a corner point in feasible region The simplex method provides an algorithm to search the BFS (corner point) where the objective function achieves its maximum Two principles of simplex method: 1 Eliminate negative indicators (start from the most negative indicator first) 2 Keep the last column nonnegative (normalize the row with smallest quotient) Lecture Notes for Math 1540 First Previous Next Last 35

36 75 Degeneracy, Unbounded Solutions, and Multiple Solutions Degeneracy occurs when there are two rows have the smallest quotient, or when the smallest quotient is zero If there exists no quotient, then the linear programming problem has an unbounded solution If the indicators are all nonnegative and the number of zero indicators is larger than the number of basic variables, then the linear programming problem has multiple solutions Lecture Notes for Math 1540 First Previous Next Last 36

37 76 Artificial Variables & 77 Minimization We need to add an artificial variable t when the feasible region does not contain the origin (ie, 0 is not a solution to the constraints) The objective function becomes W = Z Mt = c 1 x 1 + c 2 x c n x n Mt with M being a large parameter 1 The case a i1 x 1 + a i2 x a in x n b i with b i > 0 We add a slack variable s i 0 and an artificial variable t such that a i1 x 1 + a i2 x a in x n s i + t = b i 2 The case a i1 x 1 + a i2 x a in x n = b i with b i > 0 Since x 1 = 0, x 2 = 0,, x n = 0 is not a solution to this constraint, we need to add an artificial variable t such that a i1 x 1 + a i2 x a in x n + t = b i Minimizing the objective function Z = c 1 x 1 + c 2 x c n x n is the same as maximizing the objective function Z = c 1 x 1 c 2 x 2 c n x n Lecture Notes for Math 1540 First Previous Next Last 37

38 78 The Dual Maximize Minimize Z = c 1 x 1 + c 2 x c n x n W = b 1 y 2 + b 2 y b m y m subject to subject to a 11 x 1 + a 12 x a 1n x n b 1 a 11 y 1 + a 21 y a m1 y m c 1 a 21 x 1 + a 22 x a 2n x n b 2 a 12 y 1 + a 22 y a m2 y m c 2 a m1 x 1 + a m2 x a mn x n b m a 1n y 1 + a 2n y a mn y m c n and and x 1, x 2,, x n 0 y 1, y 2,, y m 0 Lecture Notes for Math 1540 First Previous Next Last 38

39 78 The Dual Maximize x 1 x n Minimize Z = [c 1, c 2,, c n ] x 2 W = [b 1, b 2,, b m ] subject to a 11 a 12 a 1n a 21 a 22 a 2n a m1 a m2 a mn x 1 x n x 2 0 x 1 x 2 x n b 1 b 2 b m subject to a 11 a 21 a m1 a 12 a 22 a m2 a 1n a 2n a mn y 1 y 2 0 y m y 1 y 2 y m y 1 y 2 y m c 1 c 2 c n Lecture Notes for Math 1540 First Previous Next Last 39

40 78 The Dual Maximize Z = CX Minimize W = B T Y subject to subject to AX B and X 0 A T Y C T and Y 0 where C = [c 1, c 2,, c n ], X = [x 1, x 2,, x n ] T Y = [y 1, y 2,, y m ] T, B = [b 1, b 2,, b m ] T and A = a 11 a 12 a 1n a 21 a 22 a 2n a m1 a m2 a mn Lecture Notes for Math 1540 First Previous Next Last 40

41 Differentials The derivative of a function f is the function denoted f and defined by f (x) = lim z x f(z) f(x) z x = lim h 0 f(x + h) f(x) h provided that the limit exists Let y = f(x) The differential of y is denoted dy and defined by dy = f (x)dx Chain rule Let y = f(x) and x = g(t), then dy dt = dy dx dx dt = f (x)g (t) Lecture Notes for Math 1540 First Previous Next Last 41

42 Integrals An antiderivative of a function f(x) is a function F (x) such that F (x) = f(x) The indefinite integral of f(x) with respect to x is defined by f(x)dx = F (x) + C, where is called the integral sign, f(x) is the integrand, x is the variable of integration, and C is the constant of integration Any two antiderivatives of a function differ only by a constant Lecture Notes for Math 1540 First Previous Next Last 42

43 Differentiation and Integration Formulas Differentiation (1) = 0 (kx) = k Integration 0dx = C kdx = kx + C (x a+1 ) = (a + 1)x a, a 1 x a dx = xa+1 a+1 + C, a 1 (ln x ) = 1 x, x 0 1 xdx = ln x + C, x 0 (e x ) = e x e x dx = e x + C (b x ) = b x (ln b), b > 0 b x dx = bx ln b + C, b > 0 (kf(x)) = kf (x) kf(x)dx = k f(x)dx (f(x) + g(x)) = f (x) + g (x) f(x) + g(x)dx = f(x)dx + g(x)dx Any two antiderivatives of a function differ only by a constant Lecture Notes for Math 1540 First Previous Next Last 43

44 The Definite Integrals Let f(x) be continuous on [a, b], then b a f(x)dx = lim n n k=1 The definite integral is the limit of an infinite sum f(a + b a n k) Fundamental theorem: Let F (x) be an antiderivative of a continuous function f(x) on [a, b], then b a f(x)dx = F (x) b a = F (b) F (a) The average of a continuous function f(x) over [a, b] is f = 1 b a b a f(x)dx Lecture Notes for Math 1540 First Previous Next Last 44

45 The Definite Integrals 1 b a (f(x) + g(x))dx = b a f(x)dx + b a g(x)dx 2 b a kf(x)dx = k b a f(x)dx 3 b a f(x)dx + c b f(x)dx = c a f(x)dx 4 b a f(x)dx = a b f(x)dx 5 b a F (x)dx = F (x) b a = F (b) F (a) Lecture Notes for Math 1540 First Previous Next Last 45

46 Areas between Curves The area of the region (vertical strip) bounded by the two curves y = f(x) and y = g(x) from x = a to x = b is b a f(x) g(x) dx The area of the region (horizontal strip) bounded by the two curves x = u(y) and x = v(y) from y = c to y = d is d c u(y) v(y) dy Lecture Notes for Math 1540 First Previous Next Last 46

47 Consumers and Producers Surplus Demand function: p = f(q) Supply function: p = g(q) Equilibrium: p 0 = f(q 0 ) = g(q 0 ) Consumers surplus: CS = q 0 0 (f(q) p 0)dq Producers surplus: P S = q 0 0 (p 0 g(q))dq Lecture Notes for Math 1540 First Previous Next Last 47

48 Methods of Integration Change of variable (let u = u(x)): f(x)dx = g(u) dx du du and b a f(x)dx = u(b) u(a) g(u) dx du du where g(u) = g(u(x)) = f(x) and dx du = (du dx ) 1 = 1 u (x) Integration by parts: uv dx = uv u vdx and b a uv dx = uv b a b a u vdx Lecture Notes for Math 1540 First Previous Next Last 48

49 Integration of Rational Functions Step 1: Long division Step 2: Factorize denominator Step 3: Partial fractions (four cases) Case 1) Case 2) Case 3) Case 4) distinct linear factors: repeated linear factors: P n 1(x) (x a) n = A 1 distinct irreducible quadratic factors: P 2n 1 (x) (x 2 +a 1 x+b 1 ) (x 2 +a n x+b n ) = A 1x+B 1 P n 1 (x) (x x 1 ) (x x n ) = A 1 x x A n x a x 2 +a 1 x+b 1 repeated irreducible quadratic factors: P 2n 1 (x) = A 1x+B 1 (x 2 +ax+b) n x 2 +ax+b + + A nx+b n (x 2 +ax+b) n A n (x a) n x x n A nx+b n x 2 +a n x+b n Lecture Notes for Math 1540 First Previous Next Last 49

50 Partial Derivatives The partial derivative of z = f(x, y) with respect to x is defined by z x = f x = f(x + h, y) f(x, y) xf(x, y) = f x (x, y) = lim h 0 h provided that the limit exists We treat y as a constant The partial derivative of z = f(x, y) with respect to y is defined by z y = f y = f(x, y + h) f(x, y) yf(x, y) = f y (x, y) = lim h 0 h provided that the limit exists We treat x as a constant Lecture Notes for Math 1540 First Previous Next Last 50

51 Competitive and Complementary Products Demand functions: q A = f(p A, p B ) and q B = g(p A, p B ) are given Competitive products (Apple and Blackberry): q A p B > 0 and q B p A > 0 Complementary products (cars and gasoline): q A p B < 0 and q B p A < 0 Remark: it is always true that q A p A < 0 and q B p B < 0 Lecture Notes for Math 1540 First Previous Next Last 51

52 Higher-Order Partial Derivatives Let z = f(x, y) f xx = (f x ) x = xx f = 2 f x 2 = x f yy = (f y ) y = yy f = 2 f y 2 = y ( ) f x ( ) f y Mixed partial derivative: f xy = f yx = 2 f x y = 2 f y x = y ( ) f x = x ( ) f y Lecture Notes for Math 1540 First Previous Next Last 52

53 Chain Rule and Implicit Partial Differentiation Let z = f(x, y) with x = x(r, s) and y = y(r, x) Then z r z s = z x x r + z y y r = z x x s + z y y s Let F (x, y, z) = 0 Then F x + F z z x = 0 By solving the above equation, we obtain z x = xf z F Lecture Notes for Math 1540 First Previous Next Last 53

54 Relative Extrema for two-variable functions The function f(x, y) has a relative maximum at the point (a, b) if f(x, y) f(a, b) for any (x, y) close to (a, b) The function f(x, y) has a relative minimum at the point (a, b) if f(x, y) f(a, b) for any (x, y) close to (a, b) Lecture Notes for Math 1540 First Previous Next Last 54

55 Relative Extrema for two-variable functions The critical points of a function f(x, y) are the solutions to the following system { f x (x, y) = 0 f y (x, y) = 0 Second-derivative test for a critical point (a, b): D(x, y) = f xx f yy f 2 xy 1) If D(a, b) > 0 and f xx (a, b) < 0, then f has a relative maximum at (a, b) 2) If D(a, b) > 0 and f xx (a, b) > 0, then f has a relative minimum at (a, b) 3) If D(a, b) < 0, then f has a saddle point at (a, b) 4) If D(a, b) = 0, then NO conclusion Lecture Notes for Math 1540 First Previous Next Last 55

56 Relative Maximum Case 1: D = f xx f yy f 2 xy > 0 and f xx < 0 Lecture Notes for Math 1540 First Previous Next Last 56

57 Relative Minimum Case 2: D = f xx f yy f 2 xy > 0 and f xx > 0 Lecture Notes for Math 1540 First Previous Next Last 57

58 Saddle Case 3: D = f xx f yy f 2 xy < 0 Lecture Notes for Math 1540 First Previous Next Last 58

59 Lagrange Multipliers Find the critical points of w = f(x 1,, x n ) subject to g(x 1,, x n ) = 0 Introduce a lagrange multiplier λ: F (x 1,, x n, λ) = f(x 1,, x n ) λg(x 1,, x n ) Find the critical points of F (x 1,, x n, λ), namely, solve the system F x 1 (x 1,, x n, λ) = f x 1 (x 1,, x n ) λ g x 1 (x 1,, x n ) = 0 F x n (x 1,, x n, λ) = f x n (x 1,, x n ) λ g x n (x 1,, x n ) = 0 F λ (x 1,, x n, λ) = g(x 1,, x n ) = 0 Lecture Notes for Math 1540 First Previous Next Last 59

OR MSc Maths Revision Course

OR MSc Maths Revision Course OR MSc Maths Revision Course Tom Byrne School of Mathematics University of Edinburgh t.m.byrne@sms.ed.ac.uk 15 September 2017 General Information Today JCMB Lecture Theatre A, 09:30-12:30 Mathematics revision

More information

We could express the left side as a sum of vectors and obtain the Vector Form of a Linear System: a 12 a x n. a m2

We could express the left side as a sum of vectors and obtain the Vector Form of a Linear System: a 12 a x n. a m2 Week 22 Equations, Matrices and Transformations Coefficient Matrix and Vector Forms of a Linear System Suppose we have a system of m linear equations in n unknowns a 11 x 1 + a 12 x 2 + + a 1n x n b 1

More information

Fundamentals of Engineering Analysis (650163)

Fundamentals of Engineering Analysis (650163) Philadelphia University Faculty of Engineering Communications and Electronics Engineering Fundamentals of Engineering Analysis (6563) Part Dr. Omar R Daoud Matrices: Introduction DEFINITION A matrix is

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

Chapter 9: Systems of Equations and Inequalities

Chapter 9: Systems of Equations and Inequalities Chapter 9: Systems of Equations and Inequalities 9. Systems of Equations Solve the system of equations below. By this we mean, find pair(s) of numbers (x, y) (if possible) that satisfy both equations.

More information

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

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

More information

Basics of Calculus and Algebra

Basics of Calculus and Algebra Monika Department of Economics ISCTE-IUL September 2012 Basics of linear algebra Real valued Functions Differential Calculus Integral Calculus Optimization Introduction I A matrix is a rectangular array

More information

Linear Algebra and Matrix Inversion

Linear Algebra and Matrix Inversion Jim Lambers MAT 46/56 Spring Semester 29- Lecture 2 Notes These notes correspond to Section 63 in the text Linear Algebra and Matrix Inversion Vector Spaces and Linear Transformations Matrices are much

More information

CLASS 12 ALGEBRA OF MATRICES

CLASS 12 ALGEBRA OF MATRICES CLASS 12 ALGEBRA OF MATRICES Deepak Sir 9811291604 SHRI SAI MASTERS TUITION CENTER CLASS 12 A matrix is an ordered rectangular array of numbers or functions. The numbers or functions are called the elements

More information

Introduction. Vectors and Matrices. Vectors [1] Vectors [2]

Introduction. Vectors and Matrices. Vectors [1] Vectors [2] Introduction Vectors and Matrices Dr. TGI Fernando 1 2 Data is frequently arranged in arrays, that is, sets whose elements are indexed by one or more subscripts. Vector - one dimensional array Matrix -

More information

Section 9.2: Matrices. Definition: A matrix A consists of a rectangular array of numbers, or elements, arranged in m rows and n columns.

Section 9.2: Matrices. Definition: A matrix A consists of a rectangular array of numbers, or elements, arranged in m rows and n columns. Section 9.2: Matrices Definition: A matrix A consists of a rectangular array of numbers, or elements, arranged in m rows and n columns. That is, a 11 a 12 a 1n a 21 a 22 a 2n A =...... a m1 a m2 a mn A

More information

MATHEMATICS. IMPORTANT FORMULAE AND CONCEPTS for. Final Revision CLASS XII CHAPTER WISE CONCEPTS, FORMULAS FOR QUICK REVISION.

MATHEMATICS. IMPORTANT FORMULAE AND CONCEPTS for. Final Revision CLASS XII CHAPTER WISE CONCEPTS, FORMULAS FOR QUICK REVISION. MATHEMATICS IMPORTANT FORMULAE AND CONCEPTS for Final Revision CLASS XII 2016 17 CHAPTER WISE CONCEPTS, FORMULAS FOR QUICK REVISION Prepared by M. S. KUMARSWAMY, TGT(MATHS) M. Sc. Gold Medallist (Elect.),

More information

Section 9.2: Matrices.. a m1 a m2 a mn

Section 9.2: Matrices.. a m1 a m2 a mn Section 9.2: Matrices Definition: A matrix is a rectangular array of numbers: a 11 a 12 a 1n a 21 a 22 a 2n A =...... a m1 a m2 a mn In general, a ij denotes the (i, j) entry of A. That is, the entry in

More information

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations Chapter 1: Systems of linear equations and matrices Section 1.1: Introduction to systems of linear equations Definition: A linear equation in n variables can be expressed in the form a 1 x 1 + a 2 x 2

More information

MATH Mathematics for Agriculture II

MATH Mathematics for Agriculture II MATH 10240 Mathematics for Agriculture II Academic year 2018 2019 UCD School of Mathematics and Statistics Contents Chapter 1. Linear Algebra 1 1. Introduction to Matrices 1 2. Matrix Multiplication 3

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2 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

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in Chapter 4 - MATRIX ALGEBRA 4.1. Matrix Operations A a 11 a 12... a 1j... a 1n a 21. a 22.... a 2j... a 2n. a i1 a i2... a ij... a in... a m1 a m2... a mj... a mn The entry in the ith row and the jth column

More information

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic A FIRST COURSE IN LINEAR ALGEBRA An Open Text by Ken Kuttler Matrix Arithmetic Lecture Notes by Karen Seyffarth Adapted by LYRYX SERVICE COURSE SOLUTION Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)

More information

Prepared by: M. S. KumarSwamy, TGT(Maths) Page

Prepared by: M. S. KumarSwamy, TGT(Maths) Page Prepared by: M. S. KumarSwamy, TGT(Maths) Page - 50 - CHAPTER 3: MATRICES QUICK REVISION (Important Concepts & Formulae) MARKS WEIGHTAGE 03 marks Matrix A matrix is an ordered rectangular array of numbers

More information

Linear Equations and Matrix

Linear Equations and Matrix 1/60 Chia-Ping Chen Professor Department of Computer Science and Engineering National Sun Yat-sen University Linear Algebra Gaussian Elimination 2/60 Alpha Go Linear algebra begins with a system of linear

More information

Matrix Arithmetic. j=1

Matrix Arithmetic. j=1 An m n matrix is an array A = Matrix Arithmetic a 11 a 12 a 1n a 21 a 22 a 2n a m1 a m2 a mn of real numbers a ij An m n matrix has m rows and n columns a ij is the entry in the i-th row and j-th column

More information

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of . Matrices A matrix is any rectangular array of numbers. For example 3 5 6 4 8 3 3 is 3 4 matrix, i.e. a rectangular array of numbers with three rows four columns. We usually use capital letters for matrices,

More information

Elementary Row Operations on Matrices

Elementary Row Operations on Matrices King Saud University September 17, 018 Table of contents 1 Definition A real matrix is a rectangular array whose entries are real numbers. These numbers are organized on rows and columns. An m n matrix

More information

1 Functions and Graphs

1 Functions and Graphs 1 Functions and Graphs 1.1 Functions Cartesian Coordinate System A Cartesian or rectangular coordinate system is formed by the intersection of a horizontal real number line, usually called the x axis,

More information

Finite Mathematics Chapter 2. where a, b, c, d, h, and k are real numbers and neither a and b nor c and d are both zero.

Finite Mathematics Chapter 2. where a, b, c, d, h, and k are real numbers and neither a and b nor c and d are both zero. Finite Mathematics Chapter 2 Section 2.1 Systems of Linear Equations: An Introduction Systems of Equations Recall that a system of two linear equations in two variables may be written in the general form

More information

Math113: Linear Algebra. Beifang Chen

Math113: Linear Algebra. Beifang Chen Math3: Linear Algebra Beifang Chen Spring 26 Contents Systems of Linear Equations 3 Systems of Linear Equations 3 Linear Systems 3 2 Geometric Interpretation 3 3 Matrices of Linear Systems 4 4 Elementary

More information

MATRICES AND MATRIX OPERATIONS

MATRICES AND MATRIX OPERATIONS SIZE OF THE MATRIX is defined by number of rows and columns in the matrix. For the matrix that have m rows and n columns we say the size of the matrix is m x n. If matrix have the same number of rows (n)

More information

Elementary Linear Algebra

Elementary Linear Algebra Elementary Linear Algebra Linear algebra is the study of; linear sets of equations and their transformation properties. Linear algebra allows the analysis of; rotations in space, least squares fitting,

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K R MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND First Printing, 99 Chapter LINEAR EQUATIONS Introduction to linear equations A linear equation in n unknowns x,

More information

Math 313 Chapter 1 Review

Math 313 Chapter 1 Review Math 313 Chapter 1 Review Howard Anton, 9th Edition May 2010 Do NOT write on me! Contents 1 1.1 Introduction to Systems of Linear Equations 2 2 1.2 Gaussian Elimination 3 3 1.3 Matrices and Matrix Operations

More information

Inverting Matrices. 1 Properties of Transpose. 2 Matrix Algebra. P. Danziger 3.2, 3.3

Inverting Matrices. 1 Properties of Transpose. 2 Matrix Algebra. P. Danziger 3.2, 3.3 3., 3.3 Inverting Matrices P. Danziger 1 Properties of Transpose Transpose has higher precedence than multiplication and addition, so AB T A ( B T and A + B T A + ( B T As opposed to the bracketed expressions

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.7 LINEAR INDEPENDENCE LINEAR INDEPENDENCE Definition: An indexed set of vectors {v 1,, v p } in n is said to be linearly independent if the vector equation x x x

More information

dy = f( x) dx = F ( x)+c = f ( x) dy = f( x) dx

dy = f( x) dx = F ( x)+c = f ( x) dy = f( x) dx Antiderivatives and The Integral Antiderivatives Objective: Use indefinite integral notation for antiderivatives. Use basic integration rules to find antiderivatives. Another important question in calculus

More information

10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections )

10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections ) c Dr. Igor Zelenko, Fall 2017 1 10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections 7.2-7.4) 1. When each of the functions F 1, F 2,..., F n in right-hand side

More information

Chapter 1 Matrices and Systems of Equations

Chapter 1 Matrices and Systems of Equations Chapter 1 Matrices and Systems of Equations System of Linear Equations 1. A linear equation in n unknowns is an equation of the form n i=1 a i x i = b where a 1,..., a n, b R and x 1,..., x n are variables.

More information

Chapter 7. Linear Algebra: Matrices, Vectors,

Chapter 7. Linear Algebra: Matrices, Vectors, Chapter 7. Linear Algebra: Matrices, Vectors, Determinants. Linear Systems Linear algebra includes the theory and application of linear systems of equations, linear transformations, and eigenvalue problems.

More information

INSTITIÚID TEICNEOLAÍOCHTA CHEATHARLACH INSTITUTE OF TECHNOLOGY CARLOW MATRICES

INSTITIÚID TEICNEOLAÍOCHTA CHEATHARLACH INSTITUTE OF TECHNOLOGY CARLOW MATRICES 1 CHAPTER 4 MATRICES 1 INSTITIÚID TEICNEOLAÍOCHTA CHEATHARLACH INSTITUTE OF TECHNOLOGY CARLOW MATRICES 1 Matrices Matrices are of fundamental importance in 2-dimensional and 3-dimensional graphics programming

More information

OBJECTIVES Use the area under a graph to find total cost. Use rectangles to approximate the area under a graph.

OBJECTIVES Use the area under a graph to find total cost. Use rectangles to approximate the area under a graph. 4.1 The Area under a Graph OBJECTIVES Use the area under a graph to find total cost. Use rectangles to approximate the area under a graph. 4.1 The Area Under a Graph Riemann Sums (continued): In the following

More information

Matrix operations Linear Algebra with Computer Science Application

Matrix operations Linear Algebra with Computer Science Application Linear Algebra with Computer Science Application February 14, 2018 1 Matrix operations 11 Matrix operations If A is an m n matrix that is, a matrix with m rows and n columns then the scalar entry in the

More information

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

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 11 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 real

More information

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0.

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0. Matrices Operations Linear Algebra Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0 The rectangular array 1 2 1 4 3 4 2 6 1 3 2 1 in which the

More information

A matrix over a field F is a rectangular array of elements from F. The symbol

A matrix over a field F is a rectangular array of elements from F. The symbol Chapter MATRICES Matrix arithmetic A matrix over a field F is a rectangular array of elements from F The symbol M m n (F ) denotes the collection of all m n matrices over F Matrices will usually be denoted

More information

Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices Chapter 1 Systems of Linear Equations and Matrices System of linear algebraic equations and their solution constitute one of the major topics studied in the course known as linear algebra. In the first

More information

This operation is - associative A + (B + C) = (A + B) + C; - commutative A + B = B + A; - has a neutral element O + A = A, here O is the null matrix

This operation is - associative A + (B + C) = (A + B) + C; - commutative A + B = B + A; - has a neutral element O + A = A, here O is the null matrix 1 Matrix Algebra Reading [SB] 81-85, pp 153-180 11 Matrix Operations 1 Addition a 11 a 12 a 1n a 21 a 22 a 2n a m1 a m2 a mn + b 11 b 12 b 1n b 21 b 22 b 2n b m1 b m2 b mn a 11 + b 11 a 12 + b 12 a 1n

More information

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and Section 5.5. Matrices and Vectors A matrix is a rectangular array of objects arranged in rows and columns. The objects are called the entries. A matrix with m rows and n columns is called an m n matrix.

More information

Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices Chapter 1 Systems of Linear Equations and Matrices System of linear algebraic equations and their solution constitute one of the major topics studied in the course known as linear algebra. In the first

More information

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and Section 5.5. Matrices and Vectors A matrix is a rectangular array of objects arranged in rows and columns. The objects are called the entries. A matrix with m rows and n columns is called an m n matrix.

More information

Linear Algebra Homework and Study Guide

Linear Algebra Homework and Study Guide Linear Algebra Homework and Study Guide Phil R. Smith, Ph.D. February 28, 20 Homework Problem Sets Organized by Learning Outcomes Test I: Systems of Linear Equations; Matrices Lesson. Give examples of

More information

MATRICES. a m,1 a m,n A =

MATRICES. a m,1 a m,n A = MATRICES Matrices are rectangular arrays of real or complex numbers With them, we define arithmetic operations that are generalizations of those for real and complex numbers The general form a matrix of

More information

Chapter 2: Matrix Algebra

Chapter 2: Matrix Algebra Chapter 2: Matrix Algebra (Last Updated: October 12, 2016) These notes are derived primarily from Linear Algebra and its applications by David Lay (4ed). Write A = 1. Matrix operations [a 1 a n. Then entry

More information

Notes on Mathematics

Notes on Mathematics Notes on Mathematics - 12 1 Peeyush Chandra, A. K. Lal, V. Raghavendra, G. Santhanam 1 Supported by a grant from MHRD 2 Contents I Linear Algebra 7 1 Matrices 9 1.1 Definition of a Matrix......................................

More information

Review of Basic Concepts in Linear Algebra

Review of Basic Concepts in Linear Algebra Review of Basic Concepts in Linear Algebra Grady B Wright Department of Mathematics Boise State University September 7, 2017 Math 565 Linear Algebra Review September 7, 2017 1 / 40 Numerical Linear Algebra

More information

TEST CODE: MMA (Objective type) 2015 SYLLABUS

TEST CODE: MMA (Objective type) 2015 SYLLABUS TEST CODE: MMA (Objective type) 2015 SYLLABUS Analytical Reasoning Algebra Arithmetic, geometric and harmonic progression. Continued fractions. Elementary combinatorics: Permutations and combinations,

More information

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

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

More information

Linear Algebra March 16, 2019

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

More information

MATH2210 Notebook 2 Spring 2018

MATH2210 Notebook 2 Spring 2018 MATH2210 Notebook 2 Spring 2018 prepared by Professor Jenny Baglivo c Copyright 2009 2018 by Jenny A. Baglivo. All Rights Reserved. 2 MATH2210 Notebook 2 3 2.1 Matrices and Their Operations................................

More information

Matrix Algebra. Matrix Algebra. Chapter 8 - S&B

Matrix Algebra. Matrix Algebra. Chapter 8 - S&B Chapter 8 - S&B Algebraic operations Matrix: The size of a matrix is indicated by the number of its rows and the number of its columns. A matrix with k rows and n columns is called a k n matrix. The number

More information

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

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

More information

Chapter 1 Vector Spaces

Chapter 1 Vector Spaces Chapter 1 Vector Spaces Per-Olof Persson persson@berkeley.edu Department of Mathematics University of California, Berkeley Math 110 Linear Algebra Vector Spaces Definition A vector space V over a field

More information

Linear Systems and Matrices

Linear Systems and Matrices Department of Mathematics The Chinese University of Hong Kong 1 System of m linear equations in n unknowns (linear system) 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.......

More information

6-1 Study Guide and Intervention Multivariable Linear Systems and Row Operations

6-1 Study Guide and Intervention Multivariable Linear Systems and Row Operations 6-1 Study Guide and Intervention Multivariable Linear Systems and Row Operations Gaussian Elimination You can solve a system of linear equations using matrices. Solving a system by transforming it into

More information

3 Matrix Algebra. 3.1 Operations on matrices

3 Matrix Algebra. 3.1 Operations on matrices 3 Matrix Algebra A matrix is a rectangular array of numbers; it is of size m n if it has m rows and n columns. A 1 n matrix is a row vector; an m 1 matrix is a column vector. For example: 1 5 3 5 3 5 8

More information

Chapter 2: Unconstrained Extrema

Chapter 2: Unconstrained Extrema Chapter 2: Unconstrained Extrema Math 368 c Copyright 2012, 2013 R Clark Robinson May 22, 2013 Chapter 2: Unconstrained Extrema 1 Types of Sets Definition For p R n and r > 0, the open ball about p of

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K. R. MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Corrected Version, 7th April 013 Comments to the author at keithmatt@gmail.com Chapter 1 LINEAR EQUATIONS 1.1

More information

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam This study sheet will not be allowed during the test Books and notes will not be allowed during the test Calculators and cell phones

More information

UNIT 3 INTEGRATION 3.0 INTRODUCTION 3.1 OBJECTIVES. Structure

UNIT 3 INTEGRATION 3.0 INTRODUCTION 3.1 OBJECTIVES. Structure Calculus UNIT 3 INTEGRATION Structure 3.0 Introduction 3.1 Objectives 3.2 Basic Integration Rules 3.3 Integration by Substitution 3.4 Integration of Rational Functions 3.5 Integration by Parts 3.6 Answers

More information

Linear Algebra: Lecture notes from Kolman and Hill 9th edition.

Linear Algebra: Lecture notes from Kolman and Hill 9th edition. Linear Algebra: Lecture notes from Kolman and Hill 9th edition Taylan Şengül March 20, 2019 Please let me know of any mistakes in these notes Contents Week 1 1 11 Systems of Linear Equations 1 12 Matrices

More information

1 Multiply Eq. E i by λ 0: (λe i ) (E i ) 2 Multiply Eq. E j by λ and add to Eq. E i : (E i + λe j ) (E i )

1 Multiply Eq. E i by λ 0: (λe i ) (E i ) 2 Multiply Eq. E j by λ and add to Eq. E i : (E i + λe j ) (E i ) Direct Methods for Linear Systems Chapter Direct Methods for Solving Linear Systems Per-Olof Persson persson@berkeleyedu Department of Mathematics University of California, Berkeley Math 18A Numerical

More information

Mathematics 1EM/1ES/1FM/1FS Notes, weeks 18-23

Mathematics 1EM/1ES/1FM/1FS Notes, weeks 18-23 2 MATRICES Mathematics EM/ES/FM/FS Notes, weeks 8-2 Carl Dettmann, version May 2, 22 2 Matrices 2 Basic concepts See: AJ Sadler, DWS Thorning, Understanding Pure Mathematics, pp 59ff In mathematics, a

More information

All of my class notes can be found at

All of my class notes can be found at My name is Leon Hostetler I am currently a student at Florida State University majoring in physics as well as applied and computational mathematics Feel free to download, print, and use these class notes

More information

Basic Concepts in Linear Algebra

Basic Concepts in Linear Algebra Basic Concepts in Linear Algebra Grady B Wright Department of Mathematics Boise State University February 2, 2015 Grady B Wright Linear Algebra Basics February 2, 2015 1 / 39 Numerical Linear Algebra Linear

More information

Matrices and systems of linear equations

Matrices and systems of linear equations Matrices and systems of linear equations Samy Tindel Purdue University Differential equations and linear algebra - MA 262 Taken from Differential equations and linear algebra by Goode and Annin Samy T.

More information

Chapter 1: Systems of Linear Equations and Matrices

Chapter 1: Systems of Linear Equations and Matrices : Systems of Linear Equations and Matrices Multiple Choice Questions. Which of the following equations is linear? (A) x + 3x 3 + 4x 4 3 = 5 (B) 3x x + x 3 = 5 (C) 5x + 5 x x 3 = x + cos (x ) + 4x 3 = 7.

More information

Lecture Notes in Linear Algebra

Lecture Notes in Linear Algebra Lecture Notes in Linear Algebra Dr. Abdullah Al-Azemi Mathematics Department Kuwait University February 4, 2017 Contents 1 Linear Equations and Matrices 1 1.2 Matrices............................................

More information

Math Camp Lecture 4: Linear Algebra. Xiao Yu Wang. Aug 2010 MIT. Xiao Yu Wang (MIT) Math Camp /10 1 / 88

Math Camp Lecture 4: Linear Algebra. Xiao Yu Wang. Aug 2010 MIT. Xiao Yu Wang (MIT) Math Camp /10 1 / 88 Math Camp 2010 Lecture 4: Linear Algebra Xiao Yu Wang MIT Aug 2010 Xiao Yu Wang (MIT) Math Camp 2010 08/10 1 / 88 Linear Algebra Game Plan Vector Spaces Linear Transformations and Matrices Determinant

More information

Finite Math - J-term Section Systems of Linear Equations in Two Variables Example 1. Solve the system

Finite Math - J-term Section Systems of Linear Equations in Two Variables Example 1. Solve the system Finite Math - J-term 07 Lecture Notes - //07 Homework Section 4. - 9, 0, 5, 6, 9, 0,, 4, 6, 0, 50, 5, 54, 55, 56, 6, 65 Section 4. - Systems of Linear Equations in Two Variables Example. Solve the system

More information

MATH 2030: MATRICES. Example 0.2. Q:Define A 1 =, A. 3 4 A: We wish to find c 1, c 2, and c 3 such that. c 1 + c c

MATH 2030: MATRICES. Example 0.2. Q:Define A 1 =, A. 3 4 A: We wish to find c 1, c 2, and c 3 such that. c 1 + c c MATH 2030: MATRICES Matrix Algebra As with vectors, we may use the algebra of matrices to simplify calculations. However, matrices have operations that vectors do not possess, and so it will be of interest

More information

A TOUR OF LINEAR ALGEBRA FOR JDEP 384H

A TOUR OF LINEAR ALGEBRA FOR JDEP 384H A TOUR OF LINEAR ALGEBRA FOR JDEP 384H Contents Solving Systems 1 Matrix Arithmetic 3 The Basic Rules of Matrix Arithmetic 4 Norms and Dot Products 5 Norms 5 Dot Products 6 Linear Programming 7 Eigenvectors

More information

Introduction - Motivation. Many phenomena (physical, chemical, biological, etc.) are model by differential equations. f f(x + h) f(x) (x) = lim

Introduction - Motivation. Many phenomena (physical, chemical, biological, etc.) are model by differential equations. f f(x + h) f(x) (x) = lim Introduction - Motivation Many phenomena (physical, chemical, biological, etc.) are model by differential equations. Recall the definition of the derivative of f(x) f f(x + h) f(x) (x) = lim. h 0 h Its

More information

Math 4377/6308 Advanced Linear Algebra

Math 4377/6308 Advanced Linear Algebra 2.3 Composition Math 4377/6308 Advanced Linear Algebra 2.3 Composition of Linear Transformations Jiwen He Department of Mathematics, University of Houston jiwenhe@math.uh.edu math.uh.edu/ jiwenhe/math4377

More information

Chapter 2 Notes, Linear Algebra 5e Lay

Chapter 2 Notes, Linear Algebra 5e Lay Contents.1 Operations with Matrices..................................1.1 Addition and Subtraction.............................1. Multiplication by a scalar............................ 3.1.3 Multiplication

More information

Matrices and Determinants

Matrices and Determinants Chapter1 Matrices and Determinants 11 INTRODUCTION Matrix means an arrangement or array Matrices (plural of matrix) were introduced by Cayley in 1860 A matrix A is rectangular array of m n numbers (or

More information

Linear Algebra. Linear Equations and Matrices. Copyright 2005, W.R. Winfrey

Linear Algebra. Linear Equations and Matrices. Copyright 2005, W.R. Winfrey Copyright 2005, W.R. Winfrey Topics Preliminaries Systems of Linear Equations Matrices Algebraic Properties of Matrix Operations Special Types of Matrices and Partitioned Matrices Matrix Transformations

More information

Introduction to Matrix Algebra

Introduction to Matrix Algebra Introduction to Matrix Algebra August 18, 2010 1 Vectors 1.1 Notations A p-dimensional vector is p numbers put together. Written as x 1 x =. x p. When p = 1, this represents a point in the line. When p

More information

Functions. A function is a rule that gives exactly one output number to each input number.

Functions. A function is a rule that gives exactly one output number to each input number. Functions A function is a rule that gives exactly one output number to each input number. Why it is important to us? The set of all input numbers to which the rule applies is called the domain of the function.

More information

Matrices. Math 240 Calculus III. Wednesday, July 10, Summer 2013, Session II. Matrices. Math 240. Definitions and Notation.

Matrices. Math 240 Calculus III. Wednesday, July 10, Summer 2013, Session II. Matrices. Math 240. Definitions and Notation. function Matrices Calculus III Summer 2013, Session II Wednesday, July 10, 2013 Agenda function 1. 2. function function Definition An m n matrix is a rectangular array of numbers arranged in m horizontal

More information

Presentation by: H. Sarper. Chapter 2 - Learning Objectives

Presentation by: H. Sarper. Chapter 2 - Learning Objectives Chapter Basic Linear lgebra to accompany Introduction to Mathematical Programming Operations Research, Volume, th edition, by Wayne L. Winston and Munirpallam Venkataramanan Presentation by: H. Sarper

More information

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Prof. Tesler Math 283 Fall 2018 Also see the separate version of this with Matlab and R commands. Prof. Tesler Diagonalizing

More information

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

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

More information

Chapter 1: Systems of Linear Equations

Chapter 1: Systems of Linear Equations Chapter : Systems of Linear Equations February, 9 Systems of linear equations Linear systems Lecture A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where

More information

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

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

More information

Digital Workbook for GRA 6035 Mathematics

Digital Workbook for GRA 6035 Mathematics Eivind Eriksen Digital Workbook for GRA 6035 Mathematics November 10, 2014 BI Norwegian Business School Contents Part I Lectures in GRA6035 Mathematics 1 Linear Systems and Gaussian Elimination........................

More information

Lecture : The Indefinite Integral MTH 124

Lecture : The Indefinite Integral MTH 124 Up to this point we have investigated the definite integral of a function over an interval. In particular we have done the following. Approximated integrals using left and right Riemann sums. Defined the

More information

Ω R n is called the constraint set or feasible set. x 1

Ω R n is called the constraint set or feasible set. x 1 1 Chapter 5 Linear Programming (LP) General constrained optimization problem: minimize subject to f(x) x Ω Ω R n is called the constraint set or feasible set. any point x Ω is called a feasible point We

More information

EXERCISE SET 5.1. = (kx + kx + k, ky + ky + k ) = (kx + kx + 1, ky + ky + 1) = ((k + )x + 1, (k + )y + 1)

EXERCISE SET 5.1. = (kx + kx + k, ky + ky + k ) = (kx + kx + 1, ky + ky + 1) = ((k + )x + 1, (k + )y + 1) EXERCISE SET 5. 6. The pair (, 2) is in the set but the pair ( )(, 2) = (, 2) is not because the first component is negative; hence Axiom 6 fails. Axiom 5 also fails. 8. Axioms, 2, 3, 6, 9, and are easily

More information

ECON 331 Homework #2 - Solution. In a closed model the vector of external demand is zero, so the matrix equation writes:

ECON 331 Homework #2 - Solution. In a closed model the vector of external demand is zero, so the matrix equation writes: ECON 33 Homework #2 - Solution. (Leontief model) (a) (i) The matrix of input-output A and the vector of level of production X are, respectively:.2.3.2 x A =.5.2.3 and X = y.3.5.5 z In a closed model the

More information

Extra Problems: Chapter 1

Extra Problems: Chapter 1 MA131 (Section 750002): Prepared by Asst.Prof.Dr.Archara Pacheenburawana 1 Extra Problems: Chapter 1 1. In each of the following answer true if the statement is always true and false otherwise in the space

More information

CS 246 Review of Linear Algebra 01/17/19

CS 246 Review of Linear Algebra 01/17/19 1 Linear algebra In this section we will discuss vectors and matrices. We denote the (i, j)th entry of a matrix A as A ij, and the ith entry of a vector as v i. 1.1 Vectors and vector operations A vector

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

Phys 201. Matrices and Determinants

Phys 201. Matrices and Determinants Phys 201 Matrices and Determinants 1 1.1 Matrices 1.2 Operations of matrices 1.3 Types of matrices 1.4 Properties of matrices 1.5 Determinants 1.6 Inverse of a 3 3 matrix 2 1.1 Matrices A 2 3 7 =! " 1

More information