Digital Circuit Engineering

Size: px
Start display at page:

Download "Digital Circuit Engineering"

Transcription

1 igitl ircuit Engineering ^ ' fctoring IGITL st istributive X + X = X( + ) 2nd istributive (X + )(X + ) = X + (X + )(X + )(X + ) = X + Swp (X + )(X + ) = X + X VLSI ESIGN The Most ommon Stupid Errors Using Not Using X.Y = XY YX + X = X X + = X Y + XY = X + Y Generl emorgn F(, b,... z,+,.,,0) F(, b,... z,.,+,0,) rleton University 2006 dig4fctoringe.fm p. 26 Revised; Jnury 25, 2006 Slide i Multiplying Out nd Fctoring Sum-of-Products, Product-of-Sums Multiplying Out Use Use 2 nd Swp, then Use Krnugh Mp Fctoring Use 2 Tke the dul Þ multiply out Þ tke the dul bck Find F using emorgn, then use Krnugh mp rleton University dig4fctoringe.fm p. 27, Revised; Jnury 25, 2006 omment on Slide

2 Stndrd (nonicl) Forms Sum-of-Products Product-of-Sums These re stndrd templtes or forms Every logicl expression cn be converted to either of these forms. Sum of Products Σ of Π, OR of Ns bc + cde + d + f + db Single vribles Ned together into terms. These terms re ORed together. Inversions re only over individul vribles. No brckets. Product of Sums. Π of Σ, N of ORs Single vribles ORed together into terms. These terms re Ned together. Inversions re only over individul vribles. rckets only round vribles in OR terms Questions Is b + cd + b(d+e) Σ of Π? Is ( +bc)(d+e) Π of Σ? (+b+c)(c+d+e)(+d)(f)(d+b) dig4fctoringe.fm p. 28 Revised; Jnury 25, 2006 Slide 4 Stndrd (nonicl) Forms Sum-of-Products Sum-of-Products These must be expressed lgebriclly s the OR of Ns. One ws not llowed to put in brckets, XORs, nor long inversion brs. Thus none of the exmples on the left below re true sum of products. NOT Σ of Π bc + b(+d) + de bc + bcd +bf (bc + bfg + bcd) c + bg d+bc bc These re Σ of Π fter finding n lgebric Σ of Π form, it cn be esily chnged to NN-NN logicfor implementtion. Product of Sums These must be expressed lgebriclly s the N of ORs. One must use single-letter terms ORed together, with no XORs, nor long inversion brs. Thus none of the exmples on the left below re true product of sum. (+b+c)b(+d) (+b+c)(d+e)+d (e+b+c) (+b+c)(b+c+d)(+b) ( c+b)(g+h) +b+c These re Π of Σ NOT Π of Σ fter finding lgebric Π of Σ form, it cn be esily chnged to NOR-NOR logic for implementtion. rleton University dig4fctoringe.fm p. 29, Revised; Jnury 25, 2006 omment on Slide 4

