Rudimentary Matrix Algebra

Size: px
Start display at page:

Download "Rudimentary Matrix Algebra"

Transcription

1 Rudimentry Mtrix Alger Mrk Sullivn Decemer 4, 217 i

2 Contents 1 Preliminries Why does this document exist? Why does nyone cre out mtrices? Wht is mtrix? Mtrix opertions Addition of mtrices Multipliction of mtrices Sclr multipliction Multipliction of mtrices y mtrices Division of mtrices? Mtrix equtions Elementry row opertions Guss-Jordn elimintion Computing inverse mtrices Determinnts Tricks for computing determinnts The mening of the determinnt Eigenvlues, eigenvectors, generlized eigenvectors Distinct, rel eigenvlues Repeted, rel eigenvlues Complex eigenvlues ii

3 1 Preliminries In this document, we introduce the sic principles of using mtrices in mthemtics nd pplied mthemtics to solve systems of equtions. In order to do this, we ll need to explin how to do lger on mtrices, just s one would do lger on the numers. The prctice of redefining nd generlizing opertions on numers to work for different mthemticl contexts is field of mthemtics known s strct lger. The prticulr cse of vectors nd mtrices is the su-field known s liner lger. These two fields re primry reserch interest for mthemticins of the pst, present nd future. There re entire enormous ooks devoted solely to these sujects, nd the uthor dmits to proclivity to rmle for hours on end out them. With such n undnce of literture in mind, you my e sking: 1.1 Why does this document exist? Unfortuntely, mny students do not tke course in strct or liner lger until lte in their undergrdute eduction if ever. This leves them mostly in the drk concerning mtrices. I wrote this document for the ske of those who wnt to lern how to use mtrices despite not hving tht ckground. So: 1.2 Why does nyone cre out mtrices? Mtrix lger is skill tht cn significntly reduce the effort required to do computtion. As visul strtegy, it cn highlight wys of reducing the mount of steps in computtion. Additionlly, computers think of systems of equtions primrily in terms of mtrices. Beyond this, mtrices cn provide link etween solving systems of equtions nd deeper concepts in liner lger. In generl, just out every person ever doing mthemticl work cn enefit from lerning out mtrices. 1

4 1.3 Wht is mtrix? Definition 1.1 An m n mtrix pronounced m y n mtrix is n ssignment of some mthemticl ojects to ech ordered pir i, j, where 1 i m nd 1 j n. We sy tht n m n mtrix hs m rows nd hs n columns. Mtrices re generlly visulized s rectngles mde up of squres, ech one leled y i, j, with lrger vlues for i elow smller ones, nd lrger vlues for j to the right of smller ones. In ech squre, the vlue corresponding to i, j is plced. In other words, the vlue ssigned to i, j is plced in the cell contined y the ith row nd the jth column. For exmple, 3 4 mtrix of numers mking the following ssignments: 1, 1 1 1, 2 5 1, , 4 4 2, 1 2, 2 4 2, 3 2 2, 4 3 3, 1 2 3, 2 6 3, 3 e 2 3, 4 π 1 would e visulized like this: e 2 π. 2 However, we need not other ourselves with drwing lines dividing the cells. In- 2

5 sted, we ll just write the ssignments like this: or e 2 π 2 6 e 2 π We define two mtrices s eing equl if they re the sme size nd for ech ordered pir i, j, the two mtrices ssocite i, j to equl mthemticl ojects. Thus, two mtrices re equl only if ll of their entries gree: There re plenty generliztions of mtrices. For one thing, we ve only delt with mtrices tht hve two coordintes for ech cell, creting 2-dimensionl digrm. Wht if we hd triplets, i, j, k, creting 3-dimensionl digrm? Wht if we hd qudruplets, i, j, k, l, creting 4-dimensionl digrm? Wht if we hd more thn tht? These generliztions re known in mthemtics s tensors, lthough some pplied mthemticins refer to them s n-dimensionl mtrices. For our purposes, though, we will only e need with 2-dimensionl mtrices, such s those digrmmed ove. 3

6 2 Mtrix opertions It will e convenient to e le to dd, sutrct, multiply nd sort of divide mtrices, in the sme wy tht one would dd, sutrct, multiply nd sometimes divide rel numers. So first, we ll hve to explin wht these opertions men. 2.1 Addition of mtrices Addition of mtrices is unnervingly simple. Given two m n mtrices, one dds them y simply dding the entries in corresponding positions: n n n + 1n n n = n + 2n m1 m2... mn m1 m2... mn m1 + m1 m2 + m2... mn + mn 5 For exmple: = = = = = = = =

7 The sum of two m n mtrices will lwys e n m n mtrix. Addition of mtrices mkes sense only when the mtrices hve the sme numers of rows nd columns; one cnnot dd 2 3 mtrix to 4 3 mtrix: is meningless Multipliction of mtrices There re two sorts of multiplictions for mtrices, depending on wht kind of mthemticl oject you wnt to multiply y mtrix Sclr multipliction Sclr multipliction is the multipliction of sclr, tht is, numer y mtrix. This, too, is very simple; just multiply ech entry y the sclr: n k 11 k k 1n k n = k 21 k k 2n m1 m2... mn k m1 k m2... k mn For exmple: = =

8 1 2 8 = = The product of sclr nd mtrix will lwys e mtrix of the sme size Multipliction of mtrices y mtrices Multiplying two mtrices together cn e significntly more complicted n n 1p i=1 n 1i i1 i=1 1i i2... n i=1 1i ip n p = n i=1 n 2i i2 i=1 2i i2... n i=1 2i ip m1 m2... mn n1 n2... n np i=1 n mi i1 i=1 mi i2... n i=1 mi ip 11 To summrize, the i, jth entry of the product of two mtrices will e the sum of the products of the entries in the ith row of the first fctor nd the jth column of the second fctor. For exmple: = = =

9 = = = Mtrix multipliction mkes sense only when the numer of columns in the first fctor is equl to the numer of rows in the second fctor. Id est, given mtrices A nd B, in order to mke sense of the product AB, the numer of columns of A must equl the numer of rows of B. If this condition is not stisfied, then the two mtrices simply cnnot e multiplied. Additionlly, the product of n m n mtrix nd n n p mtrix will lwys e n m p mtrix. An interesting feture of mtrix multipliction is tht it is not commuttive; this mens tht, given mtrices A nd B, AB might not e the sme s BA. First of ll, it s possile tht one of those multiplictions mkes sense, ut not the other. For exmple, if A is 2 3 mtrix nd B is 3 5 mtrix, then AB is 2 5 mtrix, ut BA is not defined. Besides, even if the dimensions do mtch in oth cses, the two products might still e different, s in the following exmple: = = Thnkfully, however, mtrix multipliction is ssocitive which mens tht, for mtrices A, B nd C, ABC = ABC nd distriutive which mens tht, for mtrices A, B nd C, AB + C = AB + AC nd A + BC = AC + BC. 7

10 2.3 Division of mtrices? Given two numers, nd, wht exctly do we men y? We ll need to introduce some terminology first. Definition 2.1 Let e nonzero rel or complex numer. The multiplictive inverse of is numer x such tht x = 1 nd x = 1. We typiclly denote the multiplictive inverse of y 1, or 1. When we refer to, wht we relly men is 1. Therefore, s long s one cn define multiplictive inverse, one cn define division. In order to explin wht we men y division of mtrices, we ll need to do similr investigtion. First, it s necessry to come up with mtrix tht cn serve the sme purpose s 1 does for the rel nd complex numers: Definition 2.2 The n n identity mtrix is mtrix I n such tht if A is ny m n mtrix, then AI n = A, nd if B is ny n m mtrix, then I n B = B. The n n identity mtrix is lwys just mtrix of 1 s long the digonl nd s elsewhere: For exmple, I n = I 2 =, I 3 = 1, I 4 = Now we re in position to define multiplictive inverse of mtrix. 8

11 Definition 2.3 Let A e n m n mtrix. An inverse mtrix of A is n n m mtrix B such tht AB = I m nd BA = I n. We often denote the inverse mtrix of A y A 1. No one ever uses the nottion 1 A. Of prticulr interest re the squre mtrices: Definition 2.4 A squre mtrix is n m n mtrix such tht m = n. In other words, squre mtrix hs s mny rows s columns. As it turns out, only squre mtrices cn hve inverse mtrices. This fct is not esy to prove, ut using it, we cn restte the definition: Definition 2.5 Let A e n n n mtrix. An inverse mtrix of A is n n n mtrix B such tht AB = I n = BA. Do ll squre mtrices hve inverses? No, in the sme wy tht some numers nmely, do not hve multiplictive inverses. The following re some exmples of squre mtrices tht do not hve inverses: There re infinitely mny for ech size n n. How would one compute the inverse mtrix of given mtrix? In order to nswer this, we ll need to understnd the procedure of row reduction of mtrices, which is the topic of the next section. 9

