Pattern Recognition 2015 Linear Models for Classification

Size: px
Start display at page:

Download "Pattern Recognition 2015 Linear Models for Classification"

Transcription

1 Pttern Recognition 2015 Liner Models for Clssifiction Ad Feelders Universiteit Utrecht Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 1 / 55

2 Clssifiction Prolems We re concerned with the prolems of 1 Allocting n oject to clss, on the sis of numer of vriles tht descrie the oject. 2 Estimting the proility tht prticulr oject elongs to specific clss. Interconnected, since lloction is usully sed on the estimted proilities. Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 2 / 55

3 Exmples of Clssifiction Prolems Churn: is customer going to leve for competitor? SPAM filter: e-mil messge is SPAM or not? Medicl dignosis: does ptient hve rest cncer? Hndwritten digit recognition. Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 3 / 55

4 Clssifiction Prolems In this kind of clssifiction prolem there is trget vrile t tht ssumes vlues in n unordered discrete set. An importnt specil cse is when there re only two clsses, in which cse we usully choose t {0, 1}. The gol of clssifiction procedure is to predict the trget vlue (clss lel) given set of input vlues x = {x 1,..., x D } mesured on the sme oject. Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 4 / 55

5 Clssifiction Prolems At prticulr point x the vlue of t is not uniquely determined. It cn ssume oth its vlues with respective proilities tht depend on the loction of the point x in the input spce. We write p(c 1 x) = 1 p(c 2 x) = y(x). The gol of clssifiction procedure is to produce n estimte of y(x) t every input point. Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 5 / 55

6 Two types of pproches to clssifiction Discrimintive Models ( regression ; section 4.3). Genertive Models ( density estimtion ; section 4.2). Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 6 / 55

7 Discrimintive Models Discrimintive methods only model the conditionl distriution of t given x. The proility distriution of x itself is not modeled. For the inry clssifiction prolem: y(x) = p(c 1 x) = f (x, w) where f (x, w) is some deterministic function of x. Note tht the pproch to regression we discussed follows the sme strtegy. Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 7 / 55

8 Discrimintive Models Exmples of discrimintive clssifiction methods: Liner proility model Logistic regression Feed-forwrd neurl networks... Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 8 / 55

9 Genertive Models An lterntive prdigm for estimting y(x) is sed on density estimtion. Here Byes theorem y(x) = p(c 1 x) = p(c 1 )p(x C 1 ) p(c 1 )p(x C 1 ) + p(c 2 )P(x C 2 ) is pplied where p(x C k ) re the clss conditionl proility density functions nd p(c k ) re the unconditionl ( prior ) proilities of ech clss. Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 9 / 55

10 Genertive Models Exmples of density estimtion sed clssifiction methods: Liner/Qudrtic Discriminnt Anlysis, Nive Byes clssifier,... Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 10 / 55

11 Discrimintive Models: liner proility model Consider the liner regression model t = w x + ε t {0, 1} By ssumption E[ε x] = 0, so we hve E[t x] = w x But E[t x] = 1 p(t = 1 x) + 0 p(t = 0 x) = p(t = 1 x) p(c 1 x) Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 11 / 55

12 Liner response function Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 12 / 55

13 Logistic regression Logistic response function E[t x] = ew x 1 + e w x or (divide numertor nd denomintor y e w x ) E[t x] = e w x = (1 + e w x ) 1 (4.59 nd 4.87) Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 13 / 55

14 Logistic Response Function Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 14 / 55

15 Lineriztion: the logit trnsformtion ln p(c 1 x) 1 p(c 1 x) (1 + e w x ) 1 = ln 1 (1 + e w x ) 1 1 = ln (1 + e w x ) 1 = ln 1 e w x = ln e w x = w x In the second step, we divided the numertor nd the denomintor y (1 + e w x ) 1. The rtio p(c 1 x)/(1 p(c 1 x)) is clled the odds. Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 15 / 55

16 Liner Seprtion Assign to clss C 1 if p(c 1 x) > p(c 2 x), i.e. if p(c 1 x) 1 p(c 1 x) > 1 This is true if { } p(c1 x) ln > 0 1 p(c 1 x) So ssign to clss C 1 if w x > 0, nd to clss C 2 otherwise. Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 16 / 55

17 Mximum Likelihood Estimtion t = 1 if heds, t = 0 if tils. µ = p(t = 1). One coin flip p(t) = µ t (1 µ) 1 t Note tht p(1) = µ, p(0) = 1 µ s required. Sequence of N independent coin flips p(t) = p(t 1, t 2,..., t N ) = N µ tn (1 µ) 1 tn which defines the likelihood function when viewed s function of µ. n=1 Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 17 / 55

18 Mximum Likelihood Estimtion In sequence of 10 coin flips we oserve t = (1, 0, 1, 1, 0, 1, 1, 1, 1, 0). The corresponding likelihood function is p(t µ) = µ (1 µ) µ µ (1 µ) µ µ µ µ (1 µ) = µ 7 (1 µ) 3 The corresponding loglikelihood function is ln p(t µ) = ln(µ 7 (1 µ) 3 ) = 7 ln µ + 3 ln(1 µ) Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 18 / 55

19 Computing the mximum To determine the mximum we tke the derivtive nd equte it to zero d ln p(t µ) dµ = 7 µ 3 1 µ = 0 which yields mximum likelihood estimte µ ML = 0.7. This is just the reltive frequency of heds in the smple. Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 19 / 55

20 Loglikelihood function for t = (1, 0, 1, 1, 0, 1, 1, 1, 1, 0) loglikelihood Ad Feelders ( Universiteit Utrecht ) Pttern Recognition mu 20 / 55

21 ML estimtion for logistic regression Now proility of success depends on x n : y n = p(c 1 x n ) = (1 + e w x n ) 1 1 y n = p(c 2 x n ) = (1 + e w x n ) 1 we cn represent its proility distriution s follows p(t n ) = y tn n (1 y n ) 1 tn t n {0, 1}; n = 1,..., N Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 21 / 55

22 ML estimtion for logistic regression Exmple n x n t n p(t n ) (1 + e w 0+8w 1 ) (1 + e w 0+12w 1 ) (1 + e w 0 15w 1 ) (1 + e w 0 10w 1 ) 1 Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 22 / 55

23 LR: likelihood function Since the t n oservtions re independent: p(t w) = N p(t n ) = n=1 Or, tking minus the nturl log: ln p(t w) = ln = N n=1 N n=1 y tn n (1 y n ) 1 tn y tn n (1 y n ) 1 tn (4.89) N {t n ln y n + (1 t n ) ln(1 y n )} (4.90) n=1 This is clled the cross-entropy error function. Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 23 / 55