3 Sum-of-Products Product-of-Sums Two nonicl Forms Sum of Products (Σ of Π) bc + e + ce + bd +... OR of Ns c b e e c d b Σ of Π Σ of Π (NN-NN) n be implemented s NN-NN logic NN Product of Sum (Π of Σ) ul of Σ of Π (+b+c)(+e)(+c+e)(+b+d)(... N of ORs n be implemented s NOR-NOR logic b c e e c b d c b e e c d b Π of Σ NOR c b e e c d b Π of Σ (NOR-NOR) dig4fctoringe.fm p. 30 Revised; Jnury 25, 2006 Slide Sum-of-Products Product-of-Sums nonicl Forms efinition of oolen Function function is wy of getting the output from the inputs. There re mny templtes (forms) to define oolen Function. form tht cn define ll oolen functions is clled cnonicl. Some nnonicl Forms. The truth tble is very bsic form Σ of Π expression. b + b Π of Σ expression. ( + b)( + b) (fctored form) Krnugh mps form tht will be introduced shortly. b b nonicl Forms inry decision digrms, which will be used lter to build rbitrry circuits with 2-input muxes. Why we sy Σ of Π for Sum of Product n Σ is used for repetitive ddition, s in å x i = x 0 + x + x 2 + x, n i = 0 n Π is used for repetitive product, s in x = x x x x i 0 2 n i = 0. nonicl mens ccording to the rule or lw, prticulrly the church lw. It is stndrd, logicl, nd essentilly unique wy of writing ny function. rleton University dig4fctoringe.fm p. 3, Revised; Jnury 25, 2006 omment on Slide

4 Fctoring nd Multiplying Out Trnsforming Σ of Π Π of Σ Multiplying out Trnsforms Π of Σ Σ of Π ( + c)(b + + d) b + cd Fctoring Trnsforms Σ of Π Π of Σ b + cd ( + c)(b + + d) Why Fctor? : Typiclly both form hs bout the bout the sme size, but sometimes fctoring cn sve significnt logic. b + c + d + e = (b+c+d+e) cb + c b + cd + c d = ( + c)(b + d)( + c) c + e +bc + be = ( + b)(c + e) 5 gtes, 8 letters 2 gtes, 5 letters 5 gtes, 2 letters 4 gtes, 6 letters 5 gtes, 8 letters 3 gtes, 4 letters 2: Sometimes NOR-NOR logic my be desired (Fst fll time). dig4fctoringe.fm p. 32 Revised; Jnury 25, 2006 Slide 2 Fctoring nd Multiplying Out Σ of Π Π of Σ Σ of Π Π of Σ Why fctor? Usully the (Π of Σ) nd (Σ of Π) forms re bout the sme complexity, but switching forms for prt of the circuit cn sve significnt logic. Logic minimiztion progrms will switch from one form to the other in different prts of lrge circuit. 9. PROLEM Identify the following s: Σ of Π, Π of Σ, or neither.. (W + Y + Z)(X + Y + Z)(W + X)(W + Z)(X + Y + Z)(W + X + Z) 2. (b + c)(d + ce)( + b + c + d) 3. dc + (bc)+ cb 4. bc + c(+b) + dec +b 5. + b + cd rleton University dig4fctoringe.fm p. 33, Revised; Jnury 25, 2006 omment on Slide 2

5 Multiplying Out; Methods Multiplying Out hnge Π of Σ Σ of Π ( )( )( ) ( ) + ( ) + ( ) st istributive Lw () x( + ) = x + x Methods of Multiplying Out. Use the st distributive lw x( + b) = x + b - This lwys works, but - it usully gives very very long result. 2. Use 2 nd/or Swp before using - Gives shorter nswers - Shorter steps to get nswer - Requires more thinking 3. Use emorgn s Lw to get F Plot F on K-mp Then plot F - Esiest to do - Gives the simplest Σ of Π nswer. - Very messy for 5 or more vribles. Exmple ( + )( + + ) Use () = = Exmple ( + )( + + ) = ( + )( + [ + ]) = [ + ] + = + + Exmple F=( + )( + ) Use (em) F = + Use Mp F = + Use () Use = 0 Use (Sw) (x+)(x+) = x + x F F dig4fctoringe.fm p. 34 Revised; Jnury 25, 2006 Slide 3 Multiplying Out; Methods Σ of Π Π of Σ Three methods of multiplying out Using Using mny times is the strightforwrd wy, is very esy to use. Unfortuntely if it is done utomticlly with no thinking, it cn get very long. If one uses simplifiction (X + Xy =X) nd bsorption (X + Xy = X y) t every chnce, the work is shorter, but the finl expression still my be much longer thn necessry. Using 2 nd Swp before using If the expression hs repeted letters like Xb + Xcd.. or Xb + Xdg then 2 or the Swp rule cn do preliminry consolidtion before using. In ll but few cses one must use for finl clenup. Using Krnugh mps This is the esiest method for four or five vribles, it lwys gives the smllest nswer, it esily hndles don t cres, but gets very complex for over five input vribles. It is the method of choice for most smll problems. Three methods of fctoring Using 2 This is the strightforwrd wy, unfortuntely it uses the unfmilir 2 distributive lw which mkes the lgebr hrder for most people. Using dulity nd This is lgebriclly just s difficult s the previous method. However using the more fmilir () mkes it esier for most people. Using Krnugh mps This is quite esy for four vribles, but more complex for over five input vribles. Esily hndles d s. rleton University dig4fctoringe.fm p. 35, Revised; Jnury 25, 2006 omment on Slide 3

6 Multiply Out Using st istributive Lw Method Using Step : Simplify, Simplify, Simplify, Simplify..., Use Step 2: Simplify, Use Step 3: Simplify, Use... Finl Step: Simplify Exmple ( + X)( + X)( + X) Use () = [( + X) + X( + X)]( + X) Use () = [ + X + X + X]( + X) Use (S) x + x = x = [ + X]( + X) Use () = ( + X) + ( + X)X Use () = ( + X + X + X Use (S) x + cx = x = + X st istributive Lw x( + ) = x + x Wys to Simplify (S) - X +X = X - X +X = X + () - Krnugh mp dig4fctoringe.fm p. 36 Revised; Jnury 25, 2006 Slide 4 Multiply Out Using st istributive Lw Exmple of Multiplying Out Exmple of Multiplying Out = = ( + )( + )(F + G + H) = ( )(F + G + H) ( ) F + ( ) G + ( ) H F + F + F + F + G + G + G + G + H + H + H + H ll letters re different, no simplifiction possible Use () rewrite Use () With ll the letters different, there is no wy to simplify. The expressions get long rpidly. Using () lwys works, it is esy on the brin, but hrd on the pencil. lso the simplifictions must be done by other mens. rleton University dig4fctoringe.fm p. 37, Revised; Jnury 25, 2006 omment on Slide 4

7 Multiply Out Using st istributive Lw Method Using Step : Simplify, Use Step 2: Simplify, Use Step 3: Simplify, Use... Finl Step: Simplify Exmple: ( + )( + F + )( + )( + F + ) 0 c +cy = c How to Simplify X +X = X (S) X +X = X + () Krnugh mp or concensus if you hve to Use twice = ( + F F + )( + F F + ) = (F + )(F F + ) Use 0 bf + bfy = bf = FF + F + F + FF + F + F F + ) Put letters in order for mp = F F + Use Use mp consensus (,) = F + ( + + ) + F (cons) = F + ( + ) + F () = F F st istributive Lw () x( + ) = x + x 5-vrible mp F F F F = F + + continued below dig4fctoringe.fm p. 38 Revised; Jnury 25, 2006 Slide 5 Multiply Out Using st istributive Lw Exmple of Multiplying Out Simplifying by onsesus insted of 5-Vrible Mp (continued) = F F x=x+xb = F + + F + + F () = F +F + F + + () = F( + + ) + +. The 5-vrible mp is not covered until the next section. = F( + + ) + + = F( + ) = F + + F + = F + + Exmple: Multiply Out, Not pure Π of Σ Multiply out the expression below (see next comment pge for source) F = ( + ) [( + ) + ( + )] ( + + ) Use () = { [( + ) + ( + )] + )[( + ) + ( + )]} ( + + ) xx = 0 xx = 0 = {( + ) + ( + )} ( + + ) xy + x = x = { )} ( + + ) { + + )} + + = + { + + )} = + + { + + )} + xy + x = x ollect terms = Mp shows there reno more simplifictions Use () Use () () (cons) () () x=fx+x This pseuo mtrix helps rrnge the messy multipliction rleton University dig4fctoringe.fm p. 39, Revised; Jnury 25, 2006 omment on Slide 5