12 3 Mtrix equtions A mtrix eqution is exctly wht the nme implies; n eqution with mtrices in it. In prticulr, we ll e interested in equtions of the form Ax = B, where A is n m n mtrix, x is n n 1 mtrix, nd B is n m 1 mtrix: n x n x = x n } m1 m2... {{ mn }}{{} A x m }{{} B The gol here will e to solve for the n 1 mtrix x. Here re some exmples, nd their solutions in the following, c, c 1, c 2 nd c 3 refer to ritrry sclrs: x x 2 = 1 x 3 1 x = 1 1 x 2 x x 1 x 2 x 3 x = Solution: Solution: Solution: x 1 x 2 x 3 x 1 x 2 x 3 x 4 = x 1 x 2 x 3 c 2 c 1 = 1 2 c 1 c 2 = 1 c 1 c 2 19 x x = 3 x x 1 y = z x 5 c 3 x 1 2 Solution: = x 2 1 x Solution: y = z c 1 c 2 1

13 1 1 1 x x 2 = x 3 1 x x 2 x 3 = x x = 2 x x 1 1 = 1 x x = x 2 x 3 7 Solution: Solution: x 1 x 2 x 3 x 1 x 2 x 3 x 4 No solution No solution No solution = = c c 2 As with ny other kind of eqution, some mtrix equtions hve one solution, some hve no solution, nd some hve multiple solutions. A theorem from liner lger indictes tht mtrix eqution tht hs multiple solutions will lwys hve infinitely mny solutions. This is why some of the systems ove involve ritrry sclrs in their solutions; y choosing ny yes, ny vlue for the constnts, one cn crete new vector x tht is solution of the system. A system of liner equtions in n vriles x 1, x 2,..., x n corresponds exctly to mtrix eqution. To see this, consider the following exmple: x 1 x 2 4 =

14 By computing the mtrix multipliction, we get: which exctly mens tht 1x 1 + 2x 2 4 =, 22 x 1 + 3x 2 5 1x 1 + 2x 2 = 4 x 1 + 3x 2 = On the other hnd, y just tking the coefficients on ech vrile, we cn revert ck to the originl mtrix eqution: 1 x x 2 = -4 x x 2 = x 1 x 2 4 = The result is tht mtrix equtions cn e used s shorthnd for liner systems. In fct, we cn go even further. If we know tht we re deling in the vriles x 1 nd x 2 which, y the wy, re just nmes; clling them something different would hve chnged nothing, then we cn write the mtrix eqution ove in n even simpler form: This nottion is known s n ugmented mtrix. x 1 x = Since systems of liner equtions nd mtrix equtions correspond exctly to ugmented mtrices, we cn solve them nd/or mtrix equtions y deling only with ugmented mtrices. This process is clled Guss-Jordn elimintion. 12

15 3.1 Elementry row opertions We d like to discuss procedure of solving mtrix equtions commonly referred to s row reduction. First, we ll hve to define the moves tht re legl in the procedure. Definition 3.1 Let n A = n m1 m2... mn 26 e n m n mtrix. The following re the elementry row opertions of A. i Multipliction of ll of the entries in single row sy, the ith row y nonzero constnt k: n n i1 i2... in m1 m2... mn R i kr i ii Swpping two rows sy, the ith row nd the jth row: n n k i1 k i2... k. 27 in m1 m2... mn n n n n i1 i2... in R i R j j1 j2... jn j1 j2... jn i1 i2... in m1 m2... mn m1 m2... mn iii Adding nonzero constnt k times ll of the entries in row sy, the ith row 13

16 to ll of the corresponding entries in nother row sy, the jth row: n n n n i1 i2... in R j R j +kr i i1 i2... in j1 j2... jn. j1 + k i1 j2 + k i2... jn + k in m1 m2... mn m1 m2... mn 29 For exmple: 1 5 R 2 3R R 1 R R 1 R 1 +2R We hve nme for the reltionship etween two mtrices when one cn e gotten from the other y doing only elementry row opertions. Definition 3.2 Let A nd B e m n mtrices. We sy tht A nd B re row equivlent mtrices provided tht there exists sequence A = M 1 M 2 M 3... M k 1 M k = B 31 of m n mtrices M 1, M 2,..., M k such tht M 1 = A, M k = B nd for ech i where 1 i < k, M i+1 cn e produced from n elementry row opertion on M i. In other words, two mtrices re equivlent if you cn get one from the other y 14

17 sequence of elementry row opertions. For exmple, A = nd B = 32 re row equivlent mtrices, ecuse you cn produce B y dding 9 times the first row of A to the second row of A: 1 2 R 2 R 2 9R As nother exmple, A = 2 2 nd re row equivlent mtrices, ecuse R 3 R 3 4R R 3 R 3 +2R R R R 1 R 1 R Note tht row equivlent mtrices re not necessrily equl unless, of course, ll of the elementry row opertions done to get from one to the other cncel ech other out. As we mentioned in the first section, two mtrices re equl only if ll of their corresponding entries re equl. Wht, then, is so gret out this reltionship of row equivlence? The following sections nswer this question. 15

18 3.2 Guss-Jordn elimintion Here is the min interest of row equivlence: Theorem 3.3 If two liner systems hve row equivlent ugmented mtrices, then the two liner systems hve the sme solutions. This mens tht for ny ugmented mtrix, we cn do elementry row opertions without worrying out whether the solutions will e ltered. Let s look t the following exmple: 1x 1 + x 2 + 1x 3 = 1 1x 1 + 1x 2 + 2x 3 = x 1 + x 2 + 2x 3 = 1 1x 1 1x 2 + 2x 3 = Even when we look t the ugmented mtrix for this, it s not relly cler how to proceed: However, this ugmented mtrix is row equivlent to: Bsed on the theorem, this ugmented mtrix cn then e thought of s resttement of the originl system: 1x 1 + x 2 + x 3 = 1 x 1 + 1x 2 + x 3 =. 39 x 1 + x 2 + 1x 3 = x 1 + x 2 + x 3 = 1 16

19 It s now cler wht the solutions of this system re. In this cse, there ren t ny, since x 1 +x 2 +x 3 cnnot e nything other thn, ut the lst eqution requires tht it e 1. This exmple illustrtes tht if we cn use elementry row opertions to find sufficiently simple ugmented mtrix, then solving the mtrix eqution will e esy. But how simple is sufficiently simple? The following definitions will formlize this concept. Definition 3.4 Let A e n m n mtrix. A row echelon form of A is mtrix B tht is row equivlent to A such tht: i The left-most nonzero entry of ech row of B is 1. ii The left-most nonzero entry of ech row of B contins only zeros elow it in its column. iii If i, j nd k, l re two positions of left-most nonzero entries in B nd i < k, then j < l. iv Any rows tht do not contin nonzero entries re t the ottom of the mtrix. Here re some exmples of mtrices tht meet the criteri of row echelon form, nd some tht don t: is row echelon is row echelon is not; it doesn t stisfy criterion i is not; it doesn t stisfy criterion ii is row echelon. is not; it doesn t stisfy criterion iii is row echelon. is not; it doesn t stisfy criterion iv

20 To summrize: row echelon form mtrices hve only 1 s s the left-most nonzero entries of ech row, elow which re only s; further, the left-most nonzero 1 s must move to the right s one moves down the rows. Row echelon form is simple, ut it cn get even simpler: Definition 3.5 Let A e n m n mtrix. A reduced row echelon form of A is mtrix B tht is row equivlent to A such tht: i The left-most nonzero entry of ech row of B is 1. ii The left-most nonzero entry of ech row of B contins only zeros ove nd elow it in its column. iii If i, j nd k, l re two positions of left-most nonzero entries in B nd i < k, then j < l. iv Any rows tht do not contin nonzero entries re t the ottom of the mtrix. To summrize: reduced row echelon mtrices re row echelon mtrices with the dditionl condition tht ech left-most nonzero entry in ech row is the only nonzero entry in its entire column. Here re some exmples of reduced row echelon mtrices, nd some exmples which re row echelon ut not reduced row echelon: is reduced row echelon. 1 is not is reduced row echelon. is not is reduced row echelon. is not is reduced row echelon. 1 is not. 1 1 As long s we cn find reduced row echelon form of n ugmented mtrix, we 18

21 cn solve the system. So, which mtrices hve reduced row echelon forms? All of them: Theorem 3.6 Every m n mtrix hs unique reduced row echelon form. Thus, whtever mtrix we re given, we cn perform some sequence of elementry row opertions to rrive t reduced row echelon mtrix. The process of using elementry row opertions to find the reduced row echelon form of n ugmented mtrix is commonly clled row reduction, or Guss-Jordn elimintion. forms: Here re some exmples of ugmented mtrices, nd their reduced row echelon RREF: RREF: RREF: RREF: RREF: RREF: RREF:

22 RREF: When deling with liner system, it is importnt to understnd how the reduced row echelon form of the corresponding mtrix eqution should e interpreted. Let s look t the following exmple: 3w + 1x 7y 3z = 2 2w + 1x 5y + z = 5 w + 1x 1y + 1z = 2w + x + 4y + z = 4 44 First, convert this system into n ugmented mtrix: , nd find its reduced row echelon form: Wht does this men? In order to interpret this, let s revert from the ugmented mtrix to the system nottion: 1w + x + 2y + z = 1 w + 2y = 1 w + 1x 1y + z = 1 x y = w + x + y + 1z = 1 z = 1 w + x + y + z = 2

23 At first, this does not seem helpful. It ppers tht there s still more to solve. However, tht is not the cse; these re the only restrictions on the vlues of w, x, y nd z. In other words, their vlues cn e nything, s long s they stisfy tht w + 2y = 1, x y = 1, nd z = 1. Select vlue c for y. This completely determines the vlues for w, x, y nd z: w + 2c = 1 x c = 1 y = c z = 1 w = 2c 1 x = c 1 y = c z = 1, or w 2c 1 x y = c 1 c. 48 z 1 In liner lger, we cll y free vrile, since ny chosen vlue for y will produce solution to the system. Some systems hve more thn one free vrile. For exmple, x 1 + x 2 + x 3 1x 4 + 1x 5 = x 1 + 1x 2 + x 3 + 2x 4 + 2x 5 = 1 1 which gives the equtions x 1 + x 2 + 1x 3 + x 4 + x 5 = 1 x 1 x 4 + x 5 = 1 49 x 2 + 2x 4 + 2x 5 =. 5 x 3 = 1 The sitution is similr here. Agin, ny vlues for x 1, x 2, x 3, x 4 nd x 5 which stisfy the ove reltionships will e solution. By choosing vlues x 4 = c 1 nd x 5 = c 2, we cn completely determine the solution: x 1 x 2 x 3 x c 1 c 2 2c 1 2c 2 = c 1 x 5 c 2 21

24 3.3 Computing inverse mtrices 22

25 4 Determinnts A common theme in mthemtics is drwing informtion from expressions y ssociting simpler expressions to them. For exmple, given qudrtic eqution x 2 + x + c =, how cn we tell whether the solutions will e rel, non-rel, or repeted? In this cse, we look t the ssocited discriminnt, the expression 2 4c, nd study it in order to lern out the originl eqution. Just from this single numer, we cn tell whether the eqution hs two rel solutions in the cse tht the discriminnt is positive, nd whether they re rtionl if the discriminnt is nonzero perfect squre or irrtionl if the discriminnt is not perfect squre, one rel solution in the cse tht the discriminnt is zero, or two non-rel solutions in the cse tht the discriminnt is negtive. In this section, we ll see wht we cn lern out squre mtrix from n ssocited expression known s its determinnt: Definition 4.1 Let A e n n n squre mtrix. The determinnt of A is defined recursively s follows. i If n = 2, nd A = then the determinnt deta = d c. ii If n > 2 nd then the determinnt c d, n A = n......, 53 n1 n2... nn deta = n 1 i+1 1i detm 1i, 54 i=1 23

26 where M 1i is the sumtrix defined vi i 1 2i n M 1i = i 1 3i n n1 n2... ni 1 ni+1... nn This formul my seem somewht complicted, nd tht s ecuse it is. Thnkfully, for this document, we will only consider determinnts of 2 2 or 3 3 mtrices, since computing determinnts for lrger mtrices is esy, ut tiresome. As the definition sys, for 2 2 mtrix, the determinnt is just A = deta = c On the other hnd, for 3 3 mtrix, the determinnt is c d, 56 = d c. 57 d A = , deta = = To summrize: one tkes ech entry long the first row, with lternting ± signs, multiplies them y the determinnt of the sumtrix otined y deleting the row nd the column of the entry in question, nd then dding it ll up. With some prctice, you ll see tht the process is esy, ut it cn get very tedious. 24

27 Here re some exmples: 1 2 = 15 2 = = = = = = = = = = = =

28 4.1 Tricks for computing determinnts It didn t tke long for people do relize tht the determinnt is useful, ut tiresome to compute. Therefore, some mthemticins strted to look for wys to simplify the process. The following theorem from liner lger doesn t provide ny new theory, nd it s not prticulrly importnt for doing this kind of work, ut it cn help to reduce the pin of figuring out the determinnt of mtrix y hnd. Theorem 4.2 The following sttements re true. i deti n = 1. ii If A nd B re n n mtrices, then detab = deta detb. iii If A is n n n mtrix, then det A = det A T. iv If A is n n n mtrix nd B is otined from A y multiplying nonzero constnt r y single row or column of A, then detb = r deta. v If A is n n n mtrix nd B is otined from A y swpping two different rows or columns of A, then detb = deta. vi If A is n n n mtrix nd B is otined from A y dding nonzero sclr multiple of one row of A to nother row of A, then detb = deta. Here A T refers to the trnspose mtrix, which is the mtrix you get y exchnging ll of the rows nd columns of A: m n1 A = m AT = n n1 n2... nm 1m 2m... nm Among the implictions of this theorem is the fct tht one cn do elementry row nd column opertions in order to simplify the clcultion of determinnt. For exmple, given the mtrix A = 3 3 1,

29 it would e rther nnoying to compute the determinnt of A directly. However, using the theorem ove, deta = = = = = = = = = = = Another impliction of this theorem is tht the first row is not specil; one cn compute the determinnt y using ny kth row or column, just y multiplying 1 k y ech term: = 3 2 = All of these sorts of pproches re common: simplify the mtrix or look t prticulr row or column of it until the determinnt ecomes esy. This usully involves lot of entries eing zero. 27

30 4.2 The mening of the determinnt Wht is the point of ll this? The point is the following theorem, which forms the core of every first course in liner lger. Theorem 4.3 Let A e n n n mtrix. The following sttements re equivlent. i deta =. ii There exists vector v such tht A v =. iii The mtrix A is not invertile. By vector, in this context, we simply men n n 1 mtrix: 1 v = n In prticulr, the zero vector is the vector whose entries re ll zero: =. 66 Let s tke moment to exmine the implictions of this theorem. Suppose tht we re doing clcultion tht involves finding ll the solutions of this system of equtions: 2x y + z = x + 1y + 1z =. 67 1x + 2y + 2z = This is the sme s the mtrix eqution x 1 1 y = z 28

31 So now, in order to find the solutions, we hve no choice ut to do Guss-Jordn elimintion to find the reduced row echelon form of the ugmented mtrix, right? Wrong. Using finding the reduced row echelon form of the ugmented mtrix would work, ut lterntively, we could just find the determinnt of the mtrix: = = By the theorem, since the determinnt is nonzero, there cnnot e vector v which is not tht stisfies the eqution. As result, our only solution is the zero vector: x y =, 7 z nd so x =, y =, nd z =. This sort of use of the theorem is of fundmentl importnce to the theory of liner trnsformtions, ut tht is topic est left for course in liner lger. In the next section, we will use this theorem to determine nother importnt piece of dt concerning mtrices: eigenvlues. 29

32 5 Eigenvlues, eigenvectors, generlized eigenvectors An eigenvlue of squre mtrix is sclr tht cn simplify the multipliction of the mtrix y certin vectors. Definition 5.1 Let A e n n n mtrix. Given sclr λ, we sy tht λ is n eigenvlue of A provided tht there exists vector v such tht A v = λ v. Any such vector v is clled n eigenvector of A corresponding to λ. Let s discuss the process of finding eigenvlues. First, we know tht if A is ny n n mtrix nd λ is n eigenvlue of A, then there hs to e vector v such tht: A v = λ v. 71 We cn write this s: A v λ v =. 72 Now, given ny mtrix X with n rows, we know tht I n X = X, y definition of I n s the identity mtrix. Therefore, this eqution cn e written s A v λi n v =. 73 As we riefly mentioned erlier, mtrix multipliction cn distriute over ddition, so we cn fctor out v to write this s: A λi n v =. 74 By Theorem 4.3, this equtions will hve solutions with v if nd only if the determinnt det A λi n =. Therefore, sclr λ is n eigenvlue of n n n mtrix A if nd only if det A λi n =. In order to find the eigenvlues of mtrix, we ll ssume this eqution nd then solve for λ. We demonstrte the procedure in the cse of 1 3 A =

33 1. Set = det A λi 2 nd solve s follows: λ 3 = det A λi 2 = det λ = λ = 1 λ 1 λ 33 = 1 2λ + λ 2 9 = λ 2 2λ The expression λ 2 2λ 8 is known s the chrcteristic polynomil of A, nd the eqution λ 2 2λ 8 = is known s the chrcteristic eqution of A. 2. Solve the chrcteristic eqution: = λ 2 2λ 8 = λ 4 λ + 2, 77 nd so A hs two eigenvlues: λ 1 = 4 nd λ 2 = 2. Now, how cn one find the eigenvectors ssocited to n eigenvlue? We will gin refer to the eqution A λi n v =. 78 Once the eigenvlues hve een determined, one cn sustitute them into this eqution to solve for the eigenvectors. We demonstrte the procedure for the cse of 1 3 A = Find the eigenvlues of A. By the exmple ove, these re λ 1 = 4 nd λ 2 = For ech eigenvlue, find the solutions of the eqution A λi n v =. In our cse, for the eigenvlue λ 1 = 4: A 4I v 1 = 4 v Thus, finding the eigenvectors v 1 corresponding to λ 1 = 4 is reduced to the pro- 31

34 lem of solving the mtrix eqution 3 3 = By using Guss-Jordn elimintion, we find tht this eqution hs the sme solutions s the eqution 1 1 =. 82 In the cse of 2 2 mtrices, such s this one, the solutions re very esy to see even without Guss-Jordn elimintion, ut for lrger mtrices, things could e more opque t first. From this, we get the reltionship =, 83 which cnnot e solved for n explicit vlue of nd. This is norml. In generl, ny nonzero sclr times n eigenvector will lso e n eigenvector corresponding to the sme eigenvlue, so we should expect to hve infinitely mny solutions. In this cse, the eigenvectors corresponding to λ 1 = 4 re v1 =, 84 where is ny vlue whtsoever except, known s free vrile. Similrly, for the eigenvlue λ 2 = 2, we hve the mtrix eqution 1 3 v2 =, whose solutions re of the form 3 v2 =, 86 where is ny vlue whtsoever except. 32

35 5.1 Distinct, rel eigenvlues Here re some exmples of mtrices with eigenvlues tht re rel nd distinct: hs eigenvlues λ 1 = 1, λ 2 = 1 with eigenvectors for λ 1, for λ 2 hs eigenvlues λ 1 = 3, λ 2 = 1 3 with eigenvectors for λ 1, for λ 2 hs eigenvlues λ 1 = 2, λ 2 = 1 with eigenvectors for λ 1, for λ 2 2 hs eigenvlues λ 1 = 3, λ 2 = 2 2 with eigenvectors for λ 1, for λ 2 2 hs eigenvlues λ 1 = 4, λ 2 = 2 5 with eigenvectors for λ 1, for λ 2 hs eigenvlues λ 1 = 5, λ 2 = 4 2 with eigenvectors for λ 1, for λ hs eigenvlues λ 1 = 5, λ 2 = 2 2 with eigenvectors for λ 1, for λ

36 hs eigenvlues λ 1 = 6, λ 2 = 1 with eigenvectors for λ 1, for λ 2 4 hs eigenvlues λ 1 = 1, λ 2 = 2 with eigenvectors for λ 1, for λ 2 5 hs eigenvlues λ 1 = 2, λ 2 = 14 3 with eigenvectors for λ 1, for λ 2 hs eigenvlues λ 1 = 1, λ 2 = 9 8 with eigenvectors for λ 1, for λ 2 11 hs eigenvlues λ 1 = 7, λ 2 = 1 with eigenvectors for λ 1, for λ 2 7 hs eigenvlues λ 1 = 1, λ 2 = 9 4 with eigenvectors for λ 1, for λ 2 hs eigenvlues λ 1 = 6, λ 2 = 2 7 with eigenvectors for λ 1, for λ 2 3 hs eigenvlues λ 1 = 2, λ 2 = 3 with eigenvectors for λ 1, for λ

37 hs eigenvlues λ 1 = 2, λ 2 = 4 with eigenvectors for λ 1, for λ 2 hs eigenvlues λ 1 = 12, λ 2 = 2 with eigenvectors for λ 1, for λ 2 hs eigenvlues λ 1 = 11, λ 2 = 1 3 with eigenvectors for λ 1, for λ 2 7 with eigenvectors hs eigenvlues λ 1 =, λ 2 = 1, λ 3 = 1 for λ 1, for λ 2, 3c hs eigenvlues λ 1 = 1, λ 2 = 1, λ 3 = with eigenvectors c c for λ 3 c 2 for λ 1, for λ 2, c for λ 3 c hs eigenvlues λ 1 = 1, λ 2 = 2, λ 3 = 3 1 with eigenvectors for λ 1, 2 for λ 2, for λ 3 4 c 89 35

38 5.2 Repeted, rel eigenvlues The chrcteristic polynomil is, of course, polynomil. Therefore, it my sometimes hve repeted roots. Definition 5.2 Let A e n n n mtrix with chrcteristic polynomil p λ = λ n + n 1 λ n λ +. 9 Suppose tht the chrcteristic polynomil fctors s: pλ = λ r 1 m 1 λ r 2 m 2...λ r k m k, 91 where r 1, r 2,..., r k 1 nd r k re ll distinct. For ech i, the multiplicity of the eigenvlue r i is the corresponding exponent m i. In other words, the multiplicity of n eigenvlue is the numer of times the fctor λ ppers in the chrcteristic polynomil. To hve distinct roots literlly mens tht the multiplicity of ech eigenvlue is 1. If n eigenvlue hs multiplicity greter thn 1, it is clled repeted eigenvlue. Some sources lso refer to these s multiple eigenvlues. The opinion of the uthor is tht this term is extremely confusing. 36

39 Here re some exmples of mtrices with repeted eigenvlues: hs eigenvlue λ = 1 with multiplicity 2 with eigenvectors for λ hs eigenvlue λ = 1 with multiplicity 2 with eigenvectors for λ hs eigenvlue λ = 4 with multiplicity 2 with eigenvectors for λ hs eigenvlue λ = 1 with multiplicity 2 with eigenvectors for λ 2 hs eigenvlue λ = 3 with multiplicity 2 with eigenvectors for λ hs eigenvlue λ = 12 with multiplicity 2 with eigenvectors for λ hs eigenvlue λ = 9 with multiplicity 2 with eigenvectors for λ 92 37

40 hs eigenvlue λ = 2 with multiplicity 2 with eigenvectors for λ hs eigenvlue λ = 9 with multiplicity 2 with eigenvectors for λ hs eigenvlues λ 1 = 1 with multiplicity 2, λ 2 = 2 with multiplicity 1 with eigenvectors for λ 1, 2 for λ hs eigenvlue λ = 1 with multiplicity 3 1 with eigenvectors for λ hs eigenvlues λ 1 = 3 with multiplicity 2, λ 2 = 5 with multiplicity c with eigenvectors 3 for λ 1, c for λ 2 c 93 38

41 λ 1 = 1 with multiplicity 2, hs eigenvlues λ 2 = 1 with multiplicity 1, λ 3 = 2 with mulitiplicity 1 c with eigenvectors for λ 1, c 2c for λ 2, for λ 3 + d hs eigenvlues λ 1 = 2 with multiplicity 2, λ 2 = 1 with multiplicity 2 with eigenvectors for λ 1, 3 for λ 2 hs eigenvlues λ 1 = 1 with multiplicity 3, λ 2 = 4 with multiplicity 1 with eigenvectors for λ 1, for λ 2 hs eigenvlue λ = 4 with multiplicity 4 with eigenvectors for λ

42 There is strngeness to some repeted eigenvlues. Some eigenvlues hve property known s defectiveness. Definition 5.3 Let A e mtrix with n eigenvlue λ. The dimension of the eigenspce corresponding to λ is the numer of free vriles in the eigenvectors of λ. For exmple, the mtrix A = hs the eigenvlue λ 1 = 2, with multiplicity 2, nd the eigenvlue λ 2 = 1, with multiplicity 1. The eigenvectors corresponding to these tke the form: + 2 c for λ 1, c for λ 2, 96 where, nd c re ny rel numers. We sy tht λ 1 hs n eigenspce of dimension 2, since ny of its eigenvectors cn e completely determined y specifying the vlues of t lest 2 free vriles: nd. As for λ 3, there is only one free vrile involved in its eigenvectors: c. Therefore, λ 3 hs n eigenspce of dimension 1. Definition 5.4 Let A e mtrix with n eigenvlue λ. The defect of λ is the multiplicity of λ minus the dimension of the eigenspce corresponding to λ. In the exmple ove, λ 1 hd multiplicity 2 nd n eigenspce of dimension 2, so its defect ws. Similrly, λ 2 hd multiplicity 1 nd n eigenspce of dimension 1, so its defect ws lso. On the other hnd, the mtrix A =

43 hs the eigenvlue λ = 1 with multiplicity 2, ut the eigenvectors corresponding to it hve the form. 98 With only one free vrile tht is,, λ hs n eigenspce of dimension 1. Therefore the defect of λ is 2 1 = 1. An eigenvlue with defect of is clled complete eigenvlue, while one with defect greter thn is clled defective eigenvlue. 41

44 5.3 Complex eigenvlues 42

Lecture 3. In this lecture, we will discuss algorithms for solving systems of linear equations.

Lecture 3. In this lecture, we will discuss algorithms for solving systems of linear equations. Lecture 3 3 Solving liner equtions In this lecture we will discuss lgorithms for solving systems of liner equtions Multiplictive identity Let us restrict ourselves to considering squre mtrices since one

More information

Lecture Solution of a System of Linear Equation

Lecture Solution of a System of Linear Equation ChE Lecture Notes, Dept. of Chemicl Engineering, Univ. of TN, Knoville - D. Keffer, 5/9/98 (updted /) Lecture 8- - Solution of System of Liner Eqution 8. Why is it importnt to e le to solve system of liner

More information

Things to Memorize: A Partial List. January 27, 2017

Things to Memorize: A Partial List. January 27, 2017 Things to Memorize: A Prtil List Jnury 27, 2017 Chpter 2 Vectors - Bsic Fcts A vector hs mgnitude (lso clled size/length/norm) nd direction. It does not hve fixed position, so the sme vector cn e moved

More information

How do we solve these things, especially when they get complicated? How do we know when a system has a solution, and when is it unique?

How do we solve these things, especially when they get complicated? How do we know when a system has a solution, and when is it unique? XII. LINEAR ALGEBRA: SOLVING SYSTEMS OF EQUATIONS Tody we re going to tlk out solving systems of liner equtions. These re prolems tht give couple of equtions with couple of unknowns, like: 6= x + x 7=

More information

Matrix Algebra. Matrix Addition, Scalar Multiplication and Transposition. Linear Algebra I 24

Matrix Algebra. Matrix Addition, Scalar Multiplication and Transposition. Linear Algebra I 24 Mtrix lger Mtrix ddition, Sclr Multipliction nd rnsposition Mtrix lger Section.. Mtrix ddition, Sclr Multipliction nd rnsposition rectngulr rry of numers is clled mtrix ( the plurl is mtrices ) nd the

More information

Bases for Vector Spaces

Bases for Vector Spaces Bses for Vector Spces 2-26-25 A set is independent if, roughly speking, there is no redundncy in the set: You cn t uild ny vector in the set s liner comintion of the others A set spns if you cn uild everything

More information

Quadratic Forms. Quadratic Forms

Quadratic Forms. Quadratic Forms Qudrtic Forms Recll the Simon & Blume excerpt from n erlier lecture which sid tht the min tsk of clculus is to pproximte nonliner functions with liner functions. It s ctully more ccurte to sy tht we pproximte

More information

Improper Integrals. The First Fundamental Theorem of Calculus, as we ve discussed in class, goes as follows:

Improper Integrals. The First Fundamental Theorem of Calculus, as we ve discussed in class, goes as follows: Improper Integrls The First Fundmentl Theorem of Clculus, s we ve discussed in clss, goes s follows: If f is continuous on the intervl [, ] nd F is function for which F t = ft, then ftdt = F F. An integrl

More information

set is not closed under matrix [ multiplication, ] and does not form a group.

set is not closed under matrix [ multiplication, ] and does not form a group. Prolem 2.3: Which of the following collections of 2 2 mtrices with rel entries form groups under [ mtrix ] multipliction? i) Those of the form for which c d 2 Answer: The set of such mtrices is not closed