24 LR: error function Since for the logistic regression model we get E(w) = N n=1 y n = (1 + e w x n ) 1 1 y n = (1 + e w x n ) 1 { } t n ln(1 + e w x n ) + (1 t n ) ln(1 + e w x n ) Non-liner function of the prmeters. No closed form solution. Likelihood function glolly concve. Estimte with e.g. itertive re-weighted lest squres (section 4.3.3). Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 24 / 55

25 Fitted Response Function Sustitute mximum likelihood estimtes into the response function to otin the fitted response function ˆp(C 1 x) = ew ML x 1 + e w ML x Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 25 / 55

26 Exmple: Progrmming Assignment Model the proility of successfully completing progrmming ssignment. Explntory vrile: progrmming experience. We find w 0 = nd w 1 = , so ˆp(C 1 x n ) = 14 months of progrmming experience: e xn 1 + e xn ˆp(C 1 x = 14) = e (14) e (14) Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 26 / 55

27 Exmple: Progrmming Assignment month.exp success fitted month.exp success fitted Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 27 / 55

28 Alloction Rule Proility of the clsses is equl when Solving for x we get x x = 0 Alloction Rule: x 19: ssign to clss C 1 (t = 1) x < 19: ssign to clss C 2 (t = 0) Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 28 / 55

29 Progrmming Assignment: Confusion Mtrix Cross tle of oserved nd predicted clss lel: Row: oserved, Column: predicted Error rte: 6/25= Defult (predict mjority clss): 11/25=0.44 Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 29 / 55

30 How to in R > prog.logreg <- glm(succes month.exp, dt=prog.dt, fmily=inomil) > summry(prog.logreg) Coefficients: Estimte Std. Error z vlue Pr(> z ) (Intercept) * month.exp * --- Numer of Fisher Scoring itertions: 4 > tle(prog.dt$succes, s.numeric(prog.logreg$fitted > 0.5)) Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 30 / 55

31 Exmple: Conn s syndrome Two possile cuses: () Benign tumor (denom) of the drenl cortex. () More diffuse ffection of the drenl glnds (ilterl hyperplsi). Pre-opertive dignosis on sis of 1 Sodium concentrtion (mmol/l) 2 CO 2 concentrtion (mmol/l) Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 31 / 55

32 Conn s syndrome: the dt =1, =0 sodium co2 cuse sodium co2 cuse Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 32 / 55

33 Conn s Syndrome: Plot of Dt sodium co2 Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 33 / 55

34 Mximum Likelihood Estimtion The mximum likelihood estimtes re: w 0 = w 1 = w 2 = Assign to group if nd to group otherwise sodium 0.76 CO 2 > 0 Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 34 / 55

35 Conn s Syndrome: Alloction Rule sodium co2 Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 35 / 55

36 How to in R # plot dt points > plot(conn.dt[,1],conn.dt[,2], pch=c(rep("",20), rep("",10)), col=c(rep(4,20), rep(2,10)), cex=1.5, xl="sodium", yl="co2") # drw decision oundry > line( / , / ,lwd=2) co sodium Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 36 / 55

37 Conn s Syndrome: Confusion Mtrix Cross tle of oserved nd predicted clss lel: Row: oserved, Column: predicted Error rte: 5/30=1/6 Defult: 1/ Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 37 / 55

38 Conn s Syndrome: Line with lower empiricl error sodium co Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 38 / 55

39 Likelihood nd Error Rte Likelihood mximiztion is not the sme s error rte minimiztion! n t n ˆp 1 (t n = 1) ˆp 2 (t n = 1) Which model hs the lower error-rte? Which one the higher likelihood? Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 39 / 55

40 Qudrtic Model Coefficient Vlue (Intercept) sodium CO sodium CO sodium CO Cross tle of oserved (row) nd predicted clss lel: Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 40 / 55

41 Conn s Syndrome: Qudrtic Specifiction sodium co Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 41 / 55

42 Non-inry clsses in logistic regression Recll the logistic regression model ssumption for inry clss vrile t {0, 1}: p(t = 1 x) = exp(w x) 1 + exp(w x) from which it follows tht p(t = 0 x) = exp(w x) since p(t = 1 x) + p(t = 0 x) = 1 Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 42 / 55

43 Non-inry clsses in logistic regression We cn generlize this model to non-inry clss vrile t {0, 1,..., K 1} (where K is the numer of clsses) s follows p(t = k x) = exp(w k x) K 1 j=0 exp(w j x) (4.104 nd 4.105) where we now hve weight vector w k for ech clss. This is clled the multinomil logit model or multi-clss logistic regression (section 4.3.4). Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 43 / 55

44 Multi-clss logistic regression We cn rrive t this model in the following steps: 1 Assume tht p(t = k x) is function of the liner comintion w k x. 2 To ensure tht the proilities re non-negtive, tke the exponentil exp(w k x). 3 To mke sure the proilities sum to 1, we divide exp(w k x) y K 1 j=0 exp(w j x): p(t = k x) = exp(w k x) K 1 j=0 exp(w j x) Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 44 / 55

45 Identifiction Restriction Note tht exp((w k + d) x) K 1 j=0 exp((w j + d) x) = exp(d x) exp(wk exp(d x) x) K 1 j=0 exp(w j x) so dding vector d to ech of the vectors w j, j = 0,..., K 1 would yield the sme fitted proilities. To identify the model, we put w 0 = 0. Verify tht inry logistic regression is specil cse of the multinomil logit model, with K = 2, since exp(w0 x) = exp(0) = 1. Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 45 / 55

46 Interprettion We hve ln { } p(t = k x) = (w k w l ) x, p(t = l x) which llows us to interpret w k,i w l,i s follows: for unit increse in x i, the log-odds of clss k versus clss l is expected to chnge y w k,i w l,i units, holding ll the other vriles constnt. Since w 0 = 0, w k,i is the effect of x i on the log-odds of clss k reltive to clss 0: for unit increse in x i, the log-odds of clss k versus clss 0 is expected to chnge y w k,i units, holding ll the other vriles constnt. Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 46 / 55

47 Multinomil Logit in R # lod trining dt > optdigits.trin <- red.csv("d:/pttern Recognition/Dtsets/optdigits-tr.txt", heder=f) # convert clss lel to fctor > optdigits.trin[,65] <- s.fctor(optdigits.trin[,65]) # sme for test dt > optdigits.test <- red.csv("d:/pttern Recognition/Dtsets/optdigits-tes.txt", heder=f) > optdigits.test[,65] <- s.fctor(optdigits.test[,65]) Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 47 / 55

48 Multinomil Logit in R # lod nnet lirry > lirry(nnet) # fit multinomil logistic regression model # column 1 nd 40 re not used (lwys 0) > optdigits.multinom <- multinom(v65., dt = optdigits.trin[,-c(1,40)], mxit = 1000) # weights: 640 (567 vrile) initil vlue converged # predict clss lel on trining dt > optdigits.multinom.pred <- predict(optdigits.multinom, optdigits.trin[,-c(1,40,65)],type="clss") Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 48 / 55