8 Multiply Out Using 2 nd Swp, efore Method Using 2 nd Swp Step : Simplify Step 2: Use 2 nd/or Swp, Simplify Step 3: Use, Simplify... Repet Steps 2 nd 3 Exmple: ( + + )( + )( + + )( + )( + + ) (x)(x+y) = x = ( + + )( + )( + + )( + )( + + ) = ( + + )( + + )( + )( + ) 2 Sw ( + + ) ( + ) x +xy = x 2nd istributive Lw (2) (X+c)(X+d) = X + cd Swp (y+x)(z+x)=zx+yx lwys check for obvious simplifictions Rerrnge to use (2) nd Swp Use (2) nd Swp (X+c)(X+d) = X + cd (y+x)(z+x)=zx+yx ( + + ) = + ( + + ) = + + = + + = Use () ollect terms heck mp for further simplifictions dig4fctoringe.fm p. 40 Revised; Jnury 25, 2006 Slide 6 Multiply Out Using 2 nd Swp, efore Exmple onsolidting with 2 nd Sw Exmple onsolidting with 2 nd Sw F = ( + )( + + )( + )( + + )( + + ) = ( + )( + ) ( + + )( + + ) ( + + ) = ( + ) [( + ) + ( + )] ( + + ) This is s much s one cn do using 2 nd Sw. One must use from here on. It is reduced to the problem on the previous pge which gives F = rrnge terms to redy to use Swp Use Swp twice Use () Johnny missed simplifiction in the st line. n you see where? 0. PROLEM Multiply out. Remember to check for obvious simplifictions before strting. (W + Y + Z)(X + Y + Z)(W + X)(W + Z)(X + Y + Z)(W + X + Z) Hint: Tke the dul, simplify the dul, then tke the reverse dul.. PROLEM Multiply out to get four terms of three letters ech. The nswer should be very symmetric on n \ Krnugh mp. ( + )( + + )( + + )( + + )( + + ) Hint: Only 4 inputs? If so the next (K-mp) method is simpler. rleton University dig4fctoringe.fm p. 4, Revised; Jnury 25, 2006 omment on Slide 6

9 Multiply Out Using emorgn nd K-Mps Method Using K-Mps Step : Find F Using Generl emorgn Step 2: Plot F on K-Mp Step 3: Plot F Using the 0 Squres Step 4: Get expression for F from mp Exmple: () Find the inverse using generl emorgn F = ( + + )( + )( + + )( + ) F dul = () + ( ) + () + () F = (2) Plot inverse on K-mp (3) Plot the F on K-mp; Put s where F ws 0 s. (4) ircle F on K-mp F = + + Mp of function, F Mp of function, F Mp of inverse, F dig4fctoringe.fm p. 42 Revised; Jnury 25, 2006 Slide 7 Multiply Out Using emorgn nd K-Mps The Esy Wy to Multiply Out The Esy Wy to Multiply Out F is esy to find using emorgn s lw. F is esy to find from K-mp of F. These re the essentil fcts used for multiplying out using K-mp. When is the K-mp the best method? For most problems done by hnd is by fr the esiest wy to fctor. Six or more vribles will give problem too big for K-mp. Using lgebr my be esier if ll the vribles, or lmost ll, re different.see omment on Slide 4. lgebr my be esier for converting smll prtil expression inside long expression. 2. PROLEM: Multiply out using emorgn s Lw nd Krnugh mp, to get two terms of 2 letters nd one of 3 letters. ( + + )( + )( + + )( + )( + + ) 3. PROLEM (SOLUTION TO LTER FTORING PROLEM) Multiply out to get four terms of three letters ech. Use Krnugh mp. ( + )( + + )( + + )( + + )( + + ) rleton University dig4fctoringe.fm p. 43, Revised; Jnury 25, 2006 omment on Slide 7

10 Multiply Out: Using emorgn nd K-Mps Method Using Krnugh Mp Steps: () Given F = (Π of Σ expression) F = ( + )( + + )( + + )( + + ) (2) Invert F using emorgn s lw to get F s Σ of Π F = (3) Plot it on mp. (4) Mke mp for F, It hs where F hd 0 (5) ircle the F mp (6) Write out the eqution for F F = Mp of F Mp of F Mp of F dig4fctoringe.fm p. 44 Revised; Jnury 25, 2006 Slide 8 Multiply Out: Using emorgn nd K-Mps Multiply Out With d s Multiply Out With d s If some input combintions re never used, these become don t cre outputs. Go through the norml steps () Find F (2) Mke the mp of F from tht of F. Then identify the d s on the mp of F. Finlly circle the mp normlly to find the minimum Σ of Π expression. 4. PROLEM: Find the minimum Σ of Π expression for F using the don t cres to best dvntge. F = (W+X+Y)(W+X+Z)(X+Y+Z) The input combintions G = W XYZ + WXYZ) never hppen, so these squres re d s. Z YZ WX d 0 X W 0 d Y Helpful mp rleton University dig4fctoringe.fm p. 45, Revised; Jnury 25, 2006 omment on Slide 8

11 Fctoring Fctoring, the ul of Multiplying Out hnge Σ of Π Π of Σ Exmple ( ) + ( ) + ( ) ( )( )( ) Methods of Fctoring. Use the 2nd distributive lw x + b = (x + )(x + b) - lwys works, but - very long nd slow. 2. Tke the dul Use multiply-out method Tke the dul bck - hnges unfmilir 2 to fmilr - In theory the sme mount of work, but esier to grsp. + + = (+)(+) + = [(+)(+) + ][(+)(+) + ] Exmple F UL = ( + )( + ) = ( + ) = + Tke ul Use (2) Use (2) Use (2) = [(+) + ][(+) + ][(+) + ][(+) + ] Use (2) = [ + ][++ ][++ ][+ + ] nd += = [ + ][+ + ] Use x(x+y) = x F = + + (ul) 2 = F = (+)( + + ) Use (2) Use () Tke ul ck 3. Plot F on K-mp Plot F using the 0 squres Find F using emorgn - Esiest to do. - Gives the simplest Π of Σ nswer. - Very messy for 5 vribles or more. Exmple F = + Plot on Mp Get F from Mp F = + Use (em) F=( + )( + ) F F dig4fctoringe.fm p. 46 Revised; Jnury 25, 2006 Slide 9 Fctoring Four methods of fctoring Four methods of fctoring Using 2 Using 2 mny times is the brute force wy. Unfortuntely students find 2 hrd to use, nd the expnsion my get very long. It helps to use simplifiction X (X+y) = X nd bsorption X (X+y) = Xy t every chnce, but these rules re lso more difficult thn their dul rules. If ll the letters re different, then ll one cn use is 2. Using nd Swp before using 2 This is the dul of method given for multiplying out. Unfortuntely it uses the unfmilir rules extensively, nd we suggest using dulity.this method is not even mentioned on the min slide. Using dulity nd This is lgebriclly just s difficult s the previous method, but the more fmilir rules mkes it seem esier. Using Krnugh mps This is the esiest method for four or five inputs, it lwys gives the smllest nswer, it esily hndles don t cres, but it gets very messy for over five inputs. It is the method of choice for most smll problems. Three methods of multiplying out (compre) Using Using mny times is the strightforwrd wy, is very esy to use. Unfortuntely the result cn get very long. Using simplifiction (X + Xy =X) nd bsorption (X + Xy = X y) frequently will help. Using 2 nd Swp before using If the expression hs repeted letters like Xb + Xcd.. or Xb + Xdg then 2 or the Swp rule cn do preliminry consolidtion before using. In ll but few cses one must use for finl clenup. Using Krnugh mps This is quite esy for four vribles, but more complex for over five input vribles. Esily hndles d s rleton University dig4fctoringe.fm p. 47, Revised; Jnury 25, 2006 omment on Slide 9