More information

Lecture 3: Equivalence Relations

Lecture 3: Equivalence Relations Mthcmp Crsh Course Instructor: Pdric Brtlett Lecture 3: Equivlence Reltions Week 1 Mthcmp 2014 In our lst three tlks of this clss, we shift the focus of our tlks from proof techniques to proof concepts

More information

September 13 Homework Solutions

September 13 Homework Solutions College of Engineering nd Computer Science Mechnicl Engineering Deprtment Mechnicl Engineering 5A Seminr in Engineering Anlysis Fll Ticket: 5966 Instructor: Lrry Cretto Septemer Homework Solutions. Are

More information

Here we study square linear systems and properties of their coefficient matrices as they relate to the solution set of the linear system.

Here we study square linear systems and properties of their coefficient matrices as they relate to the solution set of the linear system. Section 24 Nonsingulr Liner Systems Here we study squre liner systems nd properties of their coefficient mtrices s they relte to the solution set of the liner system Let A be n n Then we know from previous

More information

How do we solve these things, especially when they get complicated? How do we know when a system has a solution, and when is it unique?

How do we solve these things, especially when they get complicated? How do we know when a system has a solution, and when is it unique? XII. LINEAR ALGEBRA: SOLVING SYSTEMS OF EQUATIONS Tody we re going to tlk bout solving systems of liner equtions. These re problems tht give couple of equtions with couple of unknowns, like: 6 2 3 7 4