49 Multinomil Logit in R # mke confusion mtrix: true lel vs. predicted lel > tle(optdigits.trin[,65],optdigits.multinom.pred) optdigits.multinom.pred Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 49 / 55

50 Multinomil Logit in R # predict clss lel on test dt > optdigits.multinom.test.pred <- predict(optdigits.multinom, optdigits.test[,-c(1,40,65)],type="clss") > tle(optdigits.test[,65],optdigits.multinom.test.pred) optdigits.multinom.test.pred Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 50 / 55

51 Multinomil Logit in R # mke confusion mtrix for predictions on test dt > confmt <- tle(optdigits.test[,65], optdigits.multinom.test.pred) # use it to compute ccurcy on test dt > sum(dig(confmt))/sum(confmt) [1] The ccurcy on the test smple is out 89%. Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 51 / 55

52 Multinomil Logit with LASSO With ordinry multinomil logit the ccurcy on the trining set ws 100%, ut on the test set only 89%. Mye we re overfitting. Apply regulriztion (LASSO). # lod glmnet lirry M 1 Ẽ(w) = E(w) + λ w i i=1 > lirry(glmnet) # pply 10-fold cross-vlidtion with different vlues of lmd > optdigits.lsso.cv <- cv.glmnet(s.mtrix(optdigits.trin[,-c(1,40,65)]), optdigits.trin[,65],fmily="multinomil", type.mesure="clss") # plot lmd gins misclssifiction error > plot(optdigits.lsso.cv) Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 52 / 55

53 Plot of lmd ginst misclssifiction error Misclssifiction Error log(lmd) Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 53 / 55

54 Results of Cross-Vlidtion Best vlue is λ The cross vlidtion misclssifiction error is out 3% for this vlue of λ. On verge, only 27 out of 62 coefficients re non-zero. Sprse solution. Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 54 / 55

55 Prediction on Test Set # predict clss lel on test set using the est cv model > optdigits.lsso.cv.pred <- predict(optdigits.lsso.cv, s.mtrix(optdigits.test[,-c(1,40,65)]),type="clss") # mke the confusion mtrix > optdigits.lsso.cv.confmt <- tle(optdigits.test[,65],optdigits.lsso.cv.pred) # compute the ccurcy on the test set > sum(dig(optdigits.lsso.cv.confmt))/ sum(optdigits.lsso.cv.confmt) [1] We hve improved the ccurcy from 89% to 95% y using regulriztion. Ad Feelders ( Universiteit Utrecht ) Pttern Recognition 55 / 55

Polynomial Functions. Polynomial functions in one variable can be written in expanded form as ( )

Polynomial Functions. Polynomial functions in one variable can be written in expanded form as ( ) Polynomil Functions Polynomil functions in one vrible cn be written in expnded form s n n 1 n 2 2 f x = x + x + x + + x + x+ n n 1 n 2 2 1 0 Exmples of polynomils in expnded form re nd 3 8 7 4 = 5 4 +

More information

Graphs on Logarithmic and Semilogarithmic Paper

Graphs on Logarithmic and Semilogarithmic Paper 0CH_PHClter_TMSETE_ 3//00 :3 PM Pge Grphs on Logrithmic nd Semilogrithmic Pper OBJECTIVES When ou hve completed this chpter, ou should be ble to: Mke grphs on logrithmic nd semilogrithmic pper. Grph empiricl

More information

Bayesian Updating with Continuous Priors Class 13, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom

Bayesian Updating with Continuous Priors Class 13, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom Byesin Updting with Continuous Priors Clss 3, 8.05, Spring 04 Jeremy Orloff nd Jonthn Bloom Lerning Gols. Understnd prmeterized fmily of distriutions s representing continuous rnge of hypotheses for the

More information

Appendix D: Completing the Square and the Quadratic Formula. In Appendix A, two special cases of expanding brackets were considered:

Appendix D: Completing the Square and the Quadratic Formula. In Appendix A, two special cases of expanding brackets were considered: Appendi D: Completing the Squre nd the Qudrtic Formul Fctoring qudrtic epressions such s: + 6 + 8 ws one of the topics introduced in Appendi C. Fctoring qudrtic epressions is useful skill tht cn help you

More information

Math 314, Homework Assignment 1. 1. Prove that two nonvertical lines are perpendicular if and only if the product of their slopes is 1.

Math 314, Homework Assignment 1. 1. Prove that two nonvertical lines are perpendicular if and only if the product of their slopes is 1. Mth 4, Homework Assignment. Prove tht two nonverticl lines re perpendiculr if nd only if the product of their slopes is. Proof. Let l nd l e nonverticl lines in R of slopes m nd m, respectively. Suppose

More information

1. Find the zeros Find roots. Set function = 0, factor or use quadratic equation if quadratic, graph to find zeros on calculator

1. Find the zeros Find roots. Set function = 0, factor or use quadratic equation if quadratic, graph to find zeros on calculator AP Clculus Finl Review Sheet When you see the words. This is wht you think of doing. Find the zeros Find roots. Set function =, fctor or use qudrtic eqution if qudrtic, grph to find zeros on clcultor.

More information

P.3 Polynomials and Factoring. P.3 an 1. Polynomial STUDY TIP. Example 1 Writing Polynomials in Standard Form. What you should learn

P.3 Polynomials and Factoring. P.3 an 1. Polynomial STUDY TIP. Example 1 Writing Polynomials in Standard Form. What you should learn 33337_0P03.qp 2/27/06 24 9:3 AM Chpter P Pge 24 Prerequisites P.3 Polynomils nd Fctoring Wht you should lern Polynomils An lgeric epression is collection of vriles nd rel numers. The most common type of

More information

Reasoning to Solve Equations and Inequalities

Reasoning to Solve Equations and Inequalities Lesson4 Resoning to Solve Equtions nd Inequlities In erlier work in this unit, you modeled situtions with severl vriles nd equtions. For exmple, suppose you were given usiness plns for concert showing

More information

Factoring Polynomials

Factoring Polynomials Fctoring Polynomils Some definitions (not necessrily ll for secondry school mthemtics): A polynomil is the sum of one or more terms, in which ech term consists of product of constnt nd one or more vribles

More information

Roots of Polynomials. Ch. 7. Roots of Polynomials. Roots of Polynomials. dy dt. a dt. y = General form:

Roots of Polynomials. Ch. 7. Roots of Polynomials. Roots of Polynomials. dy dt. a dt. y = General form: Roots o Polynomils C. 7 Generl orm: Roots o Polynomils ( ) n n order o te polynomil i constnt coeicients n Roots Rel or Comple. For n n t order polynomil n rel or comple roots. I n is odd At lest rel root

More information

Example 27.1 Draw a Venn diagram to show the relationship between counting numbers, whole numbers, integers, and rational numbers.