12 Fctoring Using 2 Method Using 2 Step : Simplify, Use 2 Repet: Step until done... Unless the problem is very simple the other methods will be esier. 2nd istributive Lw (2) X + cd = (X+c)(X+d) Exmple + X Use (2) ( + X) ( + X) Use (2) gin ( + X)( + X)( + X) Get extended (2) + X = ( + X)( + X)( + X) Exmple + Use (2) gin ( + ) ( + ) Use (2) gin, twice ( + ) ( + )( + ) ( + ) dig4fctoringe.fm p. 48 Revised; Jnury 25, 2006 Slide 0 Fctoring Using 2 Fctoring Using 2 Fctoring Using 2 The expression proven on the slide is: The extended (2) + X = ( + X)( + X)( + X) The dul is the extended () ( + + )X = X + X + X Exmple + ( + ) ( + ) ( + ) ( + )( + ) ( + ) ( + )( + ) ( + ) = 5. PROLEM Fctor + + rleton University dig4fctoringe.fm p. 49, Revised; Jnury 25, 2006 omment on Slide 0

13 Fctoring Using ulity Method 2: Fctoring Using ulity Step. Tke the dul to get fctored form ut not the right one Step 2. Multiply out the dul to get sum-of products. The right one Step 3. Tke the dul bck to get the fctored form. Fctoring Using ulity The expression to fctor is Σ of Π F = + + () Tke its dul to get Π of Σ. F UL = ( + )( + )( + + ) (2) Multiply out the dul to get Σ of Π gin F UL = This dul identity is ( + )( + )( + + ) = F UL = (3) Tking the dul bck gives vlid identity with the desired Π of Σ. + + = F = ( + )( + )( + )( + ) Multiply Out etils ( + )( + )( + + ) = ( + )( + + ) = = (2) () cx+c=c Multiplying out is bsed on (). Esier for people, thn fctoring bsed on (2). lgebr of one is the dul of the lgebr of the other dig4fctoringe.fm p. 50 Revised; Jnury 25, 2006 Slide Fctoring Using ulity hnging Fctoring into Multiplying Out hnging Fctoring into Multiplying Out Fctoring is overted to Multiplying Out, its ul Problem We tke fctoring problem which is confusing, becuse fctoring is bsed on (2). This lw is not norml lgebric lw nd is hrder to work with. In the dul spce, the dul expression is lredy fctored. The problem is trnsformed into multiplying out, which is bsed on the first distributive lw (). () is more fmilir, nd hence multiplying out is usully esier thn fctoring. Multiplying out in the dul spce does not give the nswer. One tke the dul of the nswer. This will then be the fctored form of the originl expression. 6. PROLEM Show tht F = tkes only 8 letters or 2 gte inputs in fctored form. rleton University dig4fctoringe.fm p. 5, Revised; Jnury 25, 2006 omment on Slide

14 Fctoring Using ulity Fctoring Using ulity Exmple: equl F = Minus 25% if you sy these re equl Tke dul F UL = ( + + )( + + )( + + )( + ) Rerrnge to use (2) = ( + + )( + + )( + + )( + ) Use (2) = [ + ( + )( + )] [ + ( + )] Use Swp = ( + )) + ( + )( + ) equl Use Swp = ( + )) + ( + ) Use () = = OK heck on mp Tke dul F = ( + + )( + + )( + )( + + ) dig4fctoringe.fm p. 52 Revised; Jnury 25, 2006 Slide 2 Fctoring Using ulity Fctoring In the ul Spce Fctoring In the ul Spce Exmple; Fctor Tke the dul dul = ( + + )( + + )( + + )( + + ) Note the excess of nd rerrnge for (2) = ( + + )( + + )( + + )( + + ) Use (2) = [ + ( + )( + )] [( + ( + )( + )] Use Swp = ( + )( + ) + ( + )( + ) Use Swp = ( + ) + ( + ) Use () = Mp shows no Tke the dul more simplifictions (dul) 2 = fctored form = ( + + )( + )( + + )( + + ) 7. PROLEM Fctor EF + E + E + EF rleton University dig4fctoringe.fm p. 53, Revised; Jnury 25, 2006 omment on Slide 2

15 Fctoring Krnugh Mps nd emorgn Method 3: Fctoring Using K-Mp Step. Plot function F on K-mp Step 2. Plot F by interchnging 0 on the mp. Step 3. ircle the mp to get F. Step 4. Write out the expression for F. Step 5. Use emorgn to get bck F in fctored form. Exmple: Given F = ( Σ of Π expression) F = () Plot it on mp. (2) Mke mp for F, It hs where F hd 0 (3) ircle the F mp (4) Write out the eqution for F F = (5) Invert F using emorgn s lw to get F s Π of Σ F = ( + )( + + )( + + )( + + ) Mp of F Mp of F Mp of F dig4fctoringe.fm p. 54 Revised; Jnury 25, 2006 Slide 3 Fctoring Krnugh Mps nd emorgn Method 3: Fctoring Using Krnugh Method 3: Fctoring Using Krnugh Mps This method is probbly the esiest, nd lest error prone, for up to four vribles. Five vribles is t lest twice the work of four. bove 5 it gets very messy. It is very esy to incorporte don t cres with this method. 8. PROLEM Fctor EF + E + E + EF Using Krnugh mp nd compre your nswer with the previous problem if you did it. 9. PROLEM Fctor Use Krnugh mp nd obtin the minimum Π of Σ expression. 20. PROLEM Show tht F = tkes only 8 letters or 2 gte inputs in fctored form nd compre with Problem 6. rleton University dig4fctoringe.fm p. 55, Revised; Jnury 25, 2006 omment on Slide 3

16 Fctoring Using K-Mps nd emorgn Fctoring Using Krnugh Mps Steps: Given F = ( Σ of Π expression) F = Not the minimum but it doesn t mtter () Plot it on mp. (2) Mke mp for F, It hs where F hd 0 (3) ircle the F mp (4) Write out the eqution for F F = + + (5) Invert F using emorgn s lw to get F s Π of Σ F = ( + )( + + )( + ) Mp of F Mp of F Mp of F dig4fctoringe.fm p. 56 Revised; Jnury 25, 2006 Slide 4 Fctoring Using K-Mps nd emorgn Method 3: Fctoring Using Krnugh Exmple: fctoring without using mp! This uses the esiest lgebr, dulity nd the swp rule, for fctoring Fctor E dul = ( + )( + + )( + )( + + )( + + E) = = ( + )( + ) ( + + ) ( + + E) ( + + ) = ( + ) [( + E) + ( + )] ( + + ) = { [( + E) + ( + )] + )[( + E) + ( + )]} ( + + ) = {( + ) + ( + E)} ( + + ) = { E)} ( + + ) Use () { E)} { E)} = + + E + { E)} + E ollect terms dul = E + E redundnt Tke dul bck get (dul) 2 = fctored form = (++)(++)(+++)(+++E) xy + x = x Tke dul rrnge terms to redy to use Swp Use Swp twice Use () Use () (x + )(x +b) = xb + x + E + E (x+xe=x) = + E + E + E () = + E( + + ) (consensus) = + E( + ) = + E () (x+xe=x) rleton University dig4fctoringe.fm p. 57, Revised; Jnury 25, 2006 omment on Slide 4