More information

Bridging the gap: GCSE AS Level

Bridging the gap: GCSE AS Level Bridging the gp: GCSE AS Level CONTENTS Chpter Removing rckets pge Chpter Liner equtions Chpter Simultneous equtions 8 Chpter Fctors 0 Chpter Chnge the suject of the formul Chpter 6 Solving qudrtic equtions

More information

308K. 1 Section 3.2. Zelaya Eufemia. 1. Example 1: Multiplication of Matrices: X Y Z R S R S X Y Z. By associativity we have to choices:

308K. 1 Section 3.2. Zelaya Eufemia. 1. Example 1: Multiplication of Matrices: X Y Z R S R S X Y Z. By associativity we have to choices: 8K Zely Eufemi Section 2 Exmple : Multipliction of Mtrices: X Y Z T c e d f 2 R S X Y Z 2 c e d f 2 R S 2 By ssocitivity we hve to choices: OR: X Y Z R S cr ds er fs X cy ez X dy fz 2 R S 2 Suggestion

More information

Chapters Five Notes SN AA U1C5

Chapters Five Notes SN AA U1C5 Chpters Five Notes SN AA U1C5 Nme Period Section 5-: Fctoring Qudrtic Epressions When you took lger, you lerned tht the first thing involved in fctoring is to mke sure to fctor out ny numers or vriles