Example 27.1 Draw a Venn diagram to show the relationship between counting numbers, whole numbers, integers, and rational numbers. 2 Rtionl Numbers Integers such s 5 were importnt when solving the eqution x+5 = 0. In similr wy, frctions re importnt for solving equtions like 2x = 1. Wht bout equtions like 2x + 1 = 0? Equtions of this

More information

Section 5-4 Trigonometric Functions

Section 5-4 Trigonometric Functions 5- Trigonometric Functions Section 5- Trigonometric Functions Definition of the Trigonometric Functions Clcultor Evlution of Trigonometric Functions Definition of the Trigonometric Functions Alternte Form

More information

4.11 Inner Product Spaces

4.11 Inner Product Spaces 314 CHAPTER 4 Vector Spces 9. A mtrix of the form 0 0 b c 0 d 0 0 e 0 f g 0 h 0 cnnot be invertible. 10. A mtrix of the form bc d e f ghi such tht e bd = 0 cnnot be invertible. 4.11 Inner Product Spces

More information

Distributions. (corresponding to the cumulative distribution function for the discrete case).

Distributions. (corresponding to the cumulative distribution function for the discrete case). Distributions Recll tht n integrble function f : R [,] such tht R f()d = is clled probbility density function (pdf). The distribution function for the pdf is given by F() = (corresponding to the cumultive

More information

EQUATIONS OF LINES AND PLANES

EQUATIONS OF LINES AND PLANES EQUATIONS OF LINES AND PLANES MATH 195, SECTION 59 (VIPUL NAIK) Corresponding mteril in the ook: Section 12.5. Wht students should definitely get: Prmetric eqution of line given in point-direction nd twopoint

More information

Math 135 Circles and Completing the Square Examples

Math 135 Circles and Completing the Square Examples Mth 135 Circles nd Completing the Squre Exmples A perfect squre is number such tht = b 2 for some rel number b. Some exmples of perfect squres re 4 = 2 2, 16 = 4 2, 169 = 13 2. We wish to hve method for

More information

www.mathsbox.org.uk e.g. f(x) = x domain x 0 (cannot find the square root of negative values)

www.mathsbox.org.uk e.g. f(x) = x domain x 0 (cannot find the square root of negative values) www.mthsbo.org.uk CORE SUMMARY NOTES Functions A function is rule which genertes ectl ONE OUTPUT for EVERY INPUT. To be defined full the function hs RULE tells ou how to clculte the output from the input

More information

MATH 150 HOMEWORK 4 SOLUTIONS

MATH 150 HOMEWORK 4 SOLUTIONS MATH 150 HOMEWORK 4 SOLUTIONS Section 1.8 Show tht the product of two of the numbers 65 1000 8 2001 + 3 177, 79 1212 9 2399 + 2 2001, nd 24 4493 5 8192 + 7 1777 is nonnegtive. Is your proof constructive

More information

PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY

PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY MAT 0630 INTERNET RESOURCES, REVIEW OF CONCEPTS AND COMMON MISTAKES PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY Contents 1. ACT Compss Prctice Tests 1 2. Common Mistkes 2 3. Distributive

More information

Use Geometry Expressions to create a more complex locus of points. Find evidence for equivalence using Geometry Expressions.

Use Geometry Expressions to create a more complex locus of points. Find evidence for equivalence using Geometry Expressions. Lerning Objectives Loci nd Conics Lesson 3: The Ellipse Level: Preclculus Time required: 120 minutes In this lesson, students will generlize their knowledge of the circle to the ellipse. The prmetric nd

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

Integration by Substitution

Integration by Substitution Integrtion by Substitution Dr. Philippe B. Lvl Kennesw Stte University August, 8 Abstrct This hndout contins mteril on very importnt integrtion method clled integrtion by substitution. Substitution is

More information

9 CONTINUOUS DISTRIBUTIONS

9 CONTINUOUS DISTRIBUTIONS 9 CONTINUOUS DISTIBUTIONS A rndom vrible whose vlue my fll nywhere in rnge of vlues is continuous rndom vrible nd will be ssocited with some continuous distribution. Continuous distributions re to discrete

More information

SPECIAL PRODUCTS AND FACTORIZATION

SPECIAL PRODUCTS AND FACTORIZATION MODULE - Specil Products nd Fctoriztion 4 SPECIAL PRODUCTS AND FACTORIZATION In n erlier lesson you hve lernt multipliction of lgebric epressions, prticulrly polynomils. In the study of lgebr, we come

More information

Vectors 2. 1. Recap of vectors

Vectors 2. 1. Recap of vectors Vectors 2. Recp of vectors Vectors re directed line segments - they cn be represented in component form or by direction nd mgnitude. We cn use trigonometry nd Pythgors theorem to switch between the forms

More information

LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES

LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES DAVID WEBB CONTENTS Liner trnsformtions 2 The representing mtrix of liner trnsformtion 3 3 An ppliction: reflections in the plne 6 4 The lgebr of

More information

2 DIODE CLIPPING and CLAMPING CIRCUITS

2 DIODE CLIPPING and CLAMPING CIRCUITS 2 DIODE CLIPPING nd CLAMPING CIRCUITS 2.1 Ojectives Understnding the operting principle of diode clipping circuit Understnding the operting principle of clmping circuit Understnding the wveform chnge of

More information

Firm Objectives. The Theory of the Firm II. Cost Minimization Mathematical Approach. First order conditions. Cost Minimization Graphical Approach

Firm Objectives. The Theory of the Firm II. Cost Minimization Mathematical Approach. First order conditions. Cost Minimization Graphical Approach Pro. Jy Bhttchry Spring 200 The Theory o the Firm II st lecture we covered: production unctions Tody: Cost minimiztion Firm s supply under cost minimiztion Short vs. long run cost curves Firm Ojectives

More information

Unit 6: Exponents and Radicals

Unit 6: Exponents and Radicals Eponents nd Rdicls -: The Rel Numer Sstem Unit : Eponents nd Rdicls Pure Mth 0 Notes Nturl Numers (N): - counting numers. {,,,,, } Whole Numers (W): - counting numers with 0. {0,,,,,, } Integers (I): -

More information

Experiment 6: Friction

Experiment 6: Friction Experiment 6: Friction In previous lbs we studied Newton s lws in n idel setting, tht is, one where friction nd ir resistnce were ignored. However, from our everydy experience with motion, we know tht

More information

Helicopter Theme and Variations

Helicopter Theme and Variations Helicopter Theme nd Vritions Or, Some Experimentl Designs Employing Pper Helicopters Some possible explntory vribles re: Who drops the helicopter The length of the rotor bldes The height from which the

More information

Lecture 5. Inner Product

Lecture 5. Inner Product Lecture 5 Inner Product Let us strt with the following problem. Given point P R nd line L R, how cn we find the point on the line closest to P? Answer: Drw line segment from P meeting the line in right

More information

Or more simply put, when adding or subtracting quantities, their uncertainties add.

Or more simply put, when adding or subtracting quantities, their uncertainties add. Propgtion of Uncertint through Mthemticl Opertions Since the untit of interest in n eperiment is rrel otined mesuring tht untit directl, we must understnd how error propgtes when mthemticl opertions re

More information

Treatment Spring Late Summer Fall 0.10 5.56 3.85 0.61 6.97 3.01 1.91 3.01 2.13 2.99 5.33 2.50 1.06 3.53 6.10 Mean = 1.33 Mean = 4.88 Mean = 3.

Treatment Spring Late Summer Fall 0.10 5.56 3.85 0.61 6.97 3.01 1.91 3.01 2.13 2.99 5.33 2.50 1.06 3.53 6.10 Mean = 1.33 Mean = 4.88 Mean = 3. The nlysis of vrince (ANOVA) Although the t-test is one of the most commonly used sttisticl hypothesis tests, it hs limittions. The mjor limittion is tht the t-test cn be used to compre the mens of only

More information

Pure C4. Revision Notes

Pure C4. Revision Notes Pure C4 Revision Notes Mrch 0 Contents Core 4 Alger Prtil frctions Coordinte Geometry 5 Prmetric equtions 5 Conversion from prmetric to Crtesin form 6 Are under curve given prmetriclly 7 Sequences nd

More information

2005-06 Second Term MAT2060B 1. Supplementary Notes 3 Interchange of Differentiation and Integration

2005-06 Second Term MAT2060B 1. Supplementary Notes 3 Interchange of Differentiation and Integration Source: http://www.mth.cuhk.edu.hk/~mt26/mt26b/notes/notes3.pdf 25-6 Second Term MAT26B 1 Supplementry Notes 3 Interchnge of Differentition nd Integrtion The theme of this course is bout vrious limiting

More information

0.1 Basic Set Theory and Interval Notation

0.1 Basic Set Theory and Interval Notation 0.1 Bsic Set Theory nd Intervl Nottion 3 0.1 Bsic Set Theory nd Intervl Nottion 0.1.1 Some Bsic Set Theory Notions Like ll good Mth ooks, we egin with definition. Definition 0.1. A set is well-defined

More information

Mathematics. Vectors. hsn.uk.net. Higher. Contents. Vectors 128 HSN23100

Mathematics. Vectors. hsn.uk.net. Higher. Contents. Vectors 128 HSN23100 hsn.uk.net Higher Mthemtics UNIT 3 OUTCOME 1 Vectors Contents Vectors 18 1 Vectors nd Sclrs 18 Components 18 3 Mgnitude 130 4 Equl Vectors 131 5 Addition nd Subtrction of Vectors 13 6 Multipliction by

More information

Basic Analysis of Autarky and Free Trade Models

Basic Analysis of Autarky and Free Trade Models Bsic Anlysis of Autrky nd Free Trde Models AUTARKY Autrky condition in prticulr commodity mrket refers to sitution in which country does not engge in ny trde in tht commodity with other countries. Consequently

More information

A.7.1 Trigonometric interpretation of dot product... 324. A.7.2 Geometric interpretation of dot product... 324

A.7.1 Trigonometric interpretation of dot product... 324. A.7.2 Geometric interpretation of dot product... 324 A P P E N D I X A Vectors CONTENTS A.1 Scling vector................................................ 321 A.2 Unit or Direction vectors...................................... 321 A.3 Vector ddition.................................................

More information

Lecture 3 Gaussian Probability Distribution

Lecture 3 Gaussian Probability Distribution Lecture 3 Gussin Probbility Distribution Introduction l Gussin probbility distribution is perhps the most used distribution in ll of science. u lso clled bell shped curve or norml distribution l Unlike

More information

** Dpt. Chemical Engineering, Kasetsart University, Bangkok 10900, Thailand

** Dpt. Chemical Engineering, Kasetsart University, Bangkok 10900, Thailand Modelling nd Simultion of hemicl Processes in Multi Pulse TP Experiment P. Phnwdee* S.O. Shekhtmn +. Jrungmnorom** J.T. Gleves ++ * Dpt. hemicl Engineering, Ksetsrt University, Bngkok 10900, Thilnd + Dpt.hemicl

More information

CS99S Laboratory 2 Preparation Copyright W. J. Dally 2001 October 1, 2001

CS99S Laboratory 2 Preparation Copyright W. J. Dally 2001 October 1, 2001 CS99S Lortory 2 Preprtion Copyright W. J. Dlly 2 Octoer, 2 Ojectives:. Understnd the principle of sttic CMOS gte circuits 2. Build simple logic gtes from MOS trnsistors 3. Evlute these gtes to oserve logic

More information

Operations with Polynomials

Operations with Polynomials 38 Chpter P Prerequisites P.4 Opertions with Polynomils Wht you should lern: Write polynomils in stndrd form nd identify the leding coefficients nd degrees of polynomils Add nd subtrct polynomils Multiply

More information

The Velocity Factor of an Insulated Two-Wire Transmission Line

The Velocity Factor of an Insulated Two-Wire Transmission Line The Velocity Fctor of n Insulted Two-Wire Trnsmission Line Problem Kirk T. McDonld Joseph Henry Lbortories, Princeton University, Princeton, NJ 08544 Mrch 7, 008 Estimte the velocity fctor F = v/c nd the

More information

Vector differentiation. Chapters 6, 7

Vector differentiation. Chapters 6, 7 Chpter 2 Vectors Courtesy NASA/JPL-Cltech Summry (see exmples in Hw 1, 2, 3) Circ 1900 A.D., J. Willird Gis invented useful comintion of mgnitude nd direction clled vectors nd their higher-dimensionl counterprts

More information

Lectures 8 and 9 1 Rectangular waveguides

Lectures 8 and 9 1 Rectangular waveguides 1 Lectures 8 nd 9 1 Rectngulr wveguides y b x z Consider rectngulr wveguide with 0 < x b. There re two types of wves in hollow wveguide with only one conductor; Trnsverse electric wves

More information

Warm-up for Differential Calculus

Warm-up for Differential Calculus Summer Assignment Wrm-up for Differentil Clculus Who should complete this pcket? Students who hve completed Functions or Honors Functions nd will be tking Differentil Clculus in the fll of 015. Due Dte:

More information

Euler Euler Everywhere Using the Euler-Lagrange Equation to Solve Calculus of Variation Problems

Euler Euler Everywhere Using the Euler-Lagrange Equation to Solve Calculus of Variation Problems Euler Euler Everywhere Using the Euler-Lgrnge Eqution to Solve Clculus of Vrition Problems Jenine Smllwood Principles of Anlysis Professor Flschk My 12, 1998 1 1. Introduction Clculus of vritions is brnch

More information

MODULE 3. 0, y = 0 for all y

MODULE 3. 0, y = 0 for all y Topics: Inner products MOULE 3 The inner product of two vectors: The inner product of two vectors x, y V, denoted by x, y is (in generl) complex vlued function which hs the following four properties: i)