17 ommon Errors on t sy (+b+c)b(+d) is lredy Π of Σ lwys simplify, look for x+xz = x nd x + xy = x + Y before you strt using or 2. It sves trees. dig4fctoringe.fm p. 58 Revised; Jnury 25, 2006 Slide 5 Fctoring Using K-Mps nd emorgn Method 3: Fctoring Using Krnugh rleton University dig4fctoringe.fm p. 59, Revised; Jnury 25, 2006 omment on Slide 5

18 dig4fctoringe.fm p. 60 Revised; Jnury 25, 2006 Method 3: Fctoring Using Krnugh rleton University dig4fctoringe.fm p. 6, Revised; Jnury 25, 2006

Multiply Out Using DeMorgan and K-Maps

Multiply Out Using DeMorgan and K-Maps Multiply Out Using emorgan and K-Maps Method III: Using K-Maps Step : Find F using General emorgan Step 2: Plot F on a K-Map Step 3: Plot F using the 0 Squares Step 4: Get expression for F from map Example:

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

Fast Boolean Algebra

Fast Boolean Algebra Fst Boolen Alger ELEC 267 notes with the overurden removed A fst wy to lern enough to get the prel done honorly Printed; 3//5 Slide Modified; Jnury 3, 25 John Knight Digitl Circuits p. Fst Boolen Alger

More information

Equations and Inequalities

Equations and Inequalities Equtions nd Inequlities Equtions nd Inequlities Curriculum Redy ACMNA: 4, 5, 6, 7, 40 www.mthletics.com Equtions EQUATIONS & Inequlities & INEQUALITIES Sometimes just writing vribles or pronumerls in

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

Good Review book ( ) ( ) ( )

Good Review book ( ) ( ) ( ) 7/31/2011 34 Boolen (Switching) Algebr Review Good Review book BeBop to the Boolen Boogie: An Unconventionl Guide to Electronics, 2 nd ed. by Clive Mxwell Hightext Publictions Inc. from Amzon.com for pprox.

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

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

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

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

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

THE EXISTENCE-UNIQUENESS THEOREM FOR FIRST-ORDER DIFFERENTIAL EQUATIONS.

THE EXISTENCE-UNIQUENESS THEOREM FOR FIRST-ORDER DIFFERENTIAL EQUATIONS. THE EXISTENCE-UNIQUENESS THEOREM FOR FIRST-ORDER DIFFERENTIAL EQUATIONS RADON ROSBOROUGH https://intuitiveexplntionscom/picrd-lindelof-theorem/ This document is proof of the existence-uniqueness theorem

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

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

Chapter 0. What is the Lebesgue integral about?

Chapter 0. What is the Lebesgue integral about? Chpter 0. Wht is the Lebesgue integrl bout? The pln is to hve tutoril sheet ech week, most often on Fridy, (to be done during the clss) where you will try to get used to the ides introduced in the previous

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

expression simply by forming an OR of the ANDs of all input variables for which the output is

expression simply by forming an OR of the ANDs of all input variables for which the output is 2.4 Logic Minimiztion nd Krnugh Mps As we found ove, given truth tle, it is lwys possile to write down correct logic expression simply y forming n OR of the ANDs of ll input vriles for which the output

More information

fractions Let s Learn to

fractions Let s Learn to 5 simple lgebric frctions corne lens pupil retin Norml vision light focused on the retin concve lens Shortsightedness (myopi) light focused in front of the retin Corrected myopi light focused on the retin

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

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

A-Level Mathematics Transition Task (compulsory for all maths students and all further maths student)

A-Level Mathematics Transition Task (compulsory for all maths students and all further maths student) A-Level Mthemtics Trnsition Tsk (compulsory for ll mths students nd ll further mths student) Due: st Lesson of the yer. Length: - hours work (depending on prior knowledge) This trnsition tsk provides revision

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

CS 188 Introduction to Artificial Intelligence Fall 2018 Note 7

CS 188 Introduction to Artificial Intelligence Fall 2018 Note 7 CS 188 Introduction to Artificil Intelligence Fll 2018 Note 7 These lecture notes re hevily bsed on notes originlly written by Nikhil Shrm. Decision Networks In the third note, we lerned bout gme trees

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

Section 3.2: Negative Exponents

Section 3.2: Negative Exponents Section 3.2: Negtive Exponents Objective: Simplify expressions with negtive exponents using the properties of exponents. There re few specil exponent properties tht del with exponents tht re not positive.

More information

Section 6.1 INTRO to LAPLACE TRANSFORMS