More information

Coalgebra, Lecture 15: Equations for Deterministic Automata

Coalgebra, Lecture 15: Equations for Deterministic Automata Colger, Lecture 15: Equtions for Deterministic Automt Julin Slmnc (nd Jurrin Rot) Decemer 19, 2016 In this lecture, we will study the concept of equtions for deterministic utomt. The notes re self contined

More information

Matrices and Determinants

Matrices and Determinants Nme Chpter 8 Mtrices nd Determinnts Section 8.1 Mtrices nd Systems of Equtions Objective: In this lesson you lerned how to use mtrices, Gussin elimintion, nd Guss-Jordn elimintion to solve systems of liner

More information

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT SCHOOL OF ENGINEERING & BUIL ENVIRONMEN MARICES FOR ENGINEERING Dr Clum Mcdonld Contents Introduction Definitions Wht is mtri? Rows nd columns of mtri Order of mtri Element of mtri Equlity of mtrices Opertions

More information

Chapter 2. Determinants

Chapter 2. Determinants Chpter Determinnts The Determinnt Function Recll tht the X mtrix A c b d is invertible if d-bc0. The expression d-bc occurs so frequently tht it hs nme; it is clled the determinnt of the mtrix A nd is

More information

Chapter 3 MATRIX. In this chapter: 3.1 MATRIX NOTATION AND TERMINOLOGY

Chapter 3 MATRIX. In this chapter: 3.1 MATRIX NOTATION AND TERMINOLOGY Chpter 3 MTRIX In this chpter: Definition nd terms Specil Mtrices Mtrix Opertion: Trnspose, Equlity, Sum, Difference, Sclr Multipliction, Mtrix Multipliction, Determinnt, Inverse ppliction of Mtrix in

More information

AQA Further Pure 1. Complex Numbers. Section 1: Introduction to Complex Numbers. The number system

AQA Further Pure 1. Complex Numbers. Section 1: Introduction to Complex Numbers. The number system Complex Numbers Section 1: Introduction to Complex Numbers Notes nd Exmples These notes contin subsections on The number system Adding nd subtrcting complex numbers Multiplying complex numbers Complex

More information

Math Lecture 23

Math Lecture 23 Mth 8 - Lecture 3 Dyln Zwick Fll 3 In our lst lecture we delt with solutions to the system: x = Ax where A is n n n mtrix with n distinct eigenvlues. As promised, tody we will del with the question of

More information

2.4 Linear Inequalities and Interval Notation

2.4 Linear Inequalities and Interval Notation .4 Liner Inequlities nd Intervl Nottion We wnt to solve equtions tht hve n inequlity symol insted of n equl sign. There re four inequlity symols tht we will look t: Less thn , Less thn or

More information

Review of Gaussian Quadrature method

Review of Gaussian Quadrature method Review of Gussin Qudrture method Nsser M. Asi Spring 006 compiled on Sundy Decemer 1, 017 t 09:1 PM 1 The prolem To find numericl vlue for the integrl of rel vlued function of rel vrile over specific rnge

More information

The Fundamental Theorem of Algebra

The Fundamental Theorem of Algebra The Fundmentl Theorem of Alger Jeremy J. Fries In prtil fulfillment of the requirements for the Mster of Arts in Teching with Speciliztion in the Teching of Middle Level Mthemtics in the Deprtment of Mthemtics.