More information

5.2. LINE INTEGRALS 265. Let us quickly review the kind of integrals we have studied so far before we introduce a new one.

5.2. LINE INTEGRALS 265. Let us quickly review the kind of integrals we have studied so far before we introduce a new one. 5.2. LINE INTEGRALS 265 5.2 Line Integrls 5.2.1 Introduction Let us quickly review the kind of integrls we hve studied so fr before we introduce new one. 1. Definite integrl. Given continuous rel-vlued

More information

MA 15800 Lesson 16 Notes Summer 2016 Properties of Logarithms. Remember: A logarithm is an exponent! It behaves like an exponent!

MA 15800 Lesson 16 Notes Summer 2016 Properties of Logarithms. Remember: A logarithm is an exponent! It behaves like an exponent! MA 5800 Lesson 6 otes Summer 06 Rememer: A logrithm is n eponent! It ehves like n eponent! In the lst lesson, we discussed four properties of logrithms. ) log 0 ) log ) log log 4) This lesson covers more

More information

1.2 The Integers and Rational Numbers

1.2 The Integers and Rational Numbers .2. THE INTEGERS AND RATIONAL NUMBERS.2 The Integers n Rtionl Numers The elements of the set of integers: consist of three types of numers: Z {..., 5, 4, 3, 2,, 0,, 2, 3, 4, 5,...} I. The (positive) nturl