Section 6.1 INTRO to LAPLACE TRANSFORMS Section 6. INTRO to LAPLACE TRANSFORMS Key terms: Improper Integrl; diverge, converge A A f(t)dt lim f(t)dt Piecewise Continuous Function; jump discontinuity Function of Exponentil Order Lplce Trnsform

More information

Lecture 7 notes Nodal Analysis

Lecture 7 notes Nodal Analysis Lecture 7 notes Nodl Anlysis Generl Network Anlysis In mny cses you hve multiple unknowns in circuit, sy the voltges cross multiple resistors. Network nlysis is systemtic wy to generte multiple equtions

More information

Before we can begin Ch. 3 on Radicals, we need to be familiar with perfect squares, cubes, etc. Try and do as many as you can without a calculator!!!

Before we can begin Ch. 3 on Radicals, we need to be familiar with perfect squares, cubes, etc. Try and do as many as you can without a calculator!!! Nme: Algebr II Honors Pre-Chpter Homework Before we cn begin Ch on Rdicls, we need to be fmilir with perfect squres, cubes, etc Try nd do s mny s you cn without clcultor!!! n The nth root of n n Be ble

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

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

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

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

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

Consolidation Worksheet

Consolidation Worksheet Cmbridge Essentils Mthemtics Core 8 NConsolidtion Worksheet N Consolidtion Worksheet Work these out. 8 b 7 + 0 c 6 + 7 5 Use the number line to help. 2 Remember + 2 2 +2 2 2 + 2 Adding negtive number is

More information

1 Probability Density Functions

1 Probability Density Functions Lis Yn CS 9 Continuous Distributions Lecture Notes #9 July 6, 28 Bsed on chpter by Chris Piech So fr, ll rndom vribles we hve seen hve been discrete. In ll the cses we hve seen in CS 9, this ment tht our

More information

13: Diffusion in 2 Energy Groups

13: Diffusion in 2 Energy Groups 3: Diffusion in Energy Groups B. Rouben McMster University Course EP 4D3/6D3 Nucler Rector Anlysis (Rector Physics) 5 Sept.-Dec. 5 September Contents We study the diffusion eqution in two energy groups

More information

CH 9 INTRO TO EQUATIONS

CH 9 INTRO TO EQUATIONS CH 9 INTRO TO EQUATIONS INTRODUCTION I m thinking of number. If I dd 10 to the number, the result is 5. Wht number ws I thinking of? R emember this question from Chpter 1? Now we re redy to formlize the

More information

Control with binary code. William Sandqvist

Control with binary code. William Sandqvist Control with binry code Dec Bin He Oct 218 10 11011010 2 DA 16 332 8 E 1.1c Deciml to Binäry binry weights: 1024 512 256 128 64 32 16 8 4 2 1 71 10? 2 E 1.1c Deciml to Binäry binry weights: 1024 512 256

More information

Operations with Polynomials

Operations with Polynomials 38 Chpter P Prerequisites P.4 Opertions with Polynomils Wht you should lern: How to identify the leding coefficients nd degrees of polynomils How to dd nd subtrct polynomils How to multiply polynomils

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

Chapter 1: Fundamentals

Chapter 1: Fundamentals Chpter 1: Fundmentls 1.1 Rel Numbers Types of Rel Numbers: Nturl Numbers: {1, 2, 3,...}; These re the counting numbers. Integers: {... 3, 2, 1, 0, 1, 2, 3,...}; These re ll the nturl numbers, their negtives,

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

Improper Integrals. Type I Improper Integrals How do we evaluate an integral such as

Improper Integrals. Type I Improper Integrals How do we evaluate an integral such as Improper Integrls Two different types of integrls cn qulify s improper. The first type of improper integrl (which we will refer to s Type I) involves evluting n integrl over n infinite region. In the grph

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

Vyacheslav Telnin. Search for New Numbers.

Vyacheslav Telnin. Search for New Numbers. Vycheslv Telnin Serch for New Numbers. 1 CHAPTER I 2 I.1 Introduction. In 1984, in the first issue for tht yer of the Science nd Life mgzine, I red the rticle "Non-Stndrd Anlysis" by V. Uspensky, in which

More information

SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 5 NOVEMBER 2014

SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 5 NOVEMBER 2014 SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 5 NOVEMBER 014 Mrk Scheme: Ech prt of Question 1 is worth four mrks which re wrded solely for the correct nswer.

More information

Is there an easy way to find examples of such triples? Why yes! Just look at an ordinary multiplication table to find them!

Is there an easy way to find examples of such triples? Why yes! Just look at an ordinary multiplication table to find them! PUSHING PYTHAGORAS 009 Jmes Tnton A triple of integers ( bc,, ) is clled Pythgoren triple if exmple, some clssic triples re ( 3,4,5 ), ( 5,1,13 ), ( ) fond of ( 0,1,9 ) nd ( 119,10,169 ). + b = c. For

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

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

USA Mathematical Talent Search Round 1 Solutions Year 21 Academic Year

USA Mathematical Talent Search Round 1 Solutions Year 21 Academic Year 1/1/21. Fill in the circles in the picture t right with the digits 1-8, one digit in ech circle with no digit repeted, so tht no two circles tht re connected by line segment contin consecutive digits.

More information

Chapter 4 Contravariance, Covariance, and Spacetime Diagrams

Chapter 4 Contravariance, Covariance, and Spacetime Diagrams Chpter 4 Contrvrince, Covrince, nd Spcetime Digrms 4. The Components of Vector in Skewed Coordintes We hve seen in Chpter 3; figure 3.9, tht in order to show inertil motion tht is consistent with the Lorentz

More information

Boolean Algebra. Boolean Algebras

Boolean Algebra. Boolean Algebras Boolen Algebr Boolen Algebrs A Boolen lgebr is set B of vlues together with: - two binry opertions, commonly denoted by + nd, - unry opertion, usully denoted by or ~ or, - two elements usully clled zero

More information

p(t) dt + i 1 re it ireit dt =

p(t) dt + i 1 re it ireit dt = Note: This mteril is contined in Kreyszig, Chpter 13. Complex integrtion We will define integrls of complex functions long curves in C. (This is bit similr to [relvlued] line integrls P dx + Q dy in R2.)

More information

1 PYTHAGORAS THEOREM 1. Given a right angled triangle, the square of the hypotenuse is equal to the sum of the squares of the other two sides.