More information

7.2 The Definite Integral

7.2 The Definite Integral 7.2 The Definite Integrl the definite integrl In the previous section, it ws found tht if function f is continuous nd nonnegtive, then the re under the grph of f on [, b] is given by F (b) F (), where

More information

Numerical Linear Algebra Assignment 008

Numerical Linear Algebra Assignment 008 Numericl Liner Algebr Assignment 008 Nguyen Qun B Hong Students t Fculty of Mth nd Computer Science, Ho Chi Minh University of Science, Vietnm emil. nguyenqunbhong@gmil.com blog. http://hongnguyenqunb.wordpress.com

More information

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics SCHOOL OF ENGINEERING & BUIL ENVIRONMEN Mthemtics An Introduction to Mtrices Definition of Mtri Size of Mtri Rows nd Columns of Mtri Mtri Addition Sclr Multipliction of Mtri Mtri Multipliction 7 rnspose

More information

Parse trees, ambiguity, and Chomsky normal form

Parse trees, ambiguity, and Chomsky normal form Prse trees, miguity, nd Chomsky norml form In this lecture we will discuss few importnt notions connected with contextfree grmmrs, including prse trees, miguity, nd specil form for context-free grmmrs

More information

Vectors , (0,0). 5. A vector is commonly denoted by putting an arrow above its symbol, as in the picture above. Here are some 3-dimensional vectors:

Vectors , (0,0). 5. A vector is commonly denoted by putting an arrow above its symbol, as in the picture above. Here are some 3-dimensional vectors: Vectors 1-23-2018 I ll look t vectors from n lgeric point of view nd geometric point of view. Algericlly, vector is n ordered list of (usully) rel numers. Here re some 2-dimensionl vectors: (2, 3), ( )

More information

MATRICES AND VECTORS SPACE

MATRICES AND VECTORS SPACE MATRICES AND VECTORS SPACE MATRICES AND MATRIX OPERATIONS SYSTEM OF LINEAR EQUATIONS DETERMINANTS VECTORS IN -SPACE AND -SPACE GENERAL VECTOR SPACES INNER PRODUCT SPACES EIGENVALUES, EIGENVECTORS LINEAR

More information

Linear Systems with Constant Coefficients

Linear Systems with Constant Coefficients Liner Systems with Constnt Coefficients 4-3-05 Here is system of n differentil equtions in n unknowns: x x + + n x n, x x + + n x n, x n n x + + nn x n This is constnt coefficient liner homogeneous system

More information

ARITHMETIC OPERATIONS. The real numbers have the following properties: a b c ab ac

ARITHMETIC OPERATIONS. The real numbers have the following properties: a b c ab ac REVIEW OF ALGEBRA Here we review the bsic rules nd procedures of lgebr tht you need to know in order to be successful in clculus. ARITHMETIC OPERATIONS The rel numbers hve the following properties: b b

More information

The Algebra (al-jabr) of Matrices

The Algebra (al-jabr) of Matrices Section : Mtri lgebr nd Clculus Wshkewicz College of Engineering he lgebr (l-jbr) of Mtrices lgebr s brnch of mthemtics is much broder thn elementry lgebr ll of us studied in our high school dys. In sense

More information

Calculus Module C21. Areas by Integration. Copyright This publication The Northern Alberta Institute of Technology All Rights Reserved.

Calculus Module C21. Areas by Integration. Copyright This publication The Northern Alberta Institute of Technology All Rights Reserved. Clculus Module C Ares Integrtion Copright This puliction The Northern Alert Institute of Technolog 7. All Rights Reserved. LAST REVISED Mrch, 9 Introduction to Ares Integrtion Sttement of Prerequisite

More information

p-adic Egyptian Fractions

p-adic Egyptian Fractions p-adic Egyptin Frctions Contents 1 Introduction 1 2 Trditionl Egyptin Frctions nd Greedy Algorithm 2 3 Set-up 3 4 p-greedy Algorithm 5 5 p-egyptin Trditionl 10 6 Conclusion 1 Introduction An Egyptin frction

More information

Properties of Integrals, Indefinite Integrals. Goals: Definition of the Definite Integral Integral Calculations using Antiderivatives

Properties of Integrals, Indefinite Integrals. Goals: Definition of the Definite Integral Integral Calculations using Antiderivatives Block #6: Properties of Integrls, Indefinite Integrls Gols: Definition of the Definite Integrl Integrl Clcultions using Antiderivtives Properties of Integrls The Indefinite Integrl 1 Riemnn Sums - 1 Riemnn

More information

2. VECTORS AND MATRICES IN 3 DIMENSIONS

2. VECTORS AND MATRICES IN 3 DIMENSIONS 2 VECTORS AND MATRICES IN 3 DIMENSIONS 21 Extending the Theory of 2-dimensionl Vectors x A point in 3-dimensionl spce cn e represented y column vector of the form y z z-xis y-xis z x y x-xis Most of the

More information

Introduction to Algebra - Part 2

Introduction to Algebra - Part 2 Alger Module A Introduction to Alger - Prt Copright This puliction The Northern Alert Institute of Technolog 00. All Rights Reserved. LAST REVISED Oct., 008 Introduction to Alger - Prt Sttement of Prerequisite

More information

Intermediate Math Circles Wednesday, November 14, 2018 Finite Automata II. Nickolas Rollick a b b. a b 4

Intermediate Math Circles Wednesday, November 14, 2018 Finite Automata II. Nickolas Rollick a b b. a b 4 Intermedite Mth Circles Wednesdy, Novemer 14, 2018 Finite Automt II Nickols Rollick nrollick@uwterloo.c Regulr Lnguges Lst time, we were introduced to the ide of DFA (deterministic finite utomton), one

More information

Introduction to Group Theory

Introduction to Group Theory Introduction to Group Theory Let G be n rbitrry set of elements, typiclly denoted s, b, c,, tht is, let G = {, b, c, }. A binry opertion in G is rule tht ssocites with ech ordered pir (,b) of elements

More information

ECON 331 Lecture Notes: Ch 4 and Ch 5

ECON 331 Lecture Notes: Ch 4 and Ch 5 Mtrix Algebr ECON 33 Lecture Notes: Ch 4 nd Ch 5. Gives us shorthnd wy of writing lrge system of equtions.. Allows us to test for the existnce of solutions to simultneous systems. 3. Allows us to solve

More information

The First Fundamental Theorem of Calculus. If f(x) is continuous on [a, b] and F (x) is any antiderivative. f(x) dx = F (b) F (a).

The First Fundamental Theorem of Calculus. If f(x) is continuous on [a, b] and F (x) is any antiderivative. f(x) dx = F (b) F (a). The Fundmentl Theorems of Clculus Mth 4, Section 0, Spring 009 We now know enough bout definite integrls to give precise formultions of the Fundmentl Theorems of Clculus. We will lso look t some bsic emples

More information

Lecture 2: Fields, Formally

Lecture 2: Fields, Formally Mth 08 Lecture 2: Fields, Formlly Professor: Pdric Brtlett Week UCSB 203 In our first lecture, we studied R, the rel numbers. In prticulr, we exmined how the rel numbers intercted with the opertions of

More information

Farey Fractions. Rickard Fernström. U.U.D.M. Project Report 2017:24. Department of Mathematics Uppsala University

Farey Fractions. Rickard Fernström. U.U.D.M. Project Report 2017:24. Department of Mathematics Uppsala University U.U.D.M. Project Report 07:4 Frey Frctions Rickrd Fernström Exmensrete i mtemtik, 5 hp Hledre: Andres Strömergsson Exmintor: Jörgen Östensson Juni 07 Deprtment of Mthemtics Uppsl University Frey Frctions

More information

Improper Integrals, and Differential Equations

Improper Integrals, and Differential Equations Improper Integrls, nd Differentil Equtions October 22, 204 5.3 Improper Integrls Previously, we discussed how integrls correspond to res. More specificlly, we sid tht for function f(x), the region creted

More information

Chapter 14. Matrix Representations of Linear Transformations

Chapter 14. Matrix Representations of Linear Transformations Chpter 4 Mtrix Representtions of Liner Trnsformtions When considering the Het Stte Evolution, we found tht we could describe this process using multipliction by mtrix. This ws nice becuse computers cn

More information

THE DISCRIMINANT & ITS APPLICATIONS

THE DISCRIMINANT & ITS APPLICATIONS THE DISCRIMINANT & ITS APPLICATIONS The discriminnt ( Δ ) is the epression tht is locted under the squre root sign in the qudrtic formul i.e. Δ b c. For emple: Given +, Δ () ( )() The discriminnt is used

More information

Matrix Eigenvalues and Eigenvectors September 13, 2017

Matrix Eigenvalues and Eigenvectors September 13, 2017 Mtri Eigenvlues nd Eigenvectors September, 7 Mtri Eigenvlues nd Eigenvectors Lrry Cretto Mechnicl Engineering 5A Seminr in Engineering Anlysis September, 7 Outline Review lst lecture Definition of eigenvlues