More information

Review Problems for the Final of Math 121, Fall 2014

Review Problems for the Final of Math 121, Fall 2014 Review Problems for the Finl of Mth, Fll The following is collection of vrious types of smple problems covering sections.,.5, nd.7 6.6 of the text which constitute only prt of the common Mth Finl. Since

More information

The remaining two sides of the right triangle are called the legs of the right triangle.

The remaining two sides of the right triangle are called the legs of the right triangle. 10 MODULE 6. RADICAL EXPRESSIONS 6 Pythgoren Theorem The Pythgoren Theorem An ngle tht mesures 90 degrees is lled right ngle. If one of the ngles of tringle is right ngle, then the tringle is lled right

More information

QUADRATURE METHODS. July 19, 2011. Kenneth L. Judd. Hoover Institution

QUADRATURE METHODS. July 19, 2011. Kenneth L. Judd. Hoover Institution QUADRATURE METHODS Kenneth L. Judd Hoover Institution July 19, 2011 1 Integrtion Most integrls cnnot be evluted nlyticlly Integrls frequently rise in economics Expected utility Discounted utility nd profits

More information

Algebra Review. How well do you remember your algebra?

Algebra Review. How well do you remember your algebra? Algebr Review How well do you remember your lgebr? 1 The Order of Opertions Wht do we men when we write + 4? If we multiply we get 6 nd dding 4 gives 10. But, if we dd + 4 = 7 first, then multiply by then

More information

Pentominoes. Pentominoes. Bruce Baguley Cascade Math Systems, LLC. The pentominoes are a simple-looking set of objects through which some powerful

Pentominoes. Pentominoes. Bruce Baguley Cascade Math Systems, LLC. The pentominoes are a simple-looking set of objects through which some powerful Pentominoes Bruce Bguley Cscde Mth Systems, LLC Astrct. Pentominoes nd their reltives the polyominoes, polycues, nd polyhypercues will e used to explore nd pply vrious importnt mthemticl concepts. In this

More information

Antibody Screening. Antibody Screening in Pre-transfusion Testing and Antenatal Screening

Antibody Screening. Antibody Screening in Pre-transfusion Testing and Antenatal Screening Antiody Screening in Pre-trnsfusion Testing nd Antentl Screening Antiody Screening in Pre-trnsfusion Testing nd Antentl Screening Q. Wht re nturlly occurring or expected ntiodies? Q. Wht re typicl or unexpected

More information

Two hours UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE. Date: Friday 16 th May 2008. Time: 14:00 16:00

Two hours UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE. Date: Friday 16 th May 2008. Time: 14:00 16:00 COMP20212 Two hours UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE Digitl Design Techniques Dte: Fridy 16 th My 2008 Time: 14:00 16:00 Plese nswer ny THREE Questions from the FOUR questions provided

More information

g(y(a), y(b)) = o, B a y(a)+b b y(b)=c, Boundary Value Problems Lecture Notes to Accompany

g(y(a), y(b)) = o, B a y(a)+b b y(b)=c, Boundary Value Problems Lecture Notes to Accompany Lecture Notes to Accompny Scientific Computing An Introductory Survey Second Edition by Michel T Heth Boundry Vlue Problems Side conditions prescribing solution or derivtive vlues t specified points required

More information

SINCLAIR COMMUNITY COLLEGE DAYTON, OHIO DEPARTMENT SYLLABUS FOR COURSE IN MAT 1470 - COLLEGE ALGEBRA (4 SEMESTER HOURS)

SINCLAIR COMMUNITY COLLEGE DAYTON, OHIO DEPARTMENT SYLLABUS FOR COURSE IN MAT 1470 - COLLEGE ALGEBRA (4 SEMESTER HOURS) SINCLAIR COMMUNITY COLLEGE DAYTON, OHIO DEPARTMENT SYLLABUS FOR COURSE IN MAT 470 - COLLEGE ALGEBRA (4 SEMESTER HOURS). COURSE DESCRIPTION: Polynomil, rdicl, rtionl, exponentil, nd logrithmic functions

More information

Babylonian Method of Computing the Square Root: Justifications Based on Fuzzy Techniques and on Computational Complexity

Babylonian Method of Computing the Square Root: Justifications Based on Fuzzy Techniques and on Computational Complexity Bbylonin Method of Computing the Squre Root: Justifictions Bsed on Fuzzy Techniques nd on Computtionl Complexity Olg Koshelev Deprtment of Mthemtics Eduction University of Texs t El Pso 500 W. University

More information

6.2 Volumes of Revolution: The Disk Method

6.2 Volumes of Revolution: The Disk Method mth ppliction: volumes of revolution, prt ii Volumes of Revolution: The Disk Method One of the simplest pplictions of integrtion (Theorem ) nd the ccumultion process is to determine so-clled volumes of

More information

and thus, they are similar. If k = 3 then the Jordan form of both matrices is

and thus, they are similar. If k = 3 then the Jordan form of both matrices is Homework ssignment 11 Section 7. pp. 249-25 Exercise 1. Let N 1 nd N 2 be nilpotent mtrices over the field F. Prove tht N 1 nd N 2 re similr if nd only if they hve the sme miniml polynomil. Solution: If