1 PYTHAGORAS THEOREM 1. Given a right angled triangle, the square of the hypotenuse is equal to the sum of the squares of the other two sides. 1 PYTHAGORAS THEOREM 1 1 Pythgors Theorem In this setion we will present geometri proof of the fmous theorem of Pythgors. Given right ngled tringle, the squre of the hypotenuse is equl to the sum of the

More information

MATHEMATICS AND STATISTICS 1.2

MATHEMATICS AND STATISTICS 1.2 MATHEMATICS AND STATISTICS. Apply lgebric procedures in solving problems Eternlly ssessed 4 credits Electronic technology, such s clcultors or computers, re not permitted in the ssessment of this stndr

More information

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

PART 1 MULTIPLE CHOICE Circle the appropriate response to each of the questions below. Each question has a value of 1 point.

PART 1 MULTIPLE CHOICE Circle the appropriate response to each of the questions below. Each question has a value of 1 point. PART MULTIPLE CHOICE Circle the pproprite response to ech of the questions below. Ech question hs vlue of point.. If in sequence the second level difference is constnt, thn the sequence is:. rithmetic

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

Lecture 1. Functional series. Pointwise and uniform convergence.

Lecture 1. Functional series. Pointwise and uniform convergence. 1 Introduction. Lecture 1. Functionl series. Pointwise nd uniform convergence. In this course we study mongst other things Fourier series. The Fourier series for periodic function f(x) with period 2π is

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

12 TRANSFORMING BIVARIATE DENSITY FUNCTIONS

12 TRANSFORMING BIVARIATE DENSITY FUNCTIONS 1 TRANSFORMING BIVARIATE DENSITY FUNCTIONS Hving seen how to trnsform the probbility density functions ssocited with single rndom vrible, the next logicl step is to see how to trnsform bivrite probbility

More information

Scientific notation is a way of expressing really big numbers or really small numbers.

Scientific notation is a way of expressing really big numbers or really small numbers. Scientific Nottion (Stndrd form) Scientific nottion is wy of expressing relly big numbers or relly smll numbers. It is most often used in scientific clcultions where the nlysis must be very precise. Scientific

More information

Lesson 1: Quadratic Equations

Lesson 1: Quadratic Equations Lesson 1: Qudrtic Equtions Qudrtic Eqution: The qudrtic eqution in form is. In this section, we will review 4 methods of qudrtic equtions, nd when it is most to use ech method. 1. 3.. 4. Method 1: Fctoring

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

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

CS12N: The Coming Revolution in Computer Architecture Laboratory 2 Preparation

CS12N: The Coming Revolution in Computer Architecture Laboratory 2 Preparation CS2N: The Coming Revolution in Computer Architecture Lortory 2 Preprtion Ojectives:. Understnd the principle of sttic CMOS gte circuits 2. Build simple logic gtes from MOS trnsistors 3. Evlute these gtes

More information

ODE: Existence and Uniqueness of a Solution

ODE: Existence and Uniqueness of a Solution Mth 22 Fll 213 Jerry Kzdn ODE: Existence nd Uniqueness of Solution The Fundmentl Theorem of Clculus tells us how to solve the ordinry differentil eqution (ODE) du = f(t) dt with initil condition u() =

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

Jim Lambers MAT 169 Fall Semester Lecture 4 Notes

Jim Lambers MAT 169 Fall Semester Lecture 4 Notes Jim Lmbers MAT 169 Fll Semester 2009-10 Lecture 4 Notes These notes correspond to Section 8.2 in the text. Series Wht is Series? An infinte series, usully referred to simply s series, is n sum of ll of

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

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

Name Solutions to Test 3 November 8, 2017

Name Solutions to Test 3 November 8, 2017 Nme Solutions to Test 3 November 8, 07 This test consists of three prts. Plese note tht in prts II nd III, you cn skip one question of those offered. Some possibly useful formuls cn be found below. Brrier

More information

Combinational Logic. Precedence. Quick Quiz 25/9/12. Schematics à Boolean Expression. 3 Representations of Logic Functions. Dr. Hayden So.

Combinational Logic. Precedence. Quick Quiz 25/9/12. Schematics à Boolean Expression. 3 Representations of Logic Functions. Dr. Hayden So. 5/9/ Comintionl Logic ENGG05 st Semester, 0 Dr. Hyden So Representtions of Logic Functions Recll tht ny complex logic function cn e expressed in wys: Truth Tle, Boolen Expression, Schemtics Only Truth

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

Math 8 Winter 2015 Applications of Integration