More information

1 ELEMENTARY ALGEBRA and GEOMETRY READINESS DIAGNOSTIC TEST PRACTICE

1 ELEMENTARY ALGEBRA and GEOMETRY READINESS DIAGNOSTIC TEST PRACTICE ELEMENTARY ALGEBRA nd GEOMETRY READINESS DIAGNOSTIC TEST PRACTICE Directions: Study the exmples, work the prolems, then check your nswers t the end of ech topic. If you don t get the nswer given, check

More information

HW3, Math 307. CSUF. Spring 2007.

HW3, Math 307. CSUF. Spring 2007. HW, Mth 7. CSUF. Spring 7. Nsser M. Abbsi Spring 7 Compiled on November 5, 8 t 8:8m public Contents Section.6, problem Section.6, problem Section.6, problem 5 Section.6, problem 7 6 5 Section.6, problem

More information

Bernoulli Numbers Jeff Morton

Bernoulli Numbers Jeff Morton Bernoulli Numbers Jeff Morton. We re interested in the opertor e t k d k t k, which is to sy k tk. Applying this to some function f E to get e t f d k k tk d k f f + d k k tk dk f, we note tht since f

More information

MA123, Chapter 10: Formulas for integrals: integrals, antiderivatives, and the Fundamental Theorem of Calculus (pp.

MA123, Chapter 10: Formulas for integrals: integrals, antiderivatives, and the Fundamental Theorem of Calculus (pp. MA123, Chpter 1: Formuls for integrls: integrls, ntiderivtives, nd the Fundmentl Theorem of Clculus (pp. 27-233, Gootmn) Chpter Gols: Assignments: Understnd the sttement of the Fundmentl Theorem of Clculus.

More information

10. AREAS BETWEEN CURVES

10. AREAS BETWEEN CURVES . AREAS BETWEEN CURVES.. Ares etween curves So res ove the x-xis re positive nd res elow re negtive, right? Wrong! We lied! Well, when you first lern out integrtion it s convenient fiction tht s true in

More information

List all of the possible rational roots of each equation. Then find all solutions (both real and imaginary) of the equation. 1.

List all of the possible rational roots of each equation. Then find all solutions (both real and imaginary) of the equation. 1. Mth Anlysis CP WS 4.X- Section 4.-4.4 Review Complete ech question without the use of grphing clcultor.. Compre the mening of the words: roots, zeros nd fctors.. Determine whether - is root of 0. Show

More information

Determinants Chapter 3

Determinants Chapter 3 Determinnts hpter Specil se : x Mtrix Definition : the determinnt is sclr quntity defined for ny squre n x n mtrix nd denoted y or det(). x se ecll : this expression ppers in the formul for x mtrix inverse!

More information

The Regulated and Riemann Integrals

The Regulated and Riemann Integrals Chpter 1 The Regulted nd Riemnn Integrls 1.1 Introduction We will consider severl different pproches to defining the definite integrl f(x) dx of function f(x). These definitions will ll ssign the sme vlue

More information

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

Math 520 Final Exam Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Mth 520 Finl Exm Topic Outline Sections 1 3 (Xio/Dums/Liw) Spring 2008 The finl exm will be held on Tuesdy, My 13, 2-5pm in 117 McMilln Wht will be covered The finl exm will cover the mteril from ll of

More information

Torsion in Groups of Integral Triangles

Torsion in Groups of Integral Triangles Advnces in Pure Mthemtics, 01,, 116-10 http://dxdoiorg/1046/pm011015 Pulished Online Jnury 01 (http://wwwscirporg/journl/pm) Torsion in Groups of Integrl Tringles Will Murry Deprtment of Mthemtics nd Sttistics,

More information

1 Linear Least Squares

1 Linear Least Squares Lest Squres Pge 1 1 Liner Lest Squres I will try to be consistent in nottion, with n being the number of dt points, nd m < n being the number of prmeters in model function. We re interested in solving

More information

Lecture 2e Orthogonal Complement (pages )

Lecture 2e Orthogonal Complement (pages ) Lecture 2e Orthogonl Complement (pges -) We hve now seen tht n orthonorml sis is nice wy to descrie suspce, ut knowing tht we wnt n orthonorml sis doesn t mke one fll into our lp. In theory, the process

More information

Matrices. Elementary Matrix Theory. Definition of a Matrix. Matrix Elements:

Matrices. Elementary Matrix Theory. Definition of a Matrix. Matrix Elements: Mtrices Elementry Mtrix Theory It is often desirble to use mtrix nottion to simplify complex mthemticl expressions. The simplifying mtrix nottion usully mkes the equtions much esier to hndle nd mnipulte.

More information

Introduction to Determinants. Remarks. Remarks. The determinant applies in the case of square matrices

Introduction to Determinants. Remarks. Remarks. The determinant applies in the case of square matrices Introduction to Determinnts Remrks The determinnt pplies in the cse of squre mtrices squre mtrix is nonsingulr if nd only if its determinnt not zero, hence the term determinnt Nonsingulr mtrices re sometimes

More information

Chapter 6 Techniques of Integration

Chapter 6 Techniques of Integration MA Techniques of Integrtion Asst.Prof.Dr.Suprnee Liswdi Chpter 6 Techniques of Integrtion Recll: Some importnt integrls tht we hve lernt so fr. Tle of Integrls n+ n d = + C n + e d = e + C ( n ) d = ln

More information

INTRODUCTION TO LINEAR ALGEBRA

INTRODUCTION TO LINEAR ALGEBRA ME Applied Mthemtics for Mechnicl Engineers INTRODUCTION TO INEAR AGEBRA Mtrices nd Vectors Prof. Dr. Bülent E. Pltin Spring Sections & / ME Applied Mthemtics for Mechnicl Engineers INTRODUCTION TO INEAR

More information

a a a a a a a a a a a a a a a a a a a a a a a a In this section, we introduce a general formula for computing determinants.

a a a a a a a a a a a a a a a a a a a a a a a a In this section, we introduce a general formula for computing determinants. Section 9 The Lplce Expnsion In the lst section, we defined the determinnt of (3 3) mtrix A 12 to be 22 12 21 22 2231 22 12 21. In this section, we introduce generl formul for computing determinnts. Rewriting

More information

7. Indefinite Integrals

7. Indefinite Integrals 7. Indefinite Integrls These lecture notes present my interprettion of Ruth Lwrence s lecture notes (in Herew) 7. Prolem sttement By the fundmentl theorem of clculus, to clculte n integrl we need to find

More information

Polynomials and Division Theory

Polynomials and Division Theory Higher Checklist (Unit ) Higher Checklist (Unit ) Polynomils nd Division Theory Skill Achieved? Know tht polynomil (expression) is of the form: n x + n x n + n x n + + n x + x + 0 where the i R re the

More information

Section 4: Integration ECO4112F 2011

Section 4: Integration ECO4112F 2011 Reding: Ching Chpter Section : Integrtion ECOF Note: These notes do not fully cover the mteril in Ching, ut re ment to supplement your reding in Ching. Thus fr the optimistion you hve covered hs een sttic

More information

Homework 3 Solutions

Homework 3 Solutions CS 341: Foundtions of Computer Science II Prof. Mrvin Nkym Homework 3 Solutions 1. Give NFAs with the specified numer of sttes recognizing ech of the following lnguges. In ll cses, the lphet is Σ = {,1}.

More information

Continuous Random Variables Class 5, Jeremy Orloff and Jonathan Bloom

Continuous Random Variables Class 5, Jeremy Orloff and Jonathan Bloom Lerning Gols Continuous Rndom Vriles Clss 5, 8.05 Jeremy Orloff nd Jonthn Bloom. Know the definition of continuous rndom vrile. 2. Know the definition of the proility density function (pdf) nd cumultive

More information

1B40 Practical Skills

1B40 Practical Skills B40 Prcticl Skills Comining uncertinties from severl quntities error propgtion We usully encounter situtions where the result of n experiment is given in terms of two (or more) quntities. We then need

More information

Goals: Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite

Goals: Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite Unit #8 : The Integrl Gols: Determine how to clculte the re described by function. Define the definite integrl. Eplore the reltionship between the definite integrl nd re. Eplore wys to estimte the definite

More information

Section 3.1: Exponent Properties

Section 3.1: Exponent Properties Section.1: Exponent Properties Ojective: Simplify expressions using the properties of exponents. Prolems with exponents cn often e simplied using few sic exponent properties. Exponents represent repeted

More information

Multivariate problems and matrix algebra

Multivariate problems and matrix algebra University of Ferrr Stefno Bonnini Multivrite problems nd mtrix lgebr Multivrite problems Multivrite sttisticl nlysis dels with dt contining observtions on two or more chrcteristics (vribles) ech mesured

More information

The Evaluation Theorem

The Evaluation Theorem These notes closely follow the presenttion of the mteril given in Jmes Stewrt s textook Clculus, Concepts nd Contexts (2nd edition) These notes re intended primrily for in-clss presenttion nd should not

More information

Linear Inequalities. Work Sheet 1

Linear Inequalities. Work Sheet 1 Work Sheet 1 Liner Inequlities Rent--Hep, cr rentl compny,chrges $ 15 per week plus $ 0.0 per mile to rent one of their crs. Suppose you re limited y how much money you cn spend for the week : You cn spend

More information

Unit #9 : Definite Integral Properties; Fundamental Theorem of Calculus

Unit #9 : Definite Integral Properties; Fundamental Theorem of Calculus Unit #9 : Definite Integrl Properties; Fundmentl Theorem of Clculus Gols: Identify properties of definite integrls Define odd nd even functions, nd reltionship to integrl vlues Introduce the Fundmentl

More information

and that at t = 0 the object is at position 5. Find the position of the object at t = 2.

and that at t = 0 the object is at position 5. Find the position of the object at t = 2. 7.2 The Fundmentl Theorem of Clculus 49 re mny, mny problems tht pper much different on the surfce but tht turn out to be the sme s these problems, in the sense tht when we try to pproimte solutions we

More information

Elementary Linear Algebra

Elementary Linear Algebra Elementry Liner Algebr Anton & Rorres, 1 th Edition Lecture Set 5 Chpter 4: Prt II Generl Vector Spces 163 คณ ตศาสตร ว ศวกรรม 3 สาขาว ชาว ศวกรรมคอมพ วเตอร ป การศ กษา 1/2555 163 คณตศาสตรวศวกรรม 3 สาขาวชาวศวกรรมคอมพวเตอร

More information

4 VECTORS. 4.0 Introduction. Objectives. Activity 1

4 VECTORS. 4.0 Introduction. Objectives. Activity 1 4 VECTRS Chpter 4 Vectors jectives fter studying this chpter you should understnd the difference etween vectors nd sclrs; e le to find the mgnitude nd direction of vector; e le to dd vectors, nd multiply

More information

UNIFORM CONVERGENCE. Contents 1. Uniform Convergence 1 2. Properties of uniform convergence 3

UNIFORM CONVERGENCE. Contents 1. Uniform Convergence 1 2. Properties of uniform convergence 3 UNIFORM CONVERGENCE Contents 1. Uniform Convergence 1 2. Properties of uniform convergence 3 Suppose f n : Ω R or f n : Ω C is sequence of rel or complex functions, nd f n f s n in some sense. Furthermore,

More information

I1 = I2 I1 = I2 + I3 I1 + I2 = I3 + I4 I 3

I1 = I2 I1 = I2 + I3 I1 + I2 = I3 + I4 I 3 2 The Prllel Circuit Electric Circuits: Figure 2- elow show ttery nd multiple resistors rrnged in prllel. Ech resistor receives portion of the current from the ttery sed on its resistnce. The split is

More information

MATRIX DEFINITION A matrix is any doubly subscripted array of elements arranged in rows and columns.

MATRIX DEFINITION A matrix is any doubly subscripted array of elements arranged in rows and columns. 4.5 THEORETICL SOIL MECHNICS Vector nd Mtrix lger Review MTRIX DEFINITION mtrix is ny douly suscripted rry of elements rrnged in rows nd columns. m - Column Revised /0 n -Row m,,,,,, n n mn ij nd Order

More information

Infinite Geometric Series

Infinite Geometric Series Infinite Geometric Series Finite Geometric Series ( finite SUM) Let 0 < r < 1, nd let n be positive integer. Consider the finite sum It turns out there is simple lgebric expression tht is equivlent to

More information

UNIT 5 QUADRATIC FUNCTIONS Lesson 3: Creating Quadratic Equations in Two or More Variables Instruction

UNIT 5 QUADRATIC FUNCTIONS Lesson 3: Creating Quadratic Equations in Two or More Variables Instruction Lesson 3: Creting Qudrtic Equtions in Two or More Vriles Prerequisite Skills This lesson requires the use of the following skill: solving equtions with degree of Introduction 1 The formul for finding the

More information

Theoretical foundations of Gaussian quadrature

Theoretical foundations of Gaussian quadrature Theoreticl foundtions of Gussin qudrture 1 Inner product vector spce Definition 1. A vector spce (or liner spce) is set V = {u, v, w,...} in which the following two opertions re defined: (A) Addition of

More information

Exponentials - Grade 10 [CAPS] *

Exponentials - Grade 10 [CAPS] * OpenStx-CNX module: m859 Exponentils - Grde 0 [CAPS] * Free High School Science Texts Project Bsed on Exponentils by Rory Adms Free High School Science Texts Project Mrk Horner Hether Willims This work

More information

Duality # Second iteration for HW problem. Recall our LP example problem we have been working on, in equality form, is given below.

Duality # Second iteration for HW problem. Recall our LP example problem we have been working on, in equality form, is given below. Dulity #. Second itertion for HW problem Recll our LP emple problem we hve been working on, in equlity form, is given below.,,,, 8 m F which, when written in slightly different form, is 8 F Recll tht we

More information

Vectors. Introduction. Definition. The Two Components of a Vector. Vectors

Vectors. Introduction. Definition. The Two Components of a Vector. Vectors Vectors Introduction This pper covers generl description of vectors first (s cn e found in mthemtics ooks) nd will stry into the more prcticl res of grphics nd nimtion. Anyone working in grphics sujects

More information

dx dt dy = G(t, x, y), dt where the functions are defined on I Ω, and are locally Lipschitz w.r.t. variable (x, y) Ω.

dx dt dy = G(t, x, y), dt where the functions are defined on I Ω, and are locally Lipschitz w.r.t. variable (x, y) Ω. Chpter 8 Stility theory We discuss properties of solutions of first order two dimensionl system, nd stility theory for specil clss of liner systems. We denote the independent vrile y t in plce of x, nd

More information

Handout: Natural deduction for first order logic

Handout: Natural deduction for first order logic MATH 457 Introduction to Mthemticl Logic Spring 2016 Dr Json Rute Hndout: Nturl deduction for first order logic We will extend our nturl deduction rules for sententil logic to first order logic These notes

More information

0.1 THE REAL NUMBER LINE AND ORDER

0.1 THE REAL NUMBER LINE AND ORDER 6000_000.qd //0 :6 AM Pge 0-0- CHAPTER 0 A Preclculus Review 0. THE REAL NUMBER LINE AND ORDER Represent, clssify, nd order rel numers. Use inequlities to represent sets of rel numers. Solve inequlities.

More information

SUMMER KNOWHOW STUDY AND LEARNING CENTRE

SUMMER KNOWHOW STUDY AND LEARNING CENTRE SUMMER KNOWHOW STUDY AND LEARNING CENTRE Indices & Logrithms 2 Contents Indices.2 Frctionl Indices.4 Logrithms 6 Exponentil equtions. Simplifying Surds 13 Opertions on Surds..16 Scientific Nottion..18

More information

Introduction To Matrices MCV 4UI Assignment #1

Introduction To Matrices MCV 4UI Assignment #1 Introduction To Mtrices MCV UI Assignment # INTRODUCTION: A mtrix plurl: mtrices) is rectngulr rry of numbers rrnged in rows nd columns Exmples: ) b) c) [ ] d) Ech number ppering in the rry is sid to be

More information

Recitation 3: More Applications of the Derivative

Recitation 3: More Applications of the Derivative Mth 1c TA: Pdric Brtlett Recittion 3: More Applictions of the Derivtive Week 3 Cltech 2012 1 Rndom Question Question 1 A grph consists of the following: A set V of vertices. A set E of edges where ech

More information

Lecture 2 : Propositions DRAFT

Lecture 2 : Propositions DRAFT CS/Mth 240: Introduction to Discrete Mthemtics 1/20/2010 Lecture 2 : Propositions Instructor: Dieter vn Melkeeek Scrie: Dlior Zelený DRAFT Lst time we nlyzed vrious mze solving lgorithms in order to illustrte

More information

Linear Algebra 1A - solutions of ex.4

Linear Algebra 1A - solutions of ex.4 Liner Algebr A - solutions of ex.4 For ech of the following, nd the inverse mtrix (mtritz hofkhit if it exists - ( 6 6 A, B (, C 3, D, 4 4 ( E i, F (inverse over C for F. i Also, pick n invertible mtrix

More information

MORE FUNCTION GRAPHING; OPTIMIZATION. (Last edited October 28, 2013 at 11:09pm.)

MORE FUNCTION GRAPHING; OPTIMIZATION. (Last edited October 28, 2013 at 11:09pm.) MORE FUNCTION GRAPHING; OPTIMIZATION FRI, OCT 25, 203 (Lst edited October 28, 203 t :09pm.) Exercise. Let n be n rbitrry positive integer. Give n exmple of function with exctly n verticl symptotes. Give

More information