More information

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions Nme Chpter Eponentil nd Logrithmic Functions Section. Eponentil Functions nd Their Grphs Objective: In this lesson ou lerned how to recognize, evlute, nd grph eponentil functions. Importnt Vocbulr Define

More information

FAULT TREES AND RELIABILITY BLOCK DIAGRAMS. Harry G. Kwatny. Department of Mechanical Engineering & Mechanics Drexel University

FAULT TREES AND RELIABILITY BLOCK DIAGRAMS. Harry G. Kwatny. Department of Mechanical Engineering & Mechanics Drexel University SYSTEM FAULT AND Hrry G. Kwtny Deprtment of Mechnicl Engineering & Mechnics Drexel University OUTLINE SYSTEM RBD Definition RBDs nd Fult Trees System Structure Structure Functions Pths nd Cutsets Reliility

More information

Rotating DC Motors Part II

Rotating DC Motors Part II Rotting Motors rt II II.1 Motor Equivlent Circuit The next step in our consiertion of motors is to evelop n equivlent circuit which cn be use to better unerstn motor opertion. The rmtures in rel motors

More information

Universal Regularizers For Robust Sparse Coding and Modeling

Universal Regularizers For Robust Sparse Coding and Modeling 1 Universl Regulrizers For Robust Sprse Coding nd Modeling Igncio Rmírez nd Guillermo Spiro Deprtment of Electricl nd Computer Engineering University of Minnesot {rmir48,guille}@umn.edu Abstrct rxiv:13.2941v2

More information

Decision Rule Extraction from Trained Neural Networks Using Rough Sets

Decision Rule Extraction from Trained Neural Networks Using Rough Sets Decision Rule Extrction from Trined Neurl Networks Using Rough Sets Alin Lzr nd Ishwr K. Sethi Vision nd Neurl Networks Lbortory Deprtment of Computer Science Wyne Stte University Detroit, MI 48 ABSTRACT

More information

M I N I S T R Y O F E D U C A T I O N

M I N I S T R Y O F E D U C A T I O N M I N I S T R Y O F E D U C A T I O N Repulic of Ghn TEACHING SYLLABUS FOR SENIOR HIGH SCHOOL ELECTIVE MATHEMATICS Enquiries nd comments on this syllus should e ddressed to: The Director Curriculum Reserch

More information

Section 7-4 Translation of Axes

Section 7-4 Translation of Axes 62 7 ADDITIONAL TOPICS IN ANALYTIC GEOMETRY Section 7-4 Trnsltion of Aes Trnsltion of Aes Stndrd Equtions of Trnslted Conics Grphing Equtions of the Form A 2 C 2 D E F 0 Finding Equtions of Conics In the

More information

Module 2. Analysis of Statically Indeterminate Structures by the Matrix Force Method. Version 2 CE IIT, Kharagpur

Module 2. Analysis of Statically Indeterminate Structures by the Matrix Force Method. Version 2 CE IIT, Kharagpur Module Anlysis of Stticlly Indeterminte Structures by the Mtrix Force Method Version CE IIT, Khrgpur esson 9 The Force Method of Anlysis: Bems (Continued) Version CE IIT, Khrgpur Instructionl Objectives

More information

FUNCTIONS AND EQUATIONS. xεs. The simplest way to represent a set is by listing its members. We use the notation

FUNCTIONS AND EQUATIONS. xεs. The simplest way to represent a set is by listing its members. We use the notation FUNCTIONS AND EQUATIONS. SETS AND SUBSETS.. Definition of set. A set is ny collection of objects which re clled its elements. If x is n element of the set S, we sy tht x belongs to S nd write If y does

More information

Answer, Key Homework 10 David McIntyre 1

Answer, Key Homework 10 David McIntyre 1 Answer, Key Homework 10 Dvid McIntyre 1 This print-out should hve 22 questions, check tht it is complete. Multiple-choice questions my continue on the next column or pge: find ll choices efore mking your

More information

Simulation of operation modes of isochronous cyclotron by a new interative method

Simulation of operation modes of isochronous cyclotron by a new interative method NUKLEONIKA 27;52(1):29 34 ORIGINAL PAPER Simultion of opertion modes of isochronous cyclotron y new intertive method Ryszrd Trszkiewicz, Mrek Tlch, Jcek Sulikowski, Henryk Doruch, Tdeusz Norys, Artur Srok,

More information

1. Definition, Basic concepts, Types 2. Addition and Subtraction of Matrices 3. Scalar Multiplication 4. Assignment and answer key 5.

1. Definition, Basic concepts, Types 2. Addition and Subtraction of Matrices 3. Scalar Multiplication 4. Assignment and answer key 5. . Definition, Bsi onepts, Types. Addition nd Sutrtion of Mtries. Slr Multiplition. Assignment nd nswer key. Mtrix Multiplition. Assignment nd nswer key. Determinnt x x (digonl, minors, properties) summry

More information

Example A rectangular box without lid is to be made from a square cardboard of sides 18 cm by cutting equal squares from each corner and then folding

Example A rectangular box without lid is to be made from a square cardboard of sides 18 cm by cutting equal squares from each corner and then folding 1 Exmple A rectngulr box without lid is to be mde from squre crdbord of sides 18 cm by cutting equl squres from ech corner nd then folding up the sides. 1 Exmple A rectngulr box without lid is to be mde

More information

Vectors and dyadics. Chapter 2. Summary. 2.1 Examples of scalars, vectors, and dyadics

Vectors and dyadics. Chapter 2. Summary. 2.1 Examples of scalars, vectors, and dyadics Chpter 2 Vectors nd dydics Summry Circ 1900 A.D., J. Willird Gis proposed the ide of vectors nd their higher-dimensionl counterprts dydics, tridics, ndpolydics. Vectors descrie three-dimensionl spce nd

More information

Econ 4721 Money and Banking Problem Set 2 Answer Key

Econ 4721 Money and Banking Problem Set 2 Answer Key Econ 472 Money nd Bnking Problem Set 2 Answer Key Problem (35 points) Consider n overlpping genertions model in which consumers live for two periods. The number of people born in ech genertion grows in

More information

Physics 43 Homework Set 9 Chapter 40 Key

Physics 43 Homework Set 9 Chapter 40 Key Physics 43 Homework Set 9 Chpter 4 Key. The wve function for n electron tht is confined to x nm is. Find the normliztion constnt. b. Wht is the probbility of finding the electron in. nm-wide region t x

More information

Outline of the Lecture. Software Testing. Unit & Integration Testing. Components. Lecture Notes 3 (of 4)