Math 8 Winter 2015 Applications of Integration Mth 8 Winter 205 Applictions of Integrtion Here re few importnt pplictions of integrtion. The pplictions you my see on n exm in this course include only the Net Chnge Theorem (which is relly just the Fundmentl

More information

Arithmetic & Algebra. NCTM National Conference, 2017

Arithmetic & Algebra. NCTM National Conference, 2017 NCTM Ntionl Conference, 2017 Arithmetic & Algebr Hether Dlls, UCLA Mthemtics & The Curtis Center Roger Howe, Yle Mthemtics & Texs A & M School of Eduction Relted Common Core Stndrds First instnce of vrible

More information

MAA 4212 Improper Integrals

MAA 4212 Improper Integrals Notes by Dvid Groisser, Copyright c 1995; revised 2002, 2009, 2014 MAA 4212 Improper Integrls The Riemnn integrl, while perfectly well-defined, is too restrictive for mny purposes; there re functions which

More information

Solution for Assignment 1 : Intro to Probability and Statistics, PAC learning

Solution for Assignment 1 : Intro to Probability and Statistics, PAC learning Solution for Assignment 1 : Intro to Probbility nd Sttistics, PAC lerning 10-701/15-781: Mchine Lerning (Fll 004) Due: Sept. 30th 004, Thursdy, Strt of clss Question 1. Bsic Probbility ( 18 pts) 1.1 (

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

Abstract inner product spaces

Abstract inner product spaces WEEK 4 Abstrct inner product spces Definition An inner product spce is vector spce V over the rel field R equipped with rule for multiplying vectors, such tht the product of two vectors is sclr, nd the

More information

CHM Physical Chemistry I Chapter 1 - Supplementary Material

CHM Physical Chemistry I Chapter 1 - Supplementary Material CHM 3410 - Physicl Chemistry I Chpter 1 - Supplementry Mteril For review of some bsic concepts in mth, see Atkins "Mthemticl Bckground 1 (pp 59-6), nd "Mthemticl Bckground " (pp 109-111). 1. Derivtion

More information

Stuff You Need to Know From Calculus

Stuff You Need to Know From Calculus Stuff You Need to Know From Clculus For the first time in the semester, the stuff we re doing is finlly going to look like clculus (with vector slnt, of course). This mens tht in order to succeed, you

More information

Math 113 Exam 2 Practice

Math 113 Exam 2 Practice Mth Em Prctice Februry, 8 Em will cover sections 6.5, 7.-7.5 nd 7.8. This sheet hs three sections. The first section will remind you bout techniques nd formuls tht you should know. The second gives number

More information

20 MATHEMATICS POLYNOMIALS

20 MATHEMATICS POLYNOMIALS 0 MATHEMATICS POLYNOMIALS.1 Introduction In Clss IX, you hve studied polynomils in one vrible nd their degrees. Recll tht if p(x) is polynomil in x, the highest power of x in p(x) is clled the degree of

More information

EECS 141 Due 04/19/02, 5pm, in 558 Cory

EECS 141 Due 04/19/02, 5pm, in 558 Cory UIVERSITY OF CALIFORIA College of Engineering Deprtment of Electricl Engineering nd Computer Sciences Lst modified on April 8, 2002 y Tufn Krlr (tufn@eecs.erkeley.edu) Jn M. Rey, Andrei Vldemirescu Homework

More information

Lecture 3. Introduction digital logic. Notes. Notes. Notes. Representations. February Bern University of Applied Sciences.

Lecture 3. Introduction digital logic. Notes. Notes. Notes. Representations. February Bern University of Applied Sciences. Lecture 3 Ferury 6 ern University of pplied ciences ev. f57fc 3. We hve seen tht circuit cn hve multiple (n) inputs, e.g.,, C, We hve lso seen tht circuit cn hve multiple (m) outputs, e.g. X, Y,, ; or

More information

CARLETON UNIVERSITY. 1.0 Problems and Most Solutions, Sect B, 2005

CARLETON UNIVERSITY. 1.0 Problems and Most Solutions, Sect B, 2005 RLETON UNIVERSIT eprtment of Eletronis ELE 2607 Swithing iruits erury 28, 05; 0 pm.0 Prolems n Most Solutions, Set, 2005 Jn. 2, #8 n #0; Simplify, Prove Prolem. #8 Simplify + + + Reue to four letters (literls).

More information

Math 113 Exam 1-Review

Math 113 Exam 1-Review Mth 113 Exm 1-Review September 26, 2016 Exm 1 covers 6.1-7.3 in the textbook. It is dvisble to lso review the mteril from 5.3 nd 5.5 s this will be helpful in solving some of the problems. 6.1 Are Between

More information

REVIEW Chapter 1 The Real Number System

REVIEW Chapter 1 The Real Number System Mth 7 REVIEW Chpter The Rel Number System In clss work: Solve ll exercises. (Sections. &. Definition A set is collection of objects (elements. The Set of Nturl Numbers N N = {,,,, 5, } The Set of Whole

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

MIXED MODELS (Sections ) I) In the unrestricted model, interactions are treated as in the random effects model:

MIXED MODELS (Sections ) I) In the unrestricted model, interactions are treated as in the random effects model: 1 2 MIXED MODELS (Sections 17.7 17.8) Exmple: Suppose tht in the fiber breking strength exmple, the four mchines used were the only ones of interest, but the interest ws over wide rnge of opertors, nd

More information

Best Approximation. Chapter The General Case

Best Approximation. Chapter The General Case Chpter 4 Best Approximtion 4.1 The Generl Cse In the previous chpter, we hve seen how n interpolting polynomil cn be used s n pproximtion to given function. We now wnt to find the best pproximtion to given

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

f(x) dx, If one of these two conditions is not met, we call the integral improper. Our usual definition for the value for the definite integral

f(x) dx, If one of these two conditions is not met, we call the integral improper. Our usual definition for the value for the definite integral Improper Integrls Every time tht we hve evluted definite integrl such s f(x) dx, we hve mde two implicit ssumptions bout the integrl:. The intervl [, b] is finite, nd. f(x) is continuous on [, b]. If one

More information

Exam 2, Mathematics 4701, Section ETY6 6:05 pm 7:40 pm, March 31, 2016, IH-1105 Instructor: Attila Máté 1

Exam 2, Mathematics 4701, Section ETY6 6:05 pm 7:40 pm, March 31, 2016, IH-1105 Instructor: Attila Máté 1 Exm, Mthemtics 471, Section ETY6 6:5 pm 7:4 pm, Mrch 1, 16, IH-115 Instructor: Attil Máté 1 17 copies 1. ) Stte the usul sufficient condition for the fixed-point itertion to converge when solving the eqution

More information

Mathcad Lecture #1 In-class Worksheet Mathcad Basics

Mathcad Lecture #1 In-class Worksheet Mathcad Basics Mthcd Lecture #1 In-clss Worksheet Mthcd Bsics At the end of this lecture, you will be ble to: Evlute mthemticl epression numericlly Assign vrible nd use them in subsequent clcultions Distinguish between

More information

Natural examples of rings are the ring of integers, a ring of polynomials in one variable, the ring

Natural examples of rings are the ring of integers, a ring of polynomials in one variable, the ring More generlly, we define ring to be non-empty set R hving two binry opertions (we ll think of these s ddition nd multipliction) which is n Abelin group under + (we ll denote the dditive identity by 0),

More information

We will see what is meant by standard form very shortly

We will see what is meant by standard form very shortly THEOREM: For fesible liner progrm in its stndrd form, the optimum vlue of the objective over its nonempty fesible region is () either unbounded or (b) is chievble t lest t one extreme point of the fesible

More information

Math& 152 Section Integration by Parts

Math& 152 Section Integration by Parts Mth& 5 Section 7. - Integrtion by Prts Integrtion by prts is rule tht trnsforms the integrl of the product of two functions into other (idelly simpler) integrls. Recll from Clculus I tht given two differentible

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