Homework Assignment Number Eight Solutions

Size: px
Start display at page:

Download "Homework Assignment Number Eight Solutions"

Transcription

1 D Keer MSE 0 Dept o Materals Scece & Egeerg Uversty o Teessee Kovlle Homework Assgmet Number Eght Solutos Problem Fd the soluto to the ollowg system o olear algebrac equatos ear () Soluto: s Sce ths s a system o three olear algebrac equatos wth three ukows we ca use the multvarate Newto-Raphso wth umercal appromatos to the dervatves We wll set a tolerace o 0-6 The put ucto looks lke: ucto = ukeval() these two les orce a colum vector o legth = ma(sze()); = zeros(); eter the uctos here () = () + *() + *() - ; () = ()^ - *()^; () = () - s(()); The commad le prompt ad output yelds >> [err] = rd([]0e-6) ter = err = 8e-0 = 08e+00 ter = err = 97e-0 = 5e-0 ter = err = 50e-0 = 66e-0 ter = err = 8e-06 = 95e-0 ter = err = e-06 = 97e-0 ter = err = 80e-07 = e-0 = err = = e e-0 Thereore the soluto s ad 0 Problem Perorm teratos o multvarate Newto-Raphso o the ollowg system o olear algebrac equatos (k ) Show the value o the acoba resdual ad at each terato Use ad tal guess o ( ) = () Report the values o ( ) or the rst two teratos Soluto:

2 D Keer MSE 0 Dept o Materals Scece & Egeerg Uversty o Teessee Kovlle I order to perorm the multvarate Newto-Raphso method we must rst determe the uctoal orm o the partal dervatves The ollowg the algorthm outled above: Step Oe Make a tal guess I ths case the tal guess s gve the problem statemet: = 0 ad = 0 Step Two Usg that tal guess calculate the resdual ad the acoba ad 0 R Step Three Solve ) ( ) ( ) ( k k k R (Usg Lear Algebra) 0 0 Step Four Calculate ew values or () Step Fve Loop back to Step ad repeat utl coverged Here are what urther teratos yeld terato R e e e e - Problem A uderstadg o thermodyamcs allow us to descrbe chemcal equlbrum I we put chemcals A ad B a pot ad they react to orm chemcal C we ca determe how much o A B ad C are preset uder ether (a) sothermal codtos where the pot s mataed at a costat temperature or (b) adabatc codtos where the pot s sulated ad o heat s allowed to escape I we have three chemcals we ca cosder that we have three

3 D Keer MSE 0 Dept o Materals Scece & Egeerg Uversty o Teessee Kovlle ukows the mole racto o each compoet but t turs out those three ukows ca be related to a sgle varable the etet o reacto The relatoshp betwee the umber o moles ad the etet o reacto s al tal where we have to kow the tal umber o moles the pot ad the stochometrc cocet I we wat the al mole ractos we ca relate them to the al moles va: j j I the sothermal case the oly equato s a epresso or the chemcal equlbrum betwee reactats ad products Ths epresso s coded up a MatLab put le or use wth rdm ad provded below I the adabatc case we have a addtoal varable the ukow adabatc temperature whch s determed through a eergy balace whch s also provded the put le below Cosder the reacto: ½ N + / H NH Cosder a batch reactor (a closed pot) wth tally 05 moles o N 5 moles o H ad 00 moles o NH all tally at 5 C (a) Solve or the etet o reacto the reactor s operated sothermally at T so = 500 K ad the pressure s atm (Set the varable adabatc = 0 or ths case) Also use the equatos provded above to report al mole ractos o each compoet (b) Solve or the etet o reacto ad adabatc temperature the reactor s operated adabatcally K ad the pressure s atm (Set the varable adabatc = or ths case) Also use the equatos provded above to report al mole ractos o each compoet To solve ths problem you requre a buch o physcal costats These are already etered the put le but are provded here aga or the sake o completeess Heats o ormato (Kcal/mol) troge hydroge ammoa H = [0; 0; -0960]; Free eerges o ormato (Kcal/mol) troge hydroge ammoa G = [00; 00; -90]; Heat capacty costats (a rst row b secod row c thrd row d ourth row) troge hydroge ammoa Cpco = [ ]; Soluto: (a) Isothermal Problem For the sothermal problem we have oe ukow: the etet o reacto Usg the put ucto provded below we have

4 D Keer MSE 0 Dept o Materals Scece & Egeerg Uversty o Teessee Kovlle >> [err] = rd([05]0e-6) ter = err = 7e-0 = e+00 ter = err = 5e-0 = 70e-0 ter = err = 658e-0 = 86e-0 ter = err = 906e-0 = 0e-0 ter = 5 err = e-0 = 08e-0 ter = 6 err = e-08 = 7e-08 = err = = e e-08 The problem coverged ad the etet o reacto s 0085 moles The al moles o ay speces s determed by addg the tal moles ad the stochometrc coecet tmes the etet o reacto al tal N tal N N al H al H tal H al NH tal NH NH We ca covert these moles to mole ractos va 008 j j N 057 H NH (b) Adabatc Problem For the adabatc problem we have two ukows: the etet o reacto ad the al temperature We use the same put as problem (a) but chage two les: pressure = ; adabatc = ; >> [err] = rd([050]0e-6) ter = err = 09e+0 = 550e+0 ter = err = e+0 = 60e+00 ter = err = 07e+0 = 0e+00 ter = err = 8e+0 = 60e-0 ter = 5 err = 9e+00 = 0e-0 ter = 6 err = 0e-0 = 8e-0 ter = 7 err = 6e-0 = 5e-06 ter = 8 err = 75e-09 = 6e- = 0e+0 * err = = e e-

5 D Keer MSE 0 Dept o Materals Scece & Egeerg Uversty o Teessee Kovlle The problem coverged The etet o reacto s The adabatc temperature s 685 K The al moles o ay speces s determed by addg the tal moles ad the stochometrc coecet tmes the etet o reacto al tal al N tal N N al H tal H H al NH tal NH NH We ca covert these moles to mole ractos va j j N 090 H NH Iput le rom Problem (a): ucto = ukeval() these two les orce a colum vector o legth = ma(sze()); = zeros(); eter the uctos here adabatc chemcal reacto equlbra calculato troge plus hydroge to ammoa (Sadler Illustrato 9- page 509) Checklst () Make sure you have etered the correct umber o reactos (r) () Make sure you have etered the correct umber o compoets (c) () Set adabatc = or adabatc system set adabatc = 0 or sothermal system () I the system s sothermal set the sothermal temperature (Tso) (5) Eter tal mole amouts o each compoet (low) (6) Eter tal temperature o each compoet (T) (7) Eter reactor pressure atmospheres (pressure) (8) Eter the stochometrc matr (9) Eter the heats o ormato (Kcal/mol) Eter the ree eerges o ormato (Kcal/mol) () Eter the heat capacty costats STEP ONE ENTER PROBLEM SPECIFICATIONS () umber o depet chemcal reactos r = ; ()umber o compoets c = ; () determes whether the system s adabatc or sothermal 5

6 D Keer MSE 0 Dept o Materals Scece & Egeerg Uversty o Teessee Kovlle adabatc = 0; adabatc = ; () sothermal temperature Tso = 50; (5) let lowrates low=zeros(c); low() = 05; low() = 5; (6) let temperatures (K) T=zeros(c); TempC = 5; T() = TempC+7; T() = TempC+7; (7) reactor pressure atmospheres pressure = ; put ths atmospheres (8) stochometrc matr the order s N H NH u=[-/ -/ ]; (9) heats o ormato at the reerece temperature rom Sadler (Kcal/mol) N H NH H = [0; 0; -0960]; ree eerges o ormato at the reerece temperature rom Sadler (Kcal/mol) N H NH G = [00; 00; -90]; () heat capacty costats rom Sadler App Each colum cotas parameters or a gve compoet The our rows cota the our parameters a b c d or Cp = 8*(a + b*t/0^ + c*t^/0^5 +d*t^/0^9) [oules/mole/k] N H NH Cpco = [ ]; you wo't eed to touch aythg below here STEP TWO: LET THE PROGRAM DO ITS WORK STEP TWO A: Idety ukows r etets o reacto X=zeros(r); or = :r X() = (); Temperature (adabatc == ) T = (r+); else 6

7 D Keer MSE 0 Dept o Materals Scece & Egeerg Uversty o Teessee Kovlle T=Tso; STEP TWO B DEFINE KNOWNS H = H*8*000; (oules/mol) G = G*8*000; (oules/mol) reerece temperature Tre = 5 + 7; costats R = 8; [/mol/k] RT = R*T; heats o reacto at the reerece temperature DHrre = u*h; ree eerges o reacto at at the reerece temperature DGrre = u*g; scale heat capacty costats or k = :c Cpco(k) = Cpco(k)*0^-; Cpco(k) = Cpco(k)*0^-5; Cpco(k) = Cpco(k)*0^-9; Cpco = 8*Cpco; Cp = 8*(Cpco() + Cpco()*T/0^ + Cpco()*T^/0^5 +Cpco()*T^/0^9) ethalpes at arbtrary T (eed ths or low out o the reactor term eergy balace) or k = :c Cpt(k) = Cpt(TCpcok) - Cpt(TreCpcok); heats o reacto at arbtrary T (eed ths or eergy balace) or = :r DHr() = DHrre(); or k = :c DHr() = DHr() + u(k)*cpt(k); calculate equlbrum costats at the reerece temperature or = :r Kare() = ep(-dgrre()/(r*tre)); tegrate the heat o reacto over RT^ rom Tre to T (eed ths to calculate Ka as a ucto o Temperature) or = :r term = DHroRTtuk(TTreCpcouDHrreRc); term = DHroRTtuk(TreTreCpcouDHrreRc); DHroRTt() = term - term; calculate equlbrum costats at arbtrary temperature or = :r Ka() = Kare()*ep(DHroRTt()); 7

8 D Keer MSE 0 Dept o Materals Scece & Egeerg Uversty o Teessee Kovlle dee molar composto based o etet o reactos E = low; or = :r or k = :c E(k) = E(k) + u(k)*x(); E = sum(e); E = E/E; stream ethalpes heat = zeros(c); or k = :c heat(k) = low(k)*(cpt(t(k)cpcok) - Cpt(TreCpcok)); heattot = sum(heat); heatout = zeros(c); or k = :c heatout(k) = E*E(k)*(Cpt(TCpcok) - Cpt(TreCpcok)); heatouttot = sum(heatout); Step Three Wrte dow r+ equatos r equlbrum cotrats or = :r () = ; or k = :c () = ()*(E(k)^u(k)); () = () - (pressure^(-sum(u(:))))*ka(); c materal balaces mole = low + u'*x - E*E; or k = :c (k+r) = mole(k); mole racto costrat (r+c+) = sum(e) - ; eergy balace covad = 00; heatr = 00; or = :r heatr = heatr + DHr()*X(); (adabatc == ) (r+) = covad*(heattot - heatouttot - heatr); prt ('E = 5e 5e 5e \' E() E() E()) tegrated heat capacty o compoet k ucto y = Cpt(TCpcok) Cp = 8*(a + b*t/0^ + c*t^/0^5 +d*t^/0^9) [oules/mole/k] y = Cpco(k)*T + Cpco(k)*T^/ + Cpco(k)*T^/ + Cpco(k)*T^/; [oules/mole] 8

9 D Keer MSE 0 Dept o Materals Scece & Egeerg Uversty o Teessee Kovlle tegrate the heat o reacto over RT^ rom Tre to T ucto y = DHroRTtuk(TTreCpcouDHrreRc) terma = -DHrre()/(R*T); termb = 00; or k = :c tb = Cpco(k)*log(T) + Cpco(k)/*T + Cpco(k)/6*T^ + Cpco(k)/*T^; tb = Cpco(k)*Tre + Cpco(k)*Tre^/ + Cpco(k)*Tre^/ + Cpco(k)*Tre^/; termb = termb + u(k)/r*(tb + tb/t); y = terma + termb; 9

We have already referred to a certain reaction, which takes place at high temperature after rich combustion.

We have already referred to a certain reaction, which takes place at high temperature after rich combustion. ME 41 Day 13 Topcs Chemcal Equlbrum - Theory Chemcal Equlbrum Example #1 Equlbrum Costats Chemcal Equlbrum Example #2 Chemcal Equlbrum of Hot Bured Gas 1. Chemcal Equlbrum We have already referred to a

More information

General Method for Calculating Chemical Equilibrium Composition

General Method for Calculating Chemical Equilibrium Composition AE 6766/Setzma Sprg 004 Geeral Metod for Calculatg Cemcal Equlbrum Composto For gve tal codtos (e.g., for gve reactats, coose te speces to be cluded te products. As a example, for combusto of ydroge wt

More information

Chapter 5. Curve fitting

Chapter 5. Curve fitting Chapter 5 Curve ttg Assgmet please use ecell Gve the data elow use least squares regresso to t a a straght le a power equato c a saturato-growthrate equato ad d a paraola. Fd the r value ad justy whch

More information

Applying the condition for equilibrium to this equilibrium, we get (1) n i i =, r G and 5 i

Applying the condition for equilibrium to this equilibrium, we get (1) n i i =, r G and 5 i CHEMICAL EQUILIBRIA The Thermodyamc Equlbrum Costat Cosder a reversble reacto of the type 1 A 1 + 2 A 2 + W m A m + m+1 A m+1 + Assgg postve values to the stochometrc coeffcets o the rght had sde ad egatve

More information

ENGI 4430 Numerical Integration Page 5-01

ENGI 4430 Numerical Integration Page 5-01 ENGI 443 Numercal Itegrato Page 5-5. Numercal Itegrato I some o our prevous work, (most otaly the evaluato o arc legth), t has ee dcult or mpossle to d the dete tegral. Varous symolc algera ad calculus

More information

PGE 310: Formulation and Solution in Geosystems Engineering. Dr. Balhoff. Interpolation

PGE 310: Formulation and Solution in Geosystems Engineering. Dr. Balhoff. Interpolation PGE 30: Formulato ad Soluto Geosystems Egeerg Dr. Balhoff Iterpolato Numercal Methods wth MATLAB, Recktewald, Chapter 0 ad Numercal Methods for Egeers, Chapra ad Caale, 5 th Ed., Part Fve, Chapter 8 ad

More information

36.1 Why is it important to be able to find roots to systems of equations? Up to this point, we have discussed how to find the solution to

36.1 Why is it important to be able to find roots to systems of equations? Up to this point, we have discussed how to find the solution to ChE Lecture Notes - D. Keer, 5/9/98 Lecture 6,7,8 - Rootndng n systems o equatons (A) Theory (B) Problems (C) MATLAB Applcatons Tet: Supplementary notes rom Instructor 6. Why s t mportant to be able to

More information

ESS Line Fitting

ESS Line Fitting ESS 5 014 17. Le Fttg A very commo problem data aalyss s lookg for relatoshpetwee dfferet parameters ad fttg les or surfaces to data. The smplest example s fttg a straght le ad we wll dscuss that here

More information

2006 Jamie Trahan, Autar Kaw, Kevin Martin University of South Florida United States of America

2006 Jamie Trahan, Autar Kaw, Kevin Martin University of South Florida United States of America SOLUTION OF SYSTEMS OF SIMULTANEOUS LINEAR EQUATIONS Gauss-Sedel Method 006 Jame Traha, Autar Kaw, Kev Mart Uversty of South Florda Uted States of Amerca kaw@eg.usf.edu Itroducto Ths worksheet demostrates

More information

Cubic Nonpolynomial Spline Approach to the Solution of a Second Order Two-Point Boundary Value Problem

Cubic Nonpolynomial Spline Approach to the Solution of a Second Order Two-Point Boundary Value Problem Joural of Amerca Scece ;6( Cubc Nopolyomal Sple Approach to the Soluto of a Secod Order Two-Pot Boudary Value Problem W.K. Zahra, F.A. Abd El-Salam, A.A. El-Sabbagh ad Z.A. ZAk * Departmet of Egeerg athematcs

More information

Assignment 7/MATH 247/Winter, 2010 Due: Friday, March 19. Powers of a square matrix

Assignment 7/MATH 247/Winter, 2010 Due: Friday, March 19. Powers of a square matrix Assgmet 7/MATH 47/Wter, 00 Due: Frday, March 9 Powers o a square matrx Gve a square matrx A, ts powers A or large, or eve arbtrary, teger expoets ca be calculated by dagoalzg A -- that s possble (!) Namely,

More information

UNIT 2 SOLUTION OF ALGEBRAIC AND TRANSCENDENTAL EQUATIONS

UNIT 2 SOLUTION OF ALGEBRAIC AND TRANSCENDENTAL EQUATIONS Numercal Computg -I UNIT SOLUTION OF ALGEBRAIC AND TRANSCENDENTAL EQUATIONS Structure Page Nos..0 Itroducto 6. Objectves 7. Ital Approxmato to a Root 7. Bsecto Method 8.. Error Aalyss 9.4 Regula Fals Method

More information

( ) 2 2. Multi-Layer Refraction Problem Rafael Espericueta, Bakersfield College, November, 2006

( ) 2 2. Multi-Layer Refraction Problem Rafael Espericueta, Bakersfield College, November, 2006 Mult-Layer Refracto Problem Rafael Espercueta, Bakersfeld College, November, 006 Lght travels at dfferet speeds through dfferet meda, but refracts at layer boudares order to traverse the least-tme path.

More information

Ordinary Least Squares Regression. Simple Regression. Algebra and Assumptions.

Ordinary Least Squares Regression. Simple Regression. Algebra and Assumptions. Ordary Least Squares egresso. Smple egresso. Algebra ad Assumptos. I ths part of the course we are gog to study a techque for aalysg the lear relatoshp betwee two varables Y ad X. We have pars of observatos

More information

ENGI 4421 Propagation of Error Page 8-01

ENGI 4421 Propagation of Error Page 8-01 ENGI 441 Propagato of Error Page 8-01 Propagato of Error [Navd Chapter 3; ot Devore] Ay realstc measuremet procedure cotas error. Ay calculatos based o that measuremet wll therefore also cota a error.

More information

Logistic regression (continued)

Logistic regression (continued) STAT562 page 138 Logstc regresso (cotued) Suppose we ow cosder more complex models to descrbe the relatoshp betwee a categorcal respose varable (Y) that takes o two (2) possble outcomes ad a set of p explaatory

More information

Chapter 7. Solution of Ordinary Differential Equations

Chapter 7. Solution of Ordinary Differential Equations Ordar Dfferetal Equatos - 4 Chapter 7. Soluto of Ordar Dfferetal Equatos 7.. Itroducto The damc behavor of ma relevat sstems ad materals ca be descrbed wth ordar dfferetal equatos ODEs. I ths chapter,

More information

Chemistry 163B Introduction to Multicomponent Systems and Partial Molar Quantities

Chemistry 163B Introduction to Multicomponent Systems and Partial Molar Quantities Chemstry 163B Itroducto to Multcompoet Systems ad Partal Molar Quattes 1 the problem of partal mmolar quattes mx: 10 moles ethaol C H 5 OH (580 ml) wth 1 mole water H O (18 ml) get (580+18)=598 ml of soluto?

More information

. The set of these sums. be a partition of [ ab, ]. Consider the sum f( x) f( x 1)

. The set of these sums. be a partition of [ ab, ]. Consider the sum f( x) f( x 1) Chapter 7 Fuctos o Bouded Varato. Subject: Real Aalyss Level: M.Sc. Source: Syed Gul Shah (Charma, Departmet o Mathematcs, US Sargodha Collected & Composed by: Atq ur Rehma (atq@mathcty.org, http://www.mathcty.org

More information

Statistics of Random DNA

Statistics of Random DNA Statstcs of Radom DNA Aruma Ray Aaro Youg SUNY Geeseo Bomathematcs Group The Am To obta the epectato ad varaces for the ethalpy chage ΔH, etropy chage ΔS ad the free eergy chage ΔG for a radom -mer of

More information

1 Lyapunov Stability Theory

1 Lyapunov Stability Theory Lyapuov Stablty heory I ths secto we cosder proofs of stablty of equlbra of autoomous systems. hs s stadard theory for olear systems, ad oe of the most mportat tools the aalyss of olear systems. It may

More information

Applied Fitting Theory VII. Building Virtual Particles

Applied Fitting Theory VII. Building Virtual Particles Appled Fttg heory II Paul Avery CBX 98 38 Jue 8, 998 Apr. 7, 999 (rev.) Buldg rtual Partcles I Statemet of the problem I may physcs aalyses we ecouter the problem of mergg a set of partcles to a sgle partcle

More information

Functions of Random Variables

Functions of Random Variables Fuctos of Radom Varables Chapter Fve Fuctos of Radom Varables 5. Itroducto A geeral egeerg aalyss model s show Fg. 5.. The model output (respose) cotas the performaces of a system or product, such as weght,

More information

1 0, x? x x. 1 Root finding. 1.1 Introduction. Solve[x^2-1 0,x] {{x -1},{x 1}} Plot[x^2-1,{x,-2,2}] 3

1 0, x? x x. 1 Root finding. 1.1 Introduction. Solve[x^2-1 0,x] {{x -1},{x 1}} Plot[x^2-1,{x,-2,2}] 3 Adrew Powuk - http://www.powuk.com- Math 49 (Numercal Aalyss) Root fdg. Itroducto f ( ),?,? Solve[^-,] {{-},{}} Plot[^-,{,-,}] Cubc equato https://e.wkpeda.org/wk/cubc_fucto Quartc equato https://e.wkpeda.org/wk/quartc_fucto

More information

Data Processing Techniques

Data Processing Techniques Uverstas Gadjah Mada Departmet o Cvl ad Evrometal Egeerg Master o Egeerg Natural Dsaster Maagemet Data Processg Techques Curve Fttg: Regresso ad Iterpolato 3Oct7 Curve Fttg Reerece Chapra, S.C., Caale

More information

C-1: Aerodynamics of Airfoils 1 C-2: Aerodynamics of Airfoils 2 C-3: Panel Methods C-4: Thin Airfoil Theory

C-1: Aerodynamics of Airfoils 1 C-2: Aerodynamics of Airfoils 2 C-3: Panel Methods C-4: Thin Airfoil Theory ROAD MAP... AE301 Aerodyamcs I UNIT C: 2-D Arfols C-1: Aerodyamcs of Arfols 1 C-2: Aerodyamcs of Arfols 2 C-3: Pael Methods C-4: Th Arfol Theory AE301 Aerodyamcs I Ut C-3: Lst of Subects Problem Solutos?

More information

ANALYSIS ON THE NATURE OF THE BASIC EQUATIONS IN SYNERGETIC INTER-REPRESENTATION NETWORK

ANALYSIS ON THE NATURE OF THE BASIC EQUATIONS IN SYNERGETIC INTER-REPRESENTATION NETWORK Far East Joural of Appled Mathematcs Volume, Number, 2008, Pages Ths paper s avalable ole at http://www.pphm.com 2008 Pushpa Publshg House ANALYSIS ON THE NATURE OF THE ASI EQUATIONS IN SYNERGETI INTER-REPRESENTATION

More information

Chemistry 163B Introduction to Multicomponent Systems and Partial Molar Quantities

Chemistry 163B Introduction to Multicomponent Systems and Partial Molar Quantities Chemstry 163 Itroducto to Multcompoet Systems ad Partal Molar Quattes 1 the problem of partal mmolar quattes mx: 10 moles ethaol C H 5 OH (580 ml) wth 1 mole water H O (18 ml) get (580+18)=598 ml of soluto?

More information

First Law of Thermodynamics

First Law of Thermodynamics Cocept o Iteral Eergy, U Iteral eergy s the sum o the ketc ad potetal eerges o the partcles that make up the system. Frst Law o Thermodyamcs Chapter Coservato o Eergy At molecular level, cotrbutors to

More information

G S Power Flow Solution

G S Power Flow Solution G S Power Flow Soluto P Q I y y * 0 1, Y y Y 0 y Y Y 1, P Q ( k) ( k) * ( k 1) 1, Y Y PQ buses * 1 P Q Y ( k1) *( k) ( k) Q Im[ Y ] 1 P buses & Slack bus ( k 1) *( k) ( k) Y 1 P Re[ ] Slack bus 17 Calculato

More information

Lecture Notes 2. The ability to manipulate matrices is critical in economics.

Lecture Notes 2. The ability to manipulate matrices is critical in economics. Lecture Notes. Revew of Matrces he ablt to mapulate matrces s crtcal ecoomcs.. Matr a rectagular arra of umbers, parameters, or varables placed rows ad colums. Matrces are assocated wth lear equatos. lemets

More information

MOLECULAR VIBRATIONS

MOLECULAR VIBRATIONS MOLECULAR VIBRATIONS Here we wsh to vestgate molecular vbratos ad draw a smlarty betwee the theory of molecular vbratos ad Hückel theory. 1. Smple Harmoc Oscllator Recall that the eergy of a oe-dmesoal

More information

EECE 301 Signals & Systems

EECE 301 Signals & Systems EECE 01 Sgals & Systems Prof. Mark Fowler Note Set #9 Computg D-T Covoluto Readg Assgmet: Secto. of Kame ad Heck 1/ Course Flow Dagram The arrows here show coceptual flow betwee deas. Note the parallel

More information

D. L. Bricker, 2002 Dept of Mechanical & Industrial Engineering The University of Iowa. CPL/XD 12/10/2003 page 1

D. L. Bricker, 2002 Dept of Mechanical & Industrial Engineering The University of Iowa. CPL/XD 12/10/2003 page 1 D. L. Brcker, 2002 Dept of Mechacal & Idustral Egeerg The Uversty of Iowa CPL/XD 2/0/2003 page Capactated Plat Locato Proble: Mze FY + C X subject to = = j= where Y = j= X D, j =, j X SY, =,... X 0, =,

More information

4 Round-Off and Truncation Errors

4 Round-Off and Truncation Errors HK Km Slgtly moded 3//9, /8/6 Frstly wrtte at Marc 5 4 Roud-O ad Trucato Errors Errors Roud-o Errors Trucato Errors Total Numercal Errors Bluders, Model Errors, ad Data Ucertaty Recallg, dv dt Δv v t Δt

More information

ε. Therefore, the estimate

ε. Therefore, the estimate Suggested Aswers, Problem Set 3 ECON 333 Da Hugerma. Ths s ot a very good dea. We kow from the secod FOC problem b) that ( ) SSE / = y x x = ( ) Whch ca be reduced to read y x x = ε x = ( ) The OLS model

More information

Given a table of data poins of an unknown or complicated function f : we want to find a (simpler) function p s.t. px (

Given a table of data poins of an unknown or complicated function f : we want to find a (simpler) function p s.t. px ( Iterpolato 1 Iterpolato Gve a table of data pos of a ukow or complcated fucto f : y 0 1 2 y y y y 0 1 2 we wat to fd a (smpler) fucto p s.t. p ( ) = y for = 0... p s sad to terpolate the table or terpolate

More information

CS475 Parallel Programming

CS475 Parallel Programming CS475 Parallel Programmg Deretato ad Itegrato Wm Bohm Colorado State Uversty Ecept as otherwse oted, the cotet o ths presetato s lcesed uder the Creatve Commos Attrbuto.5 lcese. Pheomea Physcs: heat, low,

More information

Assignment #7 - Solutions

Assignment #7 - Solutions hem 453/544 Fall 003 /05/03 Assgmet #7 - olutos. M& #0. 0.4: 0.: Euler s theorem says that... s homogeeous the....... rove Euler s theorem by deretatg the equato roblem 0- wth respect to ad the settg.

More information

16 Homework lecture 16

16 Homework lecture 16 Quees College, CUNY, Departmet of Computer Scece Numercal Methods CSCI 361 / 761 Fall 2018 Istructor: Dr. Sateesh Mae c Sateesh R. Mae 2018 16 Homework lecture 16 Please emal your soluto, as a fle attachmet,

More information

Simple Linear Regression

Simple Linear Regression Statstcal Methods I (EST 75) Page 139 Smple Lear Regresso Smple regresso applcatos are used to ft a model descrbg a lear relatoshp betwee two varables. The aspects of least squares regresso ad correlato

More information

Regression and the LMS Algorithm

Regression and the LMS Algorithm CSE 556: Itroducto to Neural Netorks Regresso ad the LMS Algorthm CSE 556: Regresso 1 Problem statemet CSE 556: Regresso Lear regresso th oe varable Gve a set of N pars of data {, d }, appromate d b a

More information

2/20/2013. Topics. Power Flow Part 1 Text: Power Transmission. Power Transmission. Power Transmission. Power Transmission

2/20/2013. Topics. Power Flow Part 1 Text: Power Transmission. Power Transmission. Power Transmission. Power Transmission /0/0 Topcs Power Flow Part Text: 0-0. Power Trassso Revsted Power Flow Equatos Power Flow Proble Stateet ECEGR 45 Power Systes Power Trassso Power Trassso Recall that for a short trassso le, the power

More information

QR Factorization and Singular Value Decomposition COS 323

QR Factorization and Singular Value Decomposition COS 323 QR Factorzato ad Sgular Value Decomposto COS 33 Why Yet Aother Method? How do we solve least-squares wthout currg codto-squarg effect of ormal equatos (A T A A T b) whe A s sgular, fat, or otherwse poorly-specfed?

More information

1. A real number x is represented approximately by , and we are told that the relative error is 0.1 %. What is x? Note: There are two answers.

1. A real number x is represented approximately by , and we are told that the relative error is 0.1 %. What is x? Note: There are two answers. PROBLEMS A real umber s represeted appromately by 63, ad we are told that the relatve error s % What s? Note: There are two aswers Ht : Recall that % relatve error s What s the relatve error volved roudg

More information

CLASS NOTES. for. PBAF 528: Quantitative Methods II SPRING Instructor: Jean Swanson. Daniel J. Evans School of Public Affairs

CLASS NOTES. for. PBAF 528: Quantitative Methods II SPRING Instructor: Jean Swanson. Daniel J. Evans School of Public Affairs CLASS NOTES for PBAF 58: Quattatve Methods II SPRING 005 Istructor: Jea Swaso Dael J. Evas School of Publc Affars Uversty of Washgto Ackowledgemet: The structor wshes to thak Rachel Klet, Assstat Professor,

More information

ECE 595, Section 10 Numerical Simulations Lecture 19: FEM for Electronic Transport. Prof. Peter Bermel February 22, 2013

ECE 595, Section 10 Numerical Simulations Lecture 19: FEM for Electronic Transport. Prof. Peter Bermel February 22, 2013 ECE 595, Secto 0 Numercal Smulatos Lecture 9: FEM for Electroc Trasport Prof. Peter Bermel February, 03 Outle Recap from Wedesday Physcs-based devce modelg Electroc trasport theory FEM electroc trasport

More information

The Selection Problem - Variable Size Decrease/Conquer (Practice with algorithm analysis)

The Selection Problem - Variable Size Decrease/Conquer (Practice with algorithm analysis) We have covered: Selecto, Iserto, Mergesort, Bubblesort, Heapsort Next: Selecto the Qucksort The Selecto Problem - Varable Sze Decrease/Coquer (Practce wth algorthm aalyss) Cosder the problem of fdg the

More information

Derivation of 3-Point Block Method Formula for Solving First Order Stiff Ordinary Differential Equations

Derivation of 3-Point Block Method Formula for Solving First Order Stiff Ordinary Differential Equations Dervato of -Pot Block Method Formula for Solvg Frst Order Stff Ordary Dfferetal Equatos Kharul Hamd Kharul Auar, Kharl Iskadar Othma, Zara Bb Ibrahm Abstract Dervato of pot block method formula wth costat

More information

Basic Concepts in Numerical Analysis November 6, 2017

Basic Concepts in Numerical Analysis November 6, 2017 Basc Cocepts Nuercal Aalyss Noveber 6, 7 Basc Cocepts Nuercal Aalyss Larry Caretto Mecacal Egeerg 5AB Sear Egeerg Aalyss Noveber 6, 7 Outle Revew last class Mdter Exa Noveber 5 covers ateral o deretal

More information

Multivariate Transformation of Variables and Maximum Likelihood Estimation

Multivariate Transformation of Variables and Maximum Likelihood Estimation Marquette Uversty Multvarate Trasformato of Varables ad Maxmum Lkelhood Estmato Dael B. Rowe, Ph.D. Assocate Professor Departmet of Mathematcs, Statstcs, ad Computer Scece Copyrght 03 by Marquette Uversty

More information

Module 1 : The equation of continuity. Lecture 5: Conservation of Mass for each species. & Fick s Law

Module 1 : The equation of continuity. Lecture 5: Conservation of Mass for each species. & Fick s Law Module : The equato of cotuty Lecture 5: Coservato of Mass for each speces & Fck s Law NPTEL, IIT Kharagpur, Prof. Sakat Chakraborty, Departmet of Chemcal Egeerg 2 Basc Deftos I Mass Trasfer, we usually

More information

Capacitated Plant Location Problem:

Capacitated Plant Location Problem: . L. Brcker, 2002 ept of Mechacal & Idustral Egeerg The Uversty of Iowa CPL/ 5/29/2002 page CPL/ 5/29/2002 page 2 Capactated Plat Locato Proble: where Mze F + C subect to = = =, =, S, =,... 0, =, ; =,

More information

Assignment 5/MATH 247/Winter Due: Friday, February 19 in class (!) (answers will be posted right after class)

Assignment 5/MATH 247/Winter Due: Friday, February 19 in class (!) (answers will be posted right after class) Assgmet 5/MATH 7/Wter 00 Due: Frday, February 9 class (!) (aswers wll be posted rght after class) As usual, there are peces of text, before the questos [], [], themselves. Recall: For the quadratc form

More information

Lecture 07: Poles and Zeros

Lecture 07: Poles and Zeros Lecture 07: Poles ad Zeros Defto of poles ad zeros The trasfer fucto provdes a bass for determg mportat system respose characterstcs wthout solvg the complete dfferetal equato. As defed, the trasfer fucto

More information

Lyapunov Stability. Aleksandr Mikhailovich Lyapunov [1] 1 Autonomous Systems. R into Nonlinear Systems in Mechanical Engineering Lesson 5

Lyapunov Stability. Aleksandr Mikhailovich Lyapunov [1] 1 Autonomous Systems. R into Nonlinear Systems in Mechanical Engineering Lesson 5 Joh vo Neuma Perre de Fermat Joseph Fourer etc 858 Nolear Systems Mechacal Egeerg Lesso 5 Aleksadr Mkhalovch Lyapuov [] Bor: 6 Jue 857 Yaroslavl Russa Ded: 3 November 98 Bega hs educato at home Graduated

More information

Bounds on the expected entropy and KL-divergence of sampled multinomial distributions. Brandon C. Roy

Bounds on the expected entropy and KL-divergence of sampled multinomial distributions. Brandon C. Roy Bouds o the expected etropy ad KL-dvergece of sampled multomal dstrbutos Brado C. Roy bcroy@meda.mt.edu Orgal: May 18, 2011 Revsed: Jue 6, 2011 Abstract Iformato theoretc quattes calculated from a sampled

More information

The number of observed cases The number of parameters. ith case of the dichotomous dependent variable. the ith case of the jth parameter

The number of observed cases The number of parameters. ith case of the dichotomous dependent variable. the ith case of the jth parameter LOGISTIC REGRESSION Notato Model Logstc regresso regresses a dchotomous depedet varable o a set of depedet varables. Several methods are mplemeted for selectg the depedet varables. The followg otato s

More information

Evaluating Polynomials

Evaluating Polynomials Uverst of Nebraska - Lcol DgtalCommos@Uverst of Nebraska - Lcol MAT Exam Expostor Papers Math the Mddle Isttute Partershp 7-7 Evaluatg Polomals Thomas J. Harrgto Uverst of Nebraska-Lcol Follow ths ad addtoal

More information

2.28 The Wall Street Journal is probably referring to the average number of cubes used per glass measured for some population that they have chosen.

2.28 The Wall Street Journal is probably referring to the average number of cubes used per glass measured for some population that they have chosen. .5 x 54.5 a. x 7. 786 7 b. The raked observatos are: 7.4, 7.5, 7.7, 7.8, 7.9, 8.0, 8.. Sce the sample sze 7 s odd, the meda s the (+)/ 4 th raked observato, or meda 7.8 c. The cosumer would more lkely

More information

Log1 Contest Round 2 Theta Complex Numbers. 4 points each. 5 points each

Log1 Contest Round 2 Theta Complex Numbers. 4 points each. 5 points each 01 Log1 Cotest Roud Theta Complex Numbers 1 Wrte a b Wrte a b form: 1 5 form: 1 5 4 pots each Wrte a b form: 65 4 4 Evaluate: 65 5 Determe f the followg statemet s always, sometmes, or ever true (you may

More information

Laboratory I.10 It All Adds Up

Laboratory I.10 It All Adds Up Laboratory I. It All Adds Up Goals The studet wll work wth Rema sums ad evaluate them usg Derve. The studet wll see applcatos of tegrals as accumulatos of chages. The studet wll revew curve fttg sklls.

More information

Lecture 8: Linear Regression

Lecture 8: Linear Regression Lecture 8: Lear egresso May 4, GENOME 56, Sprg Goals Develop basc cocepts of lear regresso from a probablstc framework Estmatg parameters ad hypothess testg wth lear models Lear regresso Su I Lee, CSE

More information

best estimate (mean) for X uncertainty or error in the measurement (systematic, random or statistical) best

best estimate (mean) for X uncertainty or error in the measurement (systematic, random or statistical) best Error Aalyss Preamble Wheever a measuremet s made, the result followg from that measuremet s always subject to ucertaty The ucertaty ca be reduced by makg several measuremets of the same quatty or by mprovg

More information

STA 108 Applied Linear Models: Regression Analysis Spring Solution for Homework #1

STA 108 Applied Linear Models: Regression Analysis Spring Solution for Homework #1 STA 08 Appled Lear Models: Regresso Aalyss Sprg 0 Soluto for Homework #. Let Y the dollar cost per year, X the umber of vsts per year. The the mathematcal relato betwee X ad Y s: Y 300 + X. Ths s a fuctoal

More information

Unit 9 Review Outline Nuclear Chemistry

Unit 9 Review Outline Nuclear Chemistry Ut 9 Revew Outle Nuclear Chemstry He e - - e p. Nuclear Chemstry/Nuclear Reacto: a. process whch the ucleus o the atom s altered. b. Ths s NOT a regular chemcal process. It ollows deret rules.. Nuclear

More information

Chapter 4 (Part 1): Non-Parametric Classification (Sections ) Pattern Classification 4.3) Announcements

Chapter 4 (Part 1): Non-Parametric Classification (Sections ) Pattern Classification 4.3) Announcements Aoucemets No-Parametrc Desty Estmato Techques HW assged Most of ths lecture was o the blacboard. These sldes cover the same materal as preseted DHS Bometrcs CSE 90-a Lecture 7 CSE90a Fall 06 CSE90a Fall

More information

Reaction Time VS. Drug Percentage Subject Amount of Drug Times % Reaction Time in Seconds 1 Mary John Carl Sara William 5 4

Reaction Time VS. Drug Percentage Subject Amount of Drug Times % Reaction Time in Seconds 1 Mary John Carl Sara William 5 4 CHAPTER Smple Lear Regreo EXAMPLE A expermet volvg fve ubject coducted to determe the relatohp betwee the percetage of a certa drug the bloodtream ad the legth of tme t take the ubject to react to a tmulu.

More information

CSE 5526: Introduction to Neural Networks Linear Regression

CSE 5526: Introduction to Neural Networks Linear Regression CSE 556: Itroducto to Neural Netorks Lear Regresso Part II 1 Problem statemet Part II Problem statemet Part II 3 Lear regresso th oe varable Gve a set of N pars of data , appromate d by a lear fucto

More information

NATIONAL SENIOR CERTIFICATE GRADE 11

NATIONAL SENIOR CERTIFICATE GRADE 11 NATIONAL SENIOR CERTIFICATE GRADE MATHEMATICS P EXEMPLAR 007 MARKS: 50 TIME: 3 hours Ths questo paper cossts of 9 pages, a sheet of graph paper ad a -page formula sheet. Mathematcs/P INSTRUCTIONS AND INFORMATION

More information

Mu Sequences/Series Solutions National Convention 2014

Mu Sequences/Series Solutions National Convention 2014 Mu Sequeces/Seres Solutos Natoal Coveto 04 C 6 E A 6C A 6 B B 7 A D 7 D C 7 A B 8 A B 8 A C 8 E 4 B 9 B 4 E 9 B 4 C 9 E C 0 A A 0 D B 0 C C Usg basc propertes of arthmetc sequeces, we fd a ad bm m We eed

More information

On Modified Interval Symmetric Single-Step Procedure ISS2-5D for the Simultaneous Inclusion of Polynomial Zeros

On Modified Interval Symmetric Single-Step Procedure ISS2-5D for the Simultaneous Inclusion of Polynomial Zeros It. Joural of Math. Aalyss, Vol. 7, 2013, o. 20, 983-988 HIKARI Ltd, www.m-hkar.com O Modfed Iterval Symmetrc Sgle-Step Procedure ISS2-5D for the Smultaeous Icluso of Polyomal Zeros 1 Nora Jamalud, 1 Masor

More information

LINEAR REGRESSION ANALYSIS

LINEAR REGRESSION ANALYSIS LINEAR REGRESSION ANALYSIS MODULE V Lecture - Correctg Model Iadequaces Through Trasformato ad Weghtg Dr. Shalabh Departmet of Mathematcs ad Statstcs Ida Isttute of Techology Kapur Aalytcal methods for

More information

The theoretical background of

The theoretical background of he theoretcal backgroud of -echologes he theoretcal backgroud of FactSage he followg sldes gve a abrdged overvew of the ajor uderlyg prcples of the calculatoal odules of FactSage. -echologes he bbs Eergy

More information

Numerical Analysis Formulae Booklet

Numerical Analysis Formulae Booklet Numercal Aalyss Formulae Booklet. Iteratve Scemes for Systems of Lear Algebrac Equatos:.... Taylor Seres... 3. Fte Dfferece Approxmatos... 3 4. Egevalues ad Egevectors of Matrces.... 3 5. Vector ad Matrx

More information

C.11 Bang-bang Control

C.11 Bang-bang Control Itroucto to Cotrol heory Iclug Optmal Cotrol Nguye a e -.5 C. Bag-bag Cotrol. Itroucto hs chapter eals wth the cotrol wth restrctos: s boue a mght well be possble to have scotutes. o llustrate some of

More information

Multiple Regression. More than 2 variables! Grade on Final. Multiple Regression 11/21/2012. Exam 2 Grades. Exam 2 Re-grades

Multiple Regression. More than 2 variables! Grade on Final. Multiple Regression 11/21/2012. Exam 2 Grades. Exam 2 Re-grades STAT 101 Dr. Kar Lock Morga 11/20/12 Exam 2 Grades Multple Regresso SECTIONS 9.2, 10.1, 10.2 Multple explaatory varables (10.1) Parttog varablty R 2, ANOVA (9.2) Codtos resdual plot (10.2) Trasformatos

More information

F A. Review1 7/1/2014. How to prepare for exams. Chapter 10 - GASES PRESSURE IS THE FORCE ACTING ON AN OBJECT PER UNIT AREA MEASUREMENT OF PRESSURE

F A. Review1 7/1/2014. How to prepare for exams. Chapter 10 - GASES PRESSURE IS THE FORCE ACTING ON AN OBJECT PER UNIT AREA MEASUREMENT OF PRESSURE How to prepare for exams 1. Uderstad EXAMLES chapter(s). Work RACICE EXERCISES 3. Work oe problem from each class of problems at ed of chapter 4. Aswer as may questos as tme permts from text web: www.prehall.com/brow

More information

CS5620 Intro to Computer Graphics

CS5620 Intro to Computer Graphics CS56 Itro to Computer Graphcs Geometrc Modelg art II Geometrc Modelg II hyscal Sples Curve desg pre-computers Cubc Sples Stadard sple put set of pots { } =, No dervatves specfed as put Iterpolate by cubc

More information

Econometric Methods. Review of Estimation

Econometric Methods. Review of Estimation Ecoometrc Methods Revew of Estmato Estmatg the populato mea Radom samplg Pot ad terval estmators Lear estmators Ubased estmators Lear Ubased Estmators (LUEs) Effcecy (mmum varace) ad Best Lear Ubased Estmators

More information

Numerical Simulations of the Complex Modied Korteweg-de Vries Equation. Thiab R. Taha. The University of Georgia. Abstract

Numerical Simulations of the Complex Modied Korteweg-de Vries Equation. Thiab R. Taha. The University of Georgia. Abstract Numercal Smulatos of the Complex Moded Korteweg-de Vres Equato Thab R. Taha Computer Scece Departmet The Uversty of Georga Athes, GA 002 USA Tel 0-542-2911 e-mal thab@cs.uga.edu Abstract I ths paper mplemetatos

More information

7.0 Equality Contraints: Lagrange Multipliers

7.0 Equality Contraints: Lagrange Multipliers Systes Optzato 7.0 Equalty Cotrats: Lagrage Multplers Cosder the zato of a o-lear fucto subject to equalty costrats: g f() R ( ) 0 ( ) (7.) where the g ( ) are possbly also olear fuctos, ad < otherwse

More information

LINEARLY CONSTRAINED MINIMIZATION BY USING NEWTON S METHOD

LINEARLY CONSTRAINED MINIMIZATION BY USING NEWTON S METHOD Jural Karya Asl Loreka Ahl Matematk Vol 8 o 205 Page 084-088 Jural Karya Asl Loreka Ahl Matematk LIEARLY COSTRAIED MIIMIZATIO BY USIG EWTO S METHOD Yosza B Dasrl, a Ismal B Moh 2 Faculty Electrocs a Computer

More information

Analyzing Two-Dimensional Data. Analyzing Two-Dimensional Data

Analyzing Two-Dimensional Data. Analyzing Two-Dimensional Data /7/06 Aalzg Two-Dmesoal Data The most commo aaltcal measuremets volve the determato of a ukow cocetrato based o the respose of a aaltcal procedure (usuall strumetal). Such a measuremet requres calbrato,

More information

Objectives of Multiple Regression

Objectives of Multiple Regression Obectves of Multple Regresso Establsh the lear equato that best predcts values of a depedet varable Y usg more tha oe eplaator varable from a large set of potetal predctors {,,... k }. Fd that subset of

More information

For combinatorial problems we might need to generate all permutations, combinations, or subsets of a set.

For combinatorial problems we might need to generate all permutations, combinations, or subsets of a set. Addtoal Decrease ad Coquer Algorthms For combatoral problems we mght eed to geerate all permutatos, combatos, or subsets of a set. Geeratg Permutatos If we have a set f elemets: { a 1, a 2, a 3, a } the

More information

GUARANTEED REAL ROOTS CONVERGENCE OF FITH ORDER POLYNOMIAL AND HIGHER by Farid A. Chouery 1, P.E. US Copyright 2006, 2007

GUARANTEED REAL ROOTS CONVERGENCE OF FITH ORDER POLYNOMIAL AND HIGHER by Farid A. Chouery 1, P.E. US Copyright 2006, 2007 GUARANTEED REAL ROOTS CONVERGENCE OF FITH ORDER POLYNOMIAL AND HIGHER by Fard A. Chouery, P.E. US Copyrght, 7 Itroducto: I dg the roots o the th order polyomal, we d the aalable terate algorthm do ot ge

More information

ECE606: Solid State Devices Lecture 13 Solutions of the Continuity Eqs. Analytical & Numerical

ECE606: Solid State Devices Lecture 13 Solutions of the Continuity Eqs. Analytical & Numerical ECE66: Sold State Devces Lecture 13 Solutos of the Cotuty Eqs. Aalytcal & Numercal Gerhard Klmeck gekco@purdue.edu Outle Aalytcal Solutos to the Cotuty Equatos 1) Example problems ) Summary Numercal Solutos

More information

Non-degenerate Perturbation Theory

Non-degenerate Perturbation Theory No-degeerate Perturbato Theory Proble : H E ca't solve exactly. But wth H H H' H" L H E Uperturbed egevalue proble. Ca solve exactly. E Therefore, kow ad. H ' H" called perturbatos Copyrght Mchael D. Fayer,

More information

Mechanics of Materials CIVL 3322 / MECH 3322

Mechanics of Materials CIVL 3322 / MECH 3322 Mechacs of Materals CVL / MECH Cetrods ad Momet of erta Calculatos Cetrods = A = = = A = = Cetrod ad Momet of erta Calculatos z= z A = = Parallel As Theorem f ou kow the momet of erta about a cetrodal

More information

STK4011 and STK9011 Autumn 2016

STK4011 and STK9011 Autumn 2016 STK4 ad STK9 Autum 6 Pot estmato Covers (most of the followg materal from chapter 7: Secto 7.: pages 3-3 Secto 7..: pages 3-33 Secto 7..: pages 35-3 Secto 7..3: pages 34-35 Secto 7.3.: pages 33-33 Secto

More information

Power Flow S + Buses with either or both Generator Load S G1 S G2 S G3 S D3 S D1 S D4 S D5. S Dk. Injection S G1

Power Flow S + Buses with either or both Generator Load S G1 S G2 S G3 S D3 S D1 S D4 S D5. S Dk. Injection S G1 ower Flow uses wth ether or both Geerator Load G G G D D 4 5 D4 D5 ecto G Net Comple ower ecto - D D ecto s egatve sg at load bus = _ G D mlarl Curret ecto = G _ D At each bus coservato of comple power

More information

Multiple Choice Test. Chapter Adequacy of Models for Regression

Multiple Choice Test. Chapter Adequacy of Models for Regression Multple Choce Test Chapter 06.0 Adequac of Models for Regresso. For a lear regresso model to be cosdered adequate, the percetage of scaled resduals that eed to be the rage [-,] s greater tha or equal to

More information

A conic cutting surface method for linear-quadraticsemidefinite

A conic cutting surface method for linear-quadraticsemidefinite A coc cuttg surface method for lear-quadratcsemdefte programmg Mohammad R. Osoorouch Calfora State Uversty Sa Marcos Sa Marcos, CA Jot wor wth Joh E. Mtchell RPI July 3, 2008 Outle: Secod-order coe: defto

More information

Lecture 16: Backpropogation Algorithm Neural Networks with smooth activation functions

Lecture 16: Backpropogation Algorithm Neural Networks with smooth activation functions CO-511: Learg Theory prg 2017 Lecturer: Ro Lv Lecture 16: Bacpropogato Algorthm Dsclamer: These otes have ot bee subected to the usual scruty reserved for formal publcatos. They may be dstrbuted outsde

More information

Convergence of the Desroziers scheme and its relation to the lag innovation diagnostic

Convergence of the Desroziers scheme and its relation to the lag innovation diagnostic Covergece of the Desrozers scheme ad ts relato to the lag ovato dagostc chard Méard Evromet Caada, Ar Qualty esearch Dvso World Weather Ope Scece Coferece Motreal, August 9, 04 o t t O x x x y x y Oservato

More information

GMS Equations From Irreversible Thermodynamics

GMS Equations From Irreversible Thermodynamics GMS Equatos From Irreversble hermodyamcs ChE 6603 Refereces E. N. Lghtfoot, rasport Pheomea ad Lvg Systems, McGraw-Hll, New York 978. R. B. Brd, W. E. Stewart ad E. N. Lghtfoot, rasport Pheomea 2 d ed.,

More information

IS 709/809: Computational Methods in IS Research. Simple Markovian Queueing Model

IS 709/809: Computational Methods in IS Research. Simple Markovian Queueing Model IS 79/89: Comutatoal Methods IS Research Smle Marova Queueg Model Nrmalya Roy Deartmet of Iformato Systems Uversty of Marylad Baltmore Couty www.umbc.edu Queueg Theory Software QtsPlus software The software

More information

Chapter 5 Properties of a Random Sample

Chapter 5 Properties of a Random Sample Lecture 6 o BST 63: Statstcal Theory I Ku Zhag, /0/008 Revew for the prevous lecture Cocepts: t-dstrbuto, F-dstrbuto Theorems: Dstrbutos of sample mea ad sample varace, relatoshp betwee sample mea ad sample

More information

Discrete Mathematics and Probability Theory Fall 2016 Seshia and Walrand DIS 10b

Discrete Mathematics and Probability Theory Fall 2016 Seshia and Walrand DIS 10b CS 70 Dscrete Mathematcs ad Probablty Theory Fall 206 Sesha ad Walrad DIS 0b. Wll I Get My Package? Seaky delvery guy of some compay s out delverg packages to customers. Not oly does he had a radom package

More information