Outline of the Lecture. Software Testing. Unit & Integration Testing. Components. Lecture Notes 3 (of 4) Outline of the Lecture Softwre Testing Lecture Notes 3 (of 4) Integrtion Testing Top-down ottom-up ig-ng Sndwich System Testing cceptnce Testing istriution of ults in lrge Industril Softwre System (ISST

More information

Economics Letters 65 (1999) 9 15. macroeconomists. a b, Ruth A. Judson, Ann L. Owen. Received 11 December 1998; accepted 12 May 1999

Economics Letters 65 (1999) 9 15. macroeconomists. a b, Ruth A. Judson, Ann L. Owen. Received 11 December 1998; accepted 12 May 1999 Economics Letters 65 (1999) 9 15 Estimting dynmic pnel dt models: guide for q mcroeconomists b, * Ruth A. Judson, Ann L. Owen Federl Reserve Bord of Governors, 0th & C Sts., N.W. Wshington, D.C. 0551,

More information

Multiplication and Division - Left to Right. Addition and Subtraction - Left to Right.

Multiplication and Division - Left to Right. Addition and Subtraction - Left to Right. Order of Opertions r of Opertions Alger P lese Prenthesis - Do ll grouped opertions first. E cuse Eponents - Second M D er Multipliction nd Division - Left to Right. A unt S hniqu Addition nd Sutrction

More information

CUBIC-FOOT VOLUME OF A LOG

CUBIC-FOOT VOLUME OF A LOG CUBIC-FOOT VOLUME OF A LOG Wys to clculte cuic foot volume ) xylometer: tu of wter sumerge tree or log in wter nd find volume of wter displced. ) grphic: exmple: log length = 4 feet, ech section feet in

More information

Chapter. Contents: A Constructing decimal numbers

Chapter. Contents: A Constructing decimal numbers Chpter 9 Deimls Contents: A Construting deiml numers B Representing deiml numers C Deiml urreny D Using numer line E Ordering deimls F Rounding deiml numers G Converting deimls to frtions H Converting

More information

Understanding camera trade-offs through a Bayesian analysis of light field projections

Understanding camera trade-offs through a Bayesian analysis of light field projections Understnding cmer trde-offs through Byesin nlysis of light field projections Ant Levin 1 Willim T. Freemn 1,2 Frédo Durnd 1 1 MIT CSAIL 2 Adoe Systems Astrct. Computer vision hs trditionlly focused on

More information

How To Write A Recipe Card

How To Write A Recipe Card Interntionl Journl of Forecsting 18 (2002) 625 646 www.elsevier.com/ locte/ ijforecst A genetic lgorithms pproch to growth phse forecsting of wireless suscriers 1,2 Rjkumr Venktesn, V. Kumr* ING Center

More information

M5A42 APPLIED STOCHASTIC PROCESSES PROBLEM SHEET 1 SOLUTIONS Term 1 2010-2011

M5A42 APPLIED STOCHASTIC PROCESSES PROBLEM SHEET 1 SOLUTIONS Term 1 2010-2011 M5A42 APPLIED STOCHASTIC PROCESSES PROBLEM SHEET 1 SOLUTIONS Term 1 21-211 1. Clculte the men, vrince nd chrcteristic function of the following probbility density functions. ) The exponentil distribution

More information

SPH simulation of fluid-structure interaction problems

SPH simulation of fluid-structure interaction problems Diprtimento di ingegneri idrulic e mientle SPH simultion of fluid-structure interction prolems C. Antoci, M. Gllti, S. Siill Reserch project Prolem: deformtion of plte due to the ction of fluid (lrge displcement

More information

How To Make A Network More Efficient

How To Make A Network More Efficient Rethinking Virtul Network Emedding: Sustrte Support for Pth Splitting nd Migrtion Minln Yu, Yung Yi, Jennifer Rexford, Mung Ching Princeton University Princeton, NJ {minlnyu,yyi,jrex,chingm}@princeton.edu

More information

Online Multicommodity Routing with Time Windows

Online Multicommodity Routing with Time Windows Konrd-Zuse-Zentrum für Informtionstechnik Berlin Tkustrße 7 D-14195 Berlin-Dhlem Germny TOBIAS HARKS 1 STEFAN HEINZ MARC E. PFETSCH TJARK VREDEVELD 2 Online Multicommodity Routing with Time Windows 1 Institute

More information

Vectors and dyadics. Chapter 2. Summary. 2.1 Examples of scalars, vectors, and dyadics

Vectors and dyadics. Chapter 2. Summary. 2.1 Examples of scalars, vectors, and dyadics Chpter 2 Vectors nd dydics Summry Circ 1900 A.D., J. Willird Gis proposed the ide of vectors nd their higher-dimensionl counterprts dydics, tridics, ndpolydics. Vectors descrie three-dimensionl spce nd

More information

The Definite Integral

The Definite Integral Chpter 4 The Definite Integrl 4. Determining distnce trveled from velocity Motivting Questions In this section, we strive to understnd the ides generted by the following importnt questions: If we know

More information

. At first sight a! b seems an unwieldy formula but use of the following mnemonic will possibly help. a 1 a 2 a 3 a 1 a 2

. At first sight a! b seems an unwieldy formula but use of the following mnemonic will possibly help. a 1 a 2 a 3 a 1 a 2 7 CHAPTER THREE. Cross Product Given two vectors = (,, nd = (,, in R, the cross product of nd written! is defined to e: " = (!,!,! Note! clled cross is VECTOR (unlike which is sclr. Exmple (,, " (4,5,6

More information

COMPONENTS: COMBINED LOADING

COMPONENTS: COMBINED LOADING LECTURE COMPONENTS: COMBINED LOADING Third Edition A. J. Clrk School of Engineering Deprtment of Civil nd Environmentl Engineering 24 Chpter 8.4 by Dr. Ibrhim A. Asskkf SPRING 2003 ENES 220 Mechnics of

More information

Java CUP. Java CUP Specifications. User Code Additions You may define Java code to be included within the generated parser:

Java CUP. Java CUP Specifications. User Code Additions You may define Java code to be included within the generated parser: Jv CUP Jv CUP is prser-genertion tool, similr to Ycc. CUP uilds Jv prser for LALR(1) grmmrs from production rules nd ssocited Jv code frgments. When prticulr production is recognized, its ssocited code

More information

Utilization of Smoking Cessation Benefits in Medicaid Managed Care, 2009-2013

Utilization of Smoking Cessation Benefits in Medicaid Managed Care, 2009-2013 Utiliztion of Smoking Cesstion Benefits in Medicid Mnged Cre, 2009-2013 Office of Qulity nd Ptient Sfety New York Stte Deprtment of Helth Jnury 2015 Introduction According to the New York Stte Tocco Control

More information

QoS Mechanisms C HAPTER 3. 3.1 Introduction. 3.2 Classification

QoS Mechanisms C HAPTER 3. 3.1 Introduction. 3.2 Classification C HAPTER 3 QoS Mechnisms 3.1 Introduction In the previous chpter, we introduced the fundmentl QoS concepts. In this chpter we introduce number of key QoS mechnisms tht enble QoS services. At the end of

More information