Gradient Descent and Non-Linear Iterative Methods

Size: px
Start display at page:

Download "Gradient Descent and Non-Linear Iterative Methods"

Transcription

1 CS7540 Spctral Algorithms, Spring 207 Lctur #25 #28 Gradint Dscnt and Non-Linar Itrativ Mthods Prsntr: Richard Png Apr &3&8&20, 207 DISCLAIMER: Ths nots ar not ncssarily an accurat rprsntation of what I said during th class Thy ar mostly what I intnd to say, and hav not bn carfully ditd Th plan for th nxt fw days is to talk about th mor gnral problm of minimizing a convx function, min x f (x ) Gradint Dscnt Th main ida is to tak gradint stps, x x η f (x ) whr η is th stp siz, and η f(x ) can b viwd as th stp, or x To bound th convrgnc of this mthod, a standard assumption is that th gradint of f is L-Lipschitz continuous Formally this is for any x and x w hav This implis: f (x ) f (x ) 2 L x x 2 f (x + x ) f (x ) + f (x ) T x + L 2 x Th Hssian matrix H(x ), which consists of all scond-ordr driviativs at x, satisfying H(x ) LI vrywhr Proof Intgrating th Lipschitz continuity quation, whr th incrmnt is rprsntd via a dirctional drivativ (t is a vctor in th dirction of x ), t=0 f(x + t x )δt f(x ) δt L t=0 t f (x + x ) f (x ) f (x ) T x + L 2 x t x δt whr th last stp is from taking dot product with x on both sids of th quation

2 2 Th dfinition of Hssian givs: x T H (x ) x = f (x + t x ) t=0 f (x + t x ) t=t f (x + t x ) t=0 = lim t 0 t = lim x T ( f (x + t x ) f (x )) t 0 t Th diffrnc btwn th gradints can in turn b boundd by th norm btwn thm, giving x T ( f (x + t x ) f (x )) x 2 t L x 2, which whn substitutd back in givs x T H (x ) x L x 2 2 x, Not that also w can gt () from (2) via using th 3-trm Taylor xpansion of f at f(x + x ) = f(x ) + f(x ) T x + 2 x T H( x ) x, for som x = x + θ x with 0 θ Now, using th fact that H( x ) LI, w gt This suggsts taking th stp f (x + x ) f (x ) + f (x ) T x + L 2 x 2 2 x = f (x ), L which givs a progrss of 2L f (x ) 2 2 So w nd to lowr bound f (x ) 2 As f is a convx function, th gradint condition givs: f (x ) f (x ) + f (x ) (x x ), which rarrangs into: f (x ) f (x ) f (x ) (x x ), upon which Cauchy Schawrz inquality givs: f (x ) f (x ) f(x ) 2 x x 2, 2

3 or that th progrss is at last f(x ) 2 f (x ) f (x ) x x 2 That is, if w know that at all points, x is clos to x, thn th progrss at ach stp is at last (f (x ) f (x )) 2 L x x 2 2 Strong Convxity If w also hav a lowr bound on th condition numbr of th Hssian, g λ min I H (x ), thn th condition givn by th intgral also xtnds to f (x ) + f (x ) T x + λ min 2 x 2 2 f (x + x ) Putting in x thn givs: f (x ) T (x x ) + λ min 2 x x 2 2 f (x ) f (x ), or that λ min 2 x x 2 2 f (x ) f (x ) This now mans th progrss mad at ach stp is at last λ min L (f (x ) f (x )), which is xactly th guarants of Richardson itration 2 Th Linar Cas W now look backwards at itrativ mthods for solving linar systms undr this sam viw Rcall that th norm of convrgnc is: f (x ) = x x 2 M Not that w do not hav accss to x, but can still comput gradints as it simplifis to: f (x ) = M (x x ) = M x b, Furthrmor, th Hssian of this, which is th gradint of th gradint, is just H (x ) = 2M Th standard condition for itrativ mthods is I M κi, which translats to smoothnss of κ, and strong convxity of 3

4 3 Th l Vrsion At fac valu, a function of th form f is not diffrntiabl and w cannot apply gradint dscnt to it Howvr, som form of prconditioning also xists for minimizing non-linar functions Th norm can b turnd into a smooth convx function with a wll dfind gradint: Givn a vctor v R d, th soft-max function is dfind as ) s max,t (f ) df = t ln ( xp (tf ) + xp ( tf ) Hr t > 0 is a paramtr which controls th accuracy at th xpns of smoothnss Th smoothnss of this function can in turn b masurd wrt th l norm: Lmma For any x and y, s max,t (x ) s max,t (y) t x y Proof This follows simply from th fact that soft-max is -Lipschitz wrt th l -norm So if w just want to minimiz f, gradint dscnt works Lmma 2 Givn π R n and any, th updat of π π satisfis: s max,t (π ) s max,t (π) T s max,t (π) + 2 Proof By th convxity of soft-max, s max,t (π ) s max,t (π) T s max,t (π ) = T s max,t (π) + T [ s max,t (π) s max,t (π )] Using Holdr s inquality, s max,t (π ) s max,t (π) T s max,t (π) + s max,t (π) s max,t (π ) T s max,t (π) + 2 Th last stp follows from Lmma 2 Prconditioning for Max-Flow Hr w nd to b mor spcific wrt th problms, spcifically maximum flow: min f () st B T f = d (2) 4

5 From th prvious sction, w can us soft-max to turn our objctiv into a smooth convx function Th main part that maks maximum flow difficult is th additional flow consrvation constraint B T f = d W can rlax this constraint into an objctiv via B T f d, but this nds to b solvd to high accuracy to nsur actual consrvation To gt somthing that w nd to solv to lowr accuracy, w will instad us an oblivious routing schm / cut approximat Rcall that th dual of th maximum flow problm is th minimum cut problm With our congstion minimization formulation, it can rprsnt th most congstd cut: opt (d) = max S V d S w (S, V \ S) Hr d S is simply th total amount of dmand in S, aka th minimum amount that nds to b routd from S to V \ S Th ky obsrvation is that this is linar, so th spac of all cuts is also a linar oprator Spcifically thr xists R such that: opt (d) = Rd What is particularly surprising is that for graphs, thr also xist approximations with far fwr rows Lmma 2 Givn any graph, thr xists a matrix R with about O(n) rows such that for any dmand d Rd opt (d) O(log 4 n) Rd Improving this O(log 4 n), or mor gnrally th trad-offs btwn th siz of R and this rror is opn What is vn mor surprising is that th following objctiv is O(polylog(n))-Lipschitz in th l l sns: s max,t (f ) + s max,t ( R ( B T f d )) To show this, it suffics to show that if f f 2 is small, thn RB T (f f 2 ) is small, and that if (x x 2 ) is small, thn so is B R T (x x 2 ) For th first on, not that d = B T (f f 2 ) is a valid dmand that can b satisfid by a flow with congstion at most f f 2 Th bound on Rd thn follows from Rd opt For th othr dirction, w can show th following Lmma instad: 5

6 Lmma 22 Proof Rcall A = A T A = max x Ax, it is givn by th maximum l norm of a row of A: w can gt quality by picking x to b th signs of that row On th othr hand, A T = max A T x x is looking for th colum of A T with th maximum norm: w can pick it out by stting x to b in that column and 0 vrywhr ls 2 Dtails on th Updat Stps Dfinition 23 (Oblivious Routing Oprator) An α-flow routing oprator Z is matrix st for any flow f, B T Z d = d, Z B T f α f Dfinition 24 (Flow Corrction Oprator) A flow corrction oprator P is matrix st for any flow f, Not that this can simply b dfind as B T (Pf + Z d) = d P df = I Z B T Lmma 25 For any st of vrtx labls x, thr xist f st x T ( B T f d ) 0 Proof This follows from dfinition of duality W actually only nd wak duality Th fact that B T f = d givs d T x = (f ) T Bx (3) Lt f b th flow with opposit signs as Bx Thn w hav f Bx (4) Bx (5) f T Bx = Bx d T x, 6

7 or x T (B T f d) = f T Bx d T x 0 W want a squnc of flows f (), f (2),, f (t) such that B T f (i) = d i t (6) Φ (t) df = ( ) t ( ) 2t xp f (i) xp (7) β β E i= To mak th ( notation asir ) lt Exp(β, t) dnot th E sizd vctor, whr th th lmnt is xp t i= β f (i) So, Φ (t) = Exp(β, t) Now, if w mak sur that ach incrmntal flow is rlativly small, thn w can stimat th convrgnc of th abov function Formally, lt f (j+) ɛβ Thn Φ (t+) = Exp(β, t + ) = ( ) t+ xp f (i) β E i= = ( ) t xp f (i) + β β f (i+) E i= Using th following proprty: w gt x ɛ = xp( + x) + ɛ 2 + x, Φ (t+) Φ (t) ( + ɛ 2 ) + E xp ( β t i= f (i) ) β f (i+) Now, w know from Lmma 25 that thr xists a ± vctor f such that [ Exp(β, t)t ( Z) ] T [B T f d] 0 So, stting f (i+) to cβ(pf + Z d) = cβ(f Z (B T f d)), w gt So, th rcurrnc bcoms ) (Exp(β, t) T f (i+) c ( Exp(β, t) T f ) β c Exp(β, t) 7

8 Φ (t+) ( + ɛ 2 + c)φ (t) = Φ (t) ( + ɛ 2 + c) t Φ (0) If w start with Φ (0) as polynomial in m, Φ (t) xp(tc + tɛ 2 + O(log m)) For convrgnc, w nd tc + tɛ 2 + O(log m) 2tc = ɛ 2 + O(log m)/t c Taking c ɛ 2 and t = O(log nɛ 2 /c 2 ) suffics 3 Oblivious Routing Schms W now discuss th construction of congstion approximators, which is a subst of cuts such that for any dmand d, approximats th valu of opt(d) via a small numbr of (fficintly accssibl) cuts Spcifically, w want to produc an fficintly computabl oprator R such that opt (d) Rd Whr ach trm in Rd has th form of: d S w (S, V \ S), for som subst of vrtics S, and d S is th total dmand of vrtics in S This algorithm that w will show is a variant of a schm by [Räc08], and w ll also discuss an xtnsion from [Mad0] Th main ida is to rprsnt a graph as a collction of trs, or mor gnrally, tr-lik graphs Spcifically, crating a collction of trs T T k such that: G T i, 2 k i= T i Õ(k) G Both of ths ar in th congstion-dilation routing sns: G H if vry dg in G can b attributd to a path in H such that th dgs in H ar not ovrcongstd Spcifically, on way to crat a tr T such that G T is to simply rrout vry dg in G through its tr path This rrouting incrass th wights of th tr dgs, 8

9 which w will addrss latr Howvr, this dos guarant that vry cut in th tr is at last th siz of th corrsponding cut in th graph Spcifically for vry S, w G (S, V \ S) w T (S, V \ S), which in turn guarnats that th routing schm for (ach of) ths trs, R T i, satisfis R (Ti) d opt G (d) What is trickir to s is that th condition of T i Õ(k) G implis that polylog(n) max i R (T i ) d opt G (d) For this, lt C dnot this maximum congstion Thn w can rout d on ach T i with congstion at most C Thn routing ach d on ach tr mans w can rout k d on i T i, which is in turn routabl onto Õ(k)(G) This mans that d is routabl with congstion C on polylog(n)(g), and in turn opt G (d) polylog(n) C So th qustion thn bcoms how to dcompos a graph into a small numbr of trs, upon ach w r abl to rout th ntir original graph G W will actually satsify th condition of i T i polylog(n)g poitn-wis: w mak sur that ach dg isn t subjctd to too much congstion ovr all th trs Spcifically for an dg T i, w can dfin its congstion as: cong G,T () = E(G), P ath T () w w W will kp ths valus small ovr a squnc of k trs via a rgrt-minimization algorithm vry dg in G has a wight rprsnt how congstd it is, and w will show that low strtch spanning trs nabl us to produc a tr with low avrag congstion for any st of wights First considr th cas of unit wightd graphs, th total strtch of a tr T can b rwrittn as: str T (G) = P ath T ( ) = P ath T ( ) = { G, P ath T ( )}, G T, G T whr th last trm is xactly th congstion of th dg Furthrmor, if w hav importanc valus that ar: At last, 2 Sum up to O(m), 9

10 computing low strtch spanning trs with ach dg rplacd by l dgs ach of lngth l givs th gurant of ( ) l cong G,T () Õ l T To utiliz such an oracl, w thn turn to th xponntial function to gnrat such wights Hr th soft max function is usful: Φ (T T i ) df = ( ) xp cong G,Tj (), t whr t is a paramtr that w ll choos latr (somwhr around /m) Whn w add a tr to this collction, say i +, Taylor xpansion of th xponntial function (hr is whr w nd t larg) givs: Φ (T T i, T i+ ) df = xp ( t j i ) ( cong G,Tj () + ) t cong G,T i (), and th argumnt abov allows us to bound this by ( Φ (T T i, T i+ ) + polylog(n) ) Φ (T T i ) t j i Th ovrall guarant of polylog(n) thn coms from th initial potntial of m, and running this about Õ(t) stps 3 Acclration via J-trs This routin can b mad fastr in ways not too unlik how th tr-basd linar systm solvrs gt acclratd Th convrgnc, which dpnds on maximum congstion, can b dcrasd by a factor of k via adding back k of th most congstd dgs 2 Th tr-plus-k-dgs graph can b shrunk th sam way as Gaussian limination: rpatdly rmov dgr and 2 vrtics 3 At som point a graph sparsifir on k vrtics nds to b invokd, but that dons t brak things ithr sinc w only car about th sizs of cuts Such a routin lads to (anothr!!!) rcurrnc of th form T (m) = Õ (k T (m/k) + m), which solvs to about m xp (Õ ( log n ) ) 0

11 4 Non-Linar Prconditioning with Application to Minimum Cost Transshipmnt W now finish by dscribing ths in th biggr pictur of non-linar norms This part follows th prsntation from a rcnt papr by Jonah Shrman [Sh7] In gnral, th norm minimization problms can b formulatd as: min x p subjc to: Ax = b, Howvr, as w saw bfor, on of th biggst issus with maximum flow is satisfying th constraint B x = d, whr B is th dg-vrtx incidnc matrix: this condition cannot b mt locally bcaus th qualitis may nd to b propagatd down vry long paths Ths conditions can b rlaxd via notions of approximat solutions: Dfinition 4 W say that x is an (α, β)-solution if: x p α x p, whr x is th optimum solution 2 Ax b q β A p q x q Hr Ax b livs in th vrtx spac, and is th spac of rsidus Th crucial obsrvation is that this spac also contains a norm, th q norm, and w can dfin th p q norm of A as: df Ax q A p q = max x x p Th most important dfinition wrt th composition of ths oprators is th notion of linar and non-linr condition numbrs Th linar condition numbr of A, κ p q (A), can b dfind as: κ p q (A) df = A p q min G G:AGA=A q p Th condition of AGA = A mans that it is ssntially a psudo-invrs of A: if w hav y = Ax, thn th vctor satisfis x = Gy Ax = AGAx = Ax = y So with this kind of formulation, what is important is among th many possibl psudoinvrss of A, which on do w choos What s a bit strang from this viw is that it s actually quit asy to construct (α, β) solvrs using tools such as gradint dscnt

12 Lmma 42 Thr ar (+ɛ, ɛ) solvrs for both and that taks O(log nɛ 2 ) itrations, ach prforming on matrix-vctor multiplication involving A and A So th hardr part is to turn an ( + ɛ, ɛ) solvr into a ( + O(ɛ), 0) solvr Lmma 43 If F is an (α, β/κ p q (A))-algorithm for A in th p q norm sns, thn th algorithm givn by F F (b) df = F (b) + F (b AF (b)) is an ( α + αβ, β 2 /κ p q (A) ) algorithm for A in th p q norm Proof Dnot th rsult of th first itration with x (0), and rsidu aftr th first invocation with b = b AF (b) Th guarants on F givs x df (0) p α x p, (8) β b A p q q κ x p (9) Th condition AGA = A mans th vctor x = G b has Ax = AG b = AGA x = A x = b, whr x b th optimum solution for b This in turn mans: x p x κ p q (A) p G q p b b q q A p q aftr which th guarants follows from applying what w know about F again, and thn triangl inquality It s worth noting that this kind of composition works with diffrnt algorithms, say F and F 2 that ar (α, β ) and (α 2, β 2 ) solvrs rspctivly A mor complt vrsion of this statmnt can b found in Lmma 3 in Sction 3 of [Sh7] A dirct consqunc of such a solvr is: Lmma 44 Thr xists ( + ɛ, δ) p p solvrs for A and p = {, } with itrations count: O ( κ p p (A) log mɛ 2 + log(δ ) ) 2

13 To put this into th contxt of maximum flows, rcall that w had a linar oprator P such that: ( ) PB T O log O() n, and w solv th problm min subjc to: x PB T x = Pd whr A = PB T Th trm A in κ (A) follows immdiatly, so all w nd to do is to construct th G oprator Th simplst form of this is to hav G rturn a flow, instad of valus on cuts Not that for trs, this can happn bcaus th mbdding of G into T, and hnc th routing of th dmands, is uniqu That ssntially guarants B T Pd = d, or B T P = I, which if w plug in into A = PB T and G = I givs and hnc w gt G q p = 0 AGA = B T PB T P = B T P = A, 4 l -Oblivious Routing Schms In th last bit, I ll talk about a solution for th -norm cas Spcifically, solving th problm min x subjc to: Ax = b, which in turn boils down to trying to construct an oprator P such that B T P = I and PB T is small Th plan is sam as bfor, find a collction of trs T () T (k), along with routing schms on ach of thm such that B T P (i) = I This is accomplishd by routing ach dmand uniquly along th tr So it rmains to bound th oprator norm of th routing, k P (i) B T k i= Rcall (from last wk) that Z can b intrprtd as th maximum norm of a column of Z Hr, bcaus w r daling with B T, this in turn bcoms: k P (i) B T k = max P k k (i) χ, i= 3 i=

14 whr χ is th indicator vctor for th dg That is, w just want to find a routing oprator such that th distortion of ach dg is small Low strtch spanning tr algorithms actually produc a distribution ovr spanning trs such that for a random spanning tr pickd from this distribution: For vry dgg, th xpctd strtch is O(log n log log n) 2 Maximum strtch is O(n) So onc again, avraging togthr n low strtch spanning trs givs a good solution: th O(n) plays a rol similar to width Similar to th flow cas, thr is also a rcursiv vrsion of this that givs bttr paramtrs Th ida is also simplr than th cas : Pick a random LSST, 2 Tak th dgs with high strtch, aka mor than O(m log n log log n/h), 3 Shrink th graph onto thos O(h) dgs, rcurs on thm Working out this rcursion lads to anothr O(m xp( log n)) typ routin Howvr, somhow unlik flows, it s opn whthr a log O() n quality oprator xists for this#$#$#$??? Thr ar strong indications that somthing spannr lik can work hr [BKKL6] Th othr intrsting obsrvation about this algorithm is that in som paramtr rgims, it givs th bst paralll algorithm for computing shortst paths in paralll that dosn t caus som trribl xplosion in work Rfrncs [BKKL6] Rubn Bckr, Andras Karrnbaur, Sbastian Krinningr, and Christoph Lnzn Approximat undirctd transshipmnt and shortst paths via gradint dscnt CoRR, abs/ , 206 Availabl at: [Mad0] Alksandr Madry Fast approximation algorithms for cut-basd problms in undirctd graphs In Foundations of Computr Scinc (FOCS), 200 5st Annual IEEE Symposium on, pags IEEE, 200 Availabl at [Räc08] Harald Räck Optimal hirarchical dcompositions for congstion minimization in ntworks In Procdings of th 40th annual ACM symposium on Thory of computing, STOC 08, pags , Nw York, NY, USA, 2008 ACM Michal Cohn attributs this ida to Aaron Sidford first 4

15 [Sh7] Jonah Shrman Gnralizd prconditioning and undirctd minimum-cost flow In Procdings of th Twnty-Eighth Annual ACM-SIAM Symposium on Discrt Algorithms, SODA 7, pags , 207 Availabl at: 5

The Matrix Exponential

The Matrix Exponential Th Matrix Exponntial (with xrciss) by D. Klain Vrsion 207.0.05 Corrctions and commnts ar wlcom. Th Matrix Exponntial For ach n n complx matrix A, dfin th xponntial of A to b th matrix A A k I + A + k!

More information

The Matrix Exponential

The Matrix Exponential Th Matrix Exponntial (with xrciss) by Dan Klain Vrsion 28928 Corrctions and commnts ar wlcom Th Matrix Exponntial For ach n n complx matrix A, dfin th xponntial of A to b th matrix () A A k I + A + k!

More information

Basic Polyhedral theory

Basic Polyhedral theory Basic Polyhdral thory Th st P = { A b} is calld a polyhdron. Lmma 1. Eithr th systm A = b, b 0, 0 has a solution or thr is a vctorπ such that π A 0, πb < 0 Thr cass, if solution in top row dos not ist

More information

cycle that does not cross any edges (including its own), then it has at least

cycle that does not cross any edges (including its own), then it has at least W prov th following thorm: Thorm If a K n is drawn in th plan in such a way that it has a hamiltonian cycl that dos not cross any dgs (including its own, thn it has at last n ( 4 48 π + O(n crossings Th

More information

1 Minimum Cut Problem

1 Minimum Cut Problem CS 6 Lctur 6 Min Cut and argr s Algorithm Scribs: Png Hui How (05), Virginia Dat: May 4, 06 Minimum Cut Problm Today, w introduc th minimum cut problm. This problm has many motivations, on of which coms

More information

On spanning trees and cycles of multicolored point sets with few intersections

On spanning trees and cycles of multicolored point sets with few intersections On spanning trs and cycls of multicolord point sts with fw intrsctions M. Kano, C. Mrino, and J. Urrutia April, 00 Abstract Lt P 1,..., P k b a collction of disjoint point sts in R in gnral position. W

More information

ECE602 Exam 1 April 5, You must show ALL of your work for full credit.

ECE602 Exam 1 April 5, You must show ALL of your work for full credit. ECE62 Exam April 5, 27 Nam: Solution Scor: / This xam is closd-book. You must show ALL of your work for full crdit. Plas rad th qustions carfully. Plas chck your answrs carfully. Calculators may NOT b

More information

Supplementary Materials

Supplementary Materials 6 Supplmntary Matrials APPENDIX A PHYSICAL INTERPRETATION OF FUEL-RATE-SPEED FUNCTION A truck running on a road with grad/slop θ positiv if moving up and ngativ if moving down facs thr rsistancs: arodynamic

More information

Derangements and Applications

Derangements and Applications 2 3 47 6 23 Journal of Intgr Squncs, Vol. 6 (2003), Articl 03..2 Drangmnts and Applications Mhdi Hassani Dpartmnt of Mathmatics Institut for Advancd Studis in Basic Scincs Zanjan, Iran mhassani@iasbs.ac.ir

More information

CPSC 665 : An Algorithmist s Toolkit Lecture 4 : 21 Jan Linear Programming

CPSC 665 : An Algorithmist s Toolkit Lecture 4 : 21 Jan Linear Programming CPSC 665 : An Algorithmist s Toolkit Lctur 4 : 21 Jan 2015 Lcturr: Sushant Sachdva Linar Programming Scrib: Rasmus Kyng 1. Introduction An optimization problm rquirs us to find th minimum or maximum) of

More information

Introduction to Arithmetic Geometry Fall 2013 Lecture #20 11/14/2013

Introduction to Arithmetic Geometry Fall 2013 Lecture #20 11/14/2013 18.782 Introduction to Arithmtic Gomtry Fall 2013 Lctur #20 11/14/2013 20.1 Dgr thorm for morphisms of curvs Lt us rstat th thorm givn at th nd of th last lctur, which w will now prov. Thorm 20.1. Lt φ:

More information

Fourier Transforms and the Wave Equation. Key Mathematics: More Fourier transform theory, especially as applied to solving the wave equation.

Fourier Transforms and the Wave Equation. Key Mathematics: More Fourier transform theory, especially as applied to solving the wave equation. Lur 7 Fourir Transforms and th Wav Euation Ovrviw and Motivation: W first discuss a fw faturs of th Fourir transform (FT), and thn w solv th initial-valu problm for th wav uation using th Fourir transform

More information

Addition of angular momentum

Addition of angular momentum Addition of angular momntum April, 0 Oftn w nd to combin diffrnt sourcs of angular momntum to charactriz th total angular momntum of a systm, or to divid th total angular momntum into parts to valuat th

More information

SCHUR S THEOREM REU SUMMER 2005

SCHUR S THEOREM REU SUMMER 2005 SCHUR S THEOREM REU SUMMER 2005 1. Combinatorial aroach Prhas th first rsult in th subjct blongs to I. Schur and dats back to 1916. On of his motivation was to study th local vrsion of th famous quation

More information

EEO 401 Digital Signal Processing Prof. Mark Fowler

EEO 401 Digital Signal Processing Prof. Mark Fowler EEO 401 Digital Signal Procssing Prof. Mark Fowlr Dtails of th ot St #19 Rading Assignmnt: Sct. 7.1.2, 7.1.3, & 7.2 of Proakis & Manolakis Dfinition of th So Givn signal data points x[n] for n = 0,, -1

More information

COHORT MBA. Exponential function. MATH review (part2) by Lucian Mitroiu. The LOG and EXP functions. Properties: e e. lim.

COHORT MBA. Exponential function. MATH review (part2) by Lucian Mitroiu. The LOG and EXP functions. Properties: e e. lim. MTH rviw part b Lucian Mitroiu Th LOG and EXP functions Th ponntial function p : R, dfind as Proprtis: lim > lim p Eponntial function Y 8 6 - -8-6 - - X Th natural logarithm function ln in US- log: function

More information

u x v x dx u x v x v x u x dx d u x v x u x v x dx u x v x dx Integration by Parts Formula

u x v x dx u x v x v x u x dx d u x v x u x v x dx u x v x dx Integration by Parts Formula 7. Intgration by Parts Each drivativ formula givs ris to a corrsponding intgral formula, as w v sn many tims. Th drivativ product rul yilds a vry usful intgration tchniqu calld intgration by parts. Starting

More information

Deift/Zhou Steepest descent, Part I

Deift/Zhou Steepest descent, Part I Lctur 9 Dift/Zhou Stpst dscnt, Part I W now focus on th cas of orthogonal polynomials for th wight w(x) = NV (x), V (x) = t x2 2 + x4 4. Sinc th wight dpnds on th paramtr N N w will writ π n,n, a n,n,

More information

Approximate Maximum Flow in Undirected Networks by Christiano, Kelner, Madry, Spielmann, Teng (STOC 2011)

Approximate Maximum Flow in Undirected Networks by Christiano, Kelner, Madry, Spielmann, Teng (STOC 2011) Approximat Maximum Flow in Undirctd Ntworks by Christiano, Klnr, Madry, Spilmann, Tng (STOC 2011) Kurt Mhlhorn Max Planck Institut for Informatics and Saarland Univrsity Sptmbr 28, 2011 Th Rsult High-Lvl

More information

That is, we start with a general matrix: And end with a simpler matrix:

That is, we start with a general matrix: And end with a simpler matrix: DIAGON ALIZATION OF THE STR ESS TEN SOR INTRO DUCTIO N By th us of Cauchy s thorm w ar abl to rduc th numbr of strss componnts in th strss tnsor to only nin valus. An additional simplification of th strss

More information

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, April 04, 2005, 8:35 AM) PART I: CHAPTER TWO COMB MATH.

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, April 04, 2005, 8:35 AM) PART I: CHAPTER TWO COMB MATH. C:\Dallas\0_Courss\03A_OpSci_67\0 Cgh_Book\0_athmaticalPrliminaris\0_0 Combath.doc of 8 COPUTER GENERATED HOLOGRAS Optical Scincs 67 W.J. Dallas (onday, April 04, 005, 8:35 A) PART I: CHAPTER TWO COB ATH

More information

Brief Introduction to Statistical Mechanics

Brief Introduction to Statistical Mechanics Brif Introduction to Statistical Mchanics. Purpos: Ths nots ar intndd to provid a vry quick introduction to Statistical Mchanics. Th fild is of cours far mor vast than could b containd in ths fw pags.

More information

Chapter 10. The singular integral Introducing S(n) and J(n)

Chapter 10. The singular integral Introducing S(n) and J(n) Chaptr Th singular intgral Our aim in this chaptr is to rplac th functions S (n) and J (n) by mor convnint xprssions; ths will b calld th singular sris S(n) and th singular intgral J(n). This will b don

More information

Searching Linked Lists. Perfect Skip List. Building a Skip List. Skip List Analysis (1) Assume the list is sorted, but is stored in a linked list.

Searching Linked Lists. Perfect Skip List. Building a Skip List. Skip List Analysis (1) Assume the list is sorted, but is stored in a linked list. 3 3 4 8 6 3 3 4 8 6 3 3 4 8 6 () (d) 3 Sarching Linkd Lists Sarching Linkd Lists Sarching Linkd Lists ssum th list is sortd, but is stord in a linkd list. an w us binary sarch? omparisons? Work? What if

More information

Homework #3. 1 x. dx. It therefore follows that a sum of the

Homework #3. 1 x. dx. It therefore follows that a sum of the Danil Cannon CS 62 / Luan March 5, 2009 Homwork # 1. Th natural logarithm is dfind by ln n = n 1 dx. It thrfor follows that a sum of th 1 x sam addnd ovr th sam intrval should b both asymptotically uppr-

More information

Section 11.6: Directional Derivatives and the Gradient Vector

Section 11.6: Directional Derivatives and the Gradient Vector Sction.6: Dirctional Drivativs and th Gradint Vctor Practic HW rom Stwart Ttbook not to hand in p. 778 # -4 p. 799 # 4-5 7 9 9 35 37 odd Th Dirctional Drivativ Rcall that a b Slop o th tangnt lin to th

More information

The second condition says that a node α of the tree has exactly n children if the arity of its label is n.

The second condition says that a node α of the tree has exactly n children if the arity of its label is n. CS 6110 S14 Hanout 2 Proof of Conflunc 27 January 2014 In this supplmntary lctur w prov that th λ-calculus is conflunt. This is rsult is u to lonzo Church (1903 1995) an J. arkly Rossr (1907 1989) an is

More information

Recall that by Theorems 10.3 and 10.4 together provide us the estimate o(n2 ), S(q) q 9, q=1

Recall that by Theorems 10.3 and 10.4 together provide us the estimate o(n2 ), S(q) q 9, q=1 Chaptr 11 Th singular sris Rcall that by Thorms 10 and 104 togthr provid us th stimat 9 4 n 2 111 Rn = SnΓ 2 + on2, whr th singular sris Sn was dfind in Chaptr 10 as Sn = q=1 Sq q 9, with Sq = 1 a q gcda,q=1

More information

1 Isoparametric Concept

1 Isoparametric Concept UNIVERSITY OF CALIFORNIA BERKELEY Dpartmnt of Civil Enginring Spring 06 Structural Enginring, Mchanics and Matrials Profssor: S. Govindj Nots on D isoparamtric lmnts Isoparamtric Concpt Th isoparamtric

More information

Calculus concepts derivatives

Calculus concepts derivatives All rasonabl fforts hav bn mad to mak sur th nots ar accurat. Th author cannot b hld rsponsibl for any damags arising from th us of ths nots in any fashion. Calculus concpts drivativs Concpts involving

More information

Higher order derivatives

Higher order derivatives Robrto s Nots on Diffrntial Calculus Chaptr 4: Basic diffrntiation ruls Sction 7 Highr ordr drivativs What you nd to know alrady: Basic diffrntiation ruls. What you can larn hr: How to rpat th procss of

More information

Addition of angular momentum

Addition of angular momentum Addition of angular momntum April, 07 Oftn w nd to combin diffrnt sourcs of angular momntum to charactriz th total angular momntum of a systm, or to divid th total angular momntum into parts to valuat

More information

Inference Methods for Stochastic Volatility Models

Inference Methods for Stochastic Volatility Models Intrnational Mathmatical Forum, Vol 8, 03, no 8, 369-375 Infrnc Mthods for Stochastic Volatility Modls Maddalna Cavicchioli Cá Foscari Univrsity of Vnic Advancd School of Economics Cannargio 3, Vnic, Italy

More information

The van der Waals interaction 1 D. E. Soper 2 University of Oregon 20 April 2012

The van der Waals interaction 1 D. E. Soper 2 University of Oregon 20 April 2012 Th van dr Waals intraction D. E. Sopr 2 Univrsity of Orgon 20 pril 202 Th van dr Waals intraction is discussd in Chaptr 5 of J. J. Sakurai, Modrn Quantum Mchanics. Hr I tak a look at it in a littl mor

More information

Data Assimilation 1. Alan O Neill National Centre for Earth Observation UK

Data Assimilation 1. Alan O Neill National Centre for Earth Observation UK Data Assimilation 1 Alan O Nill National Cntr for Earth Obsrvation UK Plan Motivation & basic idas Univariat (scalar) data assimilation Multivariat (vctor) data assimilation 3d-Variational Mthod (& optimal

More information

3 Finite Element Parametric Geometry

3 Finite Element Parametric Geometry 3 Finit Elmnt Paramtric Gomtry 3. Introduction Th intgral of a matrix is th matrix containing th intgral of ach and vry on of its original componnts. Practical finit lmnt analysis rquirs intgrating matrics,

More information

Einstein Equations for Tetrad Fields

Einstein Equations for Tetrad Fields Apiron, Vol 13, No, Octobr 006 6 Einstin Equations for Ttrad Filds Ali Rıza ŞAHİN, R T L Istanbul (Turky) Evry mtric tnsor can b xprssd by th innr product of ttrad filds W prov that Einstin quations for

More information

Abstract Interpretation: concrete and abstract semantics

Abstract Interpretation: concrete and abstract semantics Abstract Intrprtation: concrt and abstract smantics Concrt smantics W considr a vry tiny languag that manags arithmtic oprations on intgrs valus. Th (concrt) smantics of th languags cab b dfind by th funzcion

More information

Where k is either given or determined from the data and c is an arbitrary constant.

Where k is either given or determined from the data and c is an arbitrary constant. Exponntial growth and dcay applications W wish to solv an quation that has a drivativ. dy ky k > dx This quation says that th rat of chang of th function is proportional to th function. Th solution is

More information

Lecture 37 (Schrödinger Equation) Physics Spring 2018 Douglas Fields

Lecture 37 (Schrödinger Equation) Physics Spring 2018 Douglas Fields Lctur 37 (Schrödingr Equation) Physics 6-01 Spring 018 Douglas Filds Rducd Mass OK, so th Bohr modl of th atom givs nrgy lvls: E n 1 k m n 4 But, this has on problm it was dvlopd assuming th acclration

More information

Problem Set 6 Solutions

Problem Set 6 Solutions 6.04/18.06J Mathmatics for Computr Scinc March 15, 005 Srini Dvadas and Eric Lhman Problm St 6 Solutions Du: Monday, March 8 at 9 PM in Room 3-044 Problm 1. Sammy th Shark is a financial srvic providr

More information

A Propagating Wave Packet Group Velocity Dispersion

A Propagating Wave Packet Group Velocity Dispersion Lctur 8 Phys 375 A Propagating Wav Packt Group Vlocity Disprsion Ovrviw and Motivation: In th last lctur w lookd at a localizd solution t) to th 1D fr-particl Schrödingr quation (SE) that corrsponds to

More information

EXST Regression Techniques Page 1

EXST Regression Techniques Page 1 EXST704 - Rgrssion Tchniqus Pag 1 Masurmnt rrors in X W hav assumd that all variation is in Y. Masurmnt rror in this variabl will not ffct th rsults, as long as thy ar uncorrlatd and unbiasd, sinc thy

More information

Function Spaces. a x 3. (Letting x = 1 =)) a(0) + b + c (1) = 0. Row reducing the matrix. b 1. e 4 3. e 9. >: (x = 1 =)) a(0) + b + c (1) = 0

Function Spaces. a x 3. (Letting x = 1 =)) a(0) + b + c (1) = 0. Row reducing the matrix. b 1. e 4 3. e 9. >: (x = 1 =)) a(0) + b + c (1) = 0 unction Spacs Prrquisit: Sction 4.7, Coordinatization n this sction, w apply th tchniqus of Chaptr 4 to vctor spacs whos lmnts ar functions. Th vctor spacs P n and P ar familiar xampls of such spacs. Othr

More information

Mor Tutorial at www.dumblittldoctor.com Work th problms without a calculator, but us a calculator to chck rsults. And try diffrntiating your answrs in part III as a usful chck. I. Applications of Intgration

More information

Strongly Connected Components

Strongly Connected Components Strongly Connctd Componnts Lt G = (V, E) b a dirctd graph Writ if thr is a path from to in G Writ if and is an quivalnc rlation: implis and implis s quivalnc classs ar calld th strongly connctd componnts

More information

From Elimination to Belief Propagation

From Elimination to Belief Propagation School of omputr Scinc Th lif Propagation (Sum-Product lgorithm Probabilistic Graphical Modls (10-708 Lctur 5, Sp 31, 2007 Rcptor Kinas Rcptor Kinas Kinas X 5 ric Xing Gn G T X 6 X 7 Gn H X 8 Rading: J-hap

More information

6.1 Integration by Parts and Present Value. Copyright Cengage Learning. All rights reserved.

6.1 Integration by Parts and Present Value. Copyright Cengage Learning. All rights reserved. 6.1 Intgration by Parts and Prsnt Valu Copyright Cngag Larning. All rights rsrvd. Warm-Up: Find f () 1. F() = ln(+1). F() = 3 3. F() =. F() = ln ( 1) 5. F() = 6. F() = - Objctivs, Day #1 Studnts will b

More information

MATH 319, WEEK 15: The Fundamental Matrix, Non-Homogeneous Systems of Differential Equations

MATH 319, WEEK 15: The Fundamental Matrix, Non-Homogeneous Systems of Differential Equations MATH 39, WEEK 5: Th Fundamntal Matrix, Non-Homognous Systms of Diffrntial Equations Fundamntal Matrics Considr th problm of dtrmining th particular solution for an nsmbl of initial conditions For instanc,

More information

Examples and applications on SSSP and MST

Examples and applications on SSSP and MST Exampls an applications on SSSP an MST Dan (Doris) H & Junhao Gan ITEE Univrsity of Qunslan COMP3506/7505, Uni of Qunslan Exampls an applications on SSSP an MST Dijkstra s Algorithm Th algorithm solvs

More information

Another view for a posteriori error estimates for variational inequalities of the second kind

Another view for a posteriori error estimates for variational inequalities of the second kind Accptd by Applid Numrical Mathmatics in July 2013 Anothr viw for a postriori rror stimats for variational inqualitis of th scond kind Fi Wang 1 and Wimin Han 2 Abstract. In this papr, w giv anothr viw

More information

Combinatorial Networks Week 1, March 11-12

Combinatorial Networks Week 1, March 11-12 1 Nots on March 11 Combinatorial Ntwors W 1, March 11-1 11 Th Pigonhol Principl Th Pigonhol Principl If n objcts ar placd in hols, whr n >, thr xists a box with mor than on objcts 11 Thorm Givn a simpl

More information

Self-Adjointness and Its Relationship to Quantum Mechanics. Ronald I. Frank 2016

Self-Adjointness and Its Relationship to Quantum Mechanics. Ronald I. Frank 2016 Ronald I. Frank 06 Adjoint https://n.wikipdia.org/wiki/adjoint In gnral thr is an oprator and a procss that dfin its adjoint *. It is thn slf-adjoint if *. Innr product spac https://n.wikipdia.org/wiki/innr_product_spac

More information

Finding low cost TSP and 2-matching solutions using certain half integer subtour vertices

Finding low cost TSP and 2-matching solutions using certain half integer subtour vertices Finding low cost TSP and 2-matching solutions using crtain half intgr subtour vrtics Sylvia Boyd and Robrt Carr Novmbr 996 Introduction Givn th complt graph K n = (V, E) on n nods with dg costs c R E,

More information

Hydrogen Atom and One Electron Ions

Hydrogen Atom and One Electron Ions Hydrogn Atom and On Elctron Ions Th Schrödingr quation for this two-body problm starts out th sam as th gnral two-body Schrödingr quation. First w sparat out th motion of th cntr of mass. Th intrnal potntial

More information

(1) Then we could wave our hands over this and it would become:

(1) Then we could wave our hands over this and it would become: MAT* K285 Spring 28 Anthony Bnoit 4/17/28 Wk 12: Laplac Tranform Rading: Kohlr & Johnon, Chaptr 5 to p. 35 HW: 5.1: 3, 7, 1*, 19 5.2: 1, 5*, 13*, 19, 45* 5.3: 1, 11*, 19 * Pla writ-up th problm natly and

More information

(Upside-Down o Direct Rotation) β - Numbers

(Upside-Down o Direct Rotation) β - Numbers Amrican Journal of Mathmatics and Statistics 014, 4(): 58-64 DOI: 10593/jajms0140400 (Upsid-Down o Dirct Rotation) β - Numbrs Ammar Sddiq Mahmood 1, Shukriyah Sabir Ali,* 1 Dpartmnt of Mathmatics, Collg

More information

Probability and Stochastic Processes: A Friendly Introduction for Electrical and Computer Engineers Roy D. Yates and David J.

Probability and Stochastic Processes: A Friendly Introduction for Electrical and Computer Engineers Roy D. Yates and David J. Probability and Stochastic Procsss: A Frindly Introduction for Elctrical and Computr Enginrs Roy D. Yats and David J. Goodman Problm Solutions : Yats and Goodman,4.3. 4.3.4 4.3. 4.4. 4.4.4 4.4.6 4.. 4..7

More information

Propositional Logic. Combinatorial Problem Solving (CPS) Albert Oliveras Enric Rodríguez-Carbonell. May 17, 2018

Propositional Logic. Combinatorial Problem Solving (CPS) Albert Oliveras Enric Rodríguez-Carbonell. May 17, 2018 Propositional Logic Combinatorial Problm Solving (CPS) Albrt Olivras Enric Rodríguz-Carbonll May 17, 2018 Ovrviw of th sssion Dfinition of Propositional Logic Gnral Concpts in Logic Rduction to SAT CNFs

More information

Week 3: Connected Subgraphs

Week 3: Connected Subgraphs Wk 3: Connctd Subgraphs Sptmbr 19, 2016 1 Connctd Graphs Path, Distanc: A path from a vrtx x to a vrtx y in a graph G is rfrrd to an xy-path. Lt X, Y V (G). An (X, Y )-path is an xy-path with x X and y

More information

Math 34A. Final Review

Math 34A. Final Review Math A Final Rviw 1) Us th graph of y10 to find approimat valus: a) 50 0. b) y (0.65) solution for part a) first writ an quation: 50 0. now tak th logarithm of both sids: log() log(50 0. ) pand th right

More information

Sundials and Linear Algebra

Sundials and Linear Algebra Sundials and Linar Algbra M. Scot Swan July 2, 25 Most txts on crating sundials ar dirctd towards thos who ar solly intrstd in making and using sundials and usually assums minimal mathmatical background.

More information

LINEAR DELAY DIFFERENTIAL EQUATION WITH A POSITIVE AND A NEGATIVE TERM

LINEAR DELAY DIFFERENTIAL EQUATION WITH A POSITIVE AND A NEGATIVE TERM Elctronic Journal of Diffrntial Equations, Vol. 2003(2003), No. 92, pp. 1 6. ISSN: 1072-6691. URL: http://jd.math.swt.du or http://jd.math.unt.du ftp jd.math.swt.du (login: ftp) LINEAR DELAY DIFFERENTIAL

More information

Quasi-Classical States of the Simple Harmonic Oscillator

Quasi-Classical States of the Simple Harmonic Oscillator Quasi-Classical Stats of th Simpl Harmonic Oscillator (Draft Vrsion) Introduction: Why Look for Eignstats of th Annihilation Oprator? Excpt for th ground stat, th corrspondnc btwn th quantum nrgy ignstats

More information

Square of Hamilton cycle in a random graph

Square of Hamilton cycle in a random graph Squar of Hamilton cycl in a random graph Andrzj Dudk Alan Friz Jun 28, 2016 Abstract W show that p = n is a sharp thrshold for th random graph G n,p to contain th squar of a Hamilton cycl. This improvs

More information

Collisions between electrons and ions

Collisions between electrons and ions DRAFT 1 Collisions btwn lctrons and ions Flix I. Parra Rudolf Pirls Cntr for Thortical Physics, Unirsity of Oxford, Oxford OX1 NP, UK This rsion is of 8 May 217 1. Introduction Th Fokkr-Planck collision

More information

INTEGRATION BY PARTS

INTEGRATION BY PARTS Mathmatics Rvision Guids Intgration by Parts Pag of 7 MK HOME TUITION Mathmatics Rvision Guids Lvl: AS / A Lvl AQA : C Edcl: C OCR: C OCR MEI: C INTEGRATION BY PARTS Vrsion : Dat: --5 Eampls - 6 ar copyrightd

More information

2.3 Matrix Formulation

2.3 Matrix Formulation 23 Matrix Formulation 43 A mor complicatd xampl ariss for a nonlinar systm of diffrntial quations Considr th following xampl Exampl 23 x y + x( x 2 y 2 y x + y( x 2 y 2 (233 Transforming to polar coordinats,

More information

First derivative analysis

First derivative analysis Robrto s Nots on Dirntial Calculus Chaptr 8: Graphical analysis Sction First drivativ analysis What you nd to know alrady: How to us drivativs to idntiy th critical valus o a unction and its trm points

More information

Complex Powers and Logs (5A) Young Won Lim 10/17/13

Complex Powers and Logs (5A) Young Won Lim 10/17/13 Complx Powrs and Logs (5A) Copyright (c) 202, 203 Young W. Lim. Prmission is grantd to copy, distribut and/or modify this documnt undr th trms of th GNU Fr Documntation Licns, Vrsion.2 or any latr vrsion

More information

Elements of Statistical Thermodynamics

Elements of Statistical Thermodynamics 24 Elmnts of Statistical Thrmodynamics Statistical thrmodynamics is a branch of knowldg that has its own postulats and tchniqus. W do not attmpt to giv hr vn an introduction to th fild. In this chaptr,

More information

Cramér-Rao Inequality: Let f(x; θ) be a probability density function with continuous parameter

Cramér-Rao Inequality: Let f(x; θ) be a probability density function with continuous parameter WHEN THE CRAMÉR-RAO INEQUALITY PROVIDES NO INFORMATION STEVEN J. MILLER Abstract. W invstigat a on-paramtr family of probability dnsitis (rlatd to th Parto distribution, which dscribs many natural phnomna)

More information

Equidistribution and Weyl s criterion

Equidistribution and Weyl s criterion Euidistribution and Wyl s critrion by Brad Hannigan-Daly W introduc th ida of a sunc of numbrs bing uidistributd (mod ), and w stat and prov a thorm of Hrmann Wyl which charactrizs such suncs. W also discuss

More information

ph People Grade Level: basic Duration: minutes Setting: classroom or field site

ph People Grade Level: basic Duration: minutes Setting: classroom or field site ph Popl Adaptd from: Whr Ar th Frogs? in Projct WET: Curriculum & Activity Guid. Bozman: Th Watrcours and th Council for Environmntal Education, 1995. ph Grad Lvl: basic Duration: 10 15 minuts Stting:

More information

Search sequence databases 3 10/25/2016

Search sequence databases 3 10/25/2016 Sarch squnc databass 3 10/25/2016 Etrm valu distribution Ø Suppos X is a random variabl with probability dnsity function p(, w sampl a larg numbr S of indpndnt valus of X from this distribution for an

More information

A. Limits and Horizontal Asymptotes ( ) f x f x. f x. x "±# ( ).

A. Limits and Horizontal Asymptotes ( ) f x f x. f x. x ±# ( ). A. Limits and Horizontal Asymptots What you ar finding: You can b askd to find lim x "a H.A.) problm is asking you find lim x "# and lim x "$#. or lim x "±#. Typically, a horizontal asymptot algbraically,

More information

Network Congestion Games

Network Congestion Games Ntwork Congstion Gams Assistant Profssor Tas A&M Univrsity Collg Station, TX TX Dallas Collg Station Austin Houston Bst rout dpnds on othrs Ntwork Congstion Gams Travl tim incrass with congstion Highway

More information

perm4 A cnt 0 for for if A i 1 A i cnt cnt 1 cnt i j. j k. k l. i k. j l. i l

perm4 A cnt 0 for for if A i 1 A i cnt cnt 1 cnt i j. j k. k l. i k. j l. i l h 4D, 4th Rank, Antisytric nsor and th 4D Equivalnt to th Cross Product or Mor Fun with nsors!!! Richard R Shiffan Digital Graphics Assoc 8 Dunkirk Av LA, Ca 95 rrs@isidu his docunt dscribs th four dinsional

More information

The graph of y = x (or y = ) consists of two branches, As x 0, y + ; as x 0, y +. x = 0 is the

The graph of y = x (or y = ) consists of two branches, As x 0, y + ; as x 0, y +. x = 0 is the Copyright itutcom 005 Fr download & print from wwwitutcom Do not rproduc by othr mans Functions and graphs Powr functions Th graph of n y, for n Q (st of rational numbrs) y is a straight lin through th

More information

Differential Equations

Differential Equations Prfac Hr ar m onlin nots for m diffrntial quations cours that I tach hr at Lamar Univrsit. Dspit th fact that ths ar m class nots, th should b accssibl to anon wanting to larn how to solv diffrntial quations

More information

A LOCALLY CONSERVATIVE LDG METHOD FOR THE INCOMPRESSIBLE NAVIER-STOKES EQUATIONS

A LOCALLY CONSERVATIVE LDG METHOD FOR THE INCOMPRESSIBLE NAVIER-STOKES EQUATIONS A LOCALLY CONSERVATIVE LDG METHOD FOR THE INCOMPRESSIBLE NAVIER-STOES EQUATIONS BERNARDO COCBURN, GUIDO ANSCHAT, AND DOMINI SCHÖTZAU Abstract. In this papr, a nw local discontinuous Galrkin mthod for th

More information

Construction of asymmetric orthogonal arrays of strength three via a replacement method

Construction of asymmetric orthogonal arrays of strength three via a replacement method isid/ms/26/2 Fbruary, 26 http://www.isid.ac.in/ statmath/indx.php?modul=prprint Construction of asymmtric orthogonal arrays of strngth thr via a rplacmnt mthod Tian-fang Zhang, Qiaoling Dng and Alok Dy

More information

2008 AP Calculus BC Multiple Choice Exam

2008 AP Calculus BC Multiple Choice Exam 008 AP Multipl Choic Eam Nam 008 AP Calculus BC Multipl Choic Eam Sction No Calculator Activ AP Calculus 008 BC Multipl Choic. At tim t 0, a particl moving in th -plan is th acclration vctor of th particl

More information

MA 262, Spring 2018, Final exam Version 01 (Green)

MA 262, Spring 2018, Final exam Version 01 (Green) MA 262, Spring 218, Final xam Vrsion 1 (Grn) INSTRUCTIONS 1. Switch off your phon upon ntring th xam room. 2. Do not opn th xam booklt until you ar instructd to do so. 3. Bfor you opn th booklt, fill in

More information

COUNTING TAMELY RAMIFIED EXTENSIONS OF LOCAL FIELDS UP TO ISOMORPHISM

COUNTING TAMELY RAMIFIED EXTENSIONS OF LOCAL FIELDS UP TO ISOMORPHISM COUNTING TAMELY RAMIFIED EXTENSIONS OF LOCAL FIELDS UP TO ISOMORPHISM Jim Brown Dpartmnt of Mathmatical Scincs, Clmson Univrsity, Clmson, SC 9634, USA jimlb@g.clmson.du Robrt Cass Dpartmnt of Mathmatics,

More information

Using Stochastic Approximation Methods to Compute Optimal Base-Stock Levels in Inventory Control Problems

Using Stochastic Approximation Methods to Compute Optimal Base-Stock Levels in Inventory Control Problems Using Stochastic Approximation Mthods to Comput Optimal Bas-Stoc Lvls in Invntory Control Problms Sumit Kunnumal School of Oprations Rsarch and Information Enginring, Cornll Univrsity, Ithaca, Nw Yor 14853,

More information

Middle East Technical University Department of Mechanical Engineering ME 413 Introduction to Finite Element Analysis

Middle East Technical University Department of Mechanical Engineering ME 413 Introduction to Finite Element Analysis Middl East Tchnical Univrsity Dpartmnt of Mchanical Enginring ME 43 Introduction to Finit Elmnt Analysis Chaptr 3 Computr Implmntation of D FEM Ths nots ar prpard by Dr. Cünyt Srt http://www.m.mtu.du.tr/popl/cunyt

More information

arxiv: v3 [cs.ds] 14 Jul 2016

arxiv: v3 [cs.ds] 14 Jul 2016 Ngativ-Wight Shortst Paths and Unit Capacity Minimum Cost Flow in Õ m 0/7 log W Tim Michal B. Cohn Alksandr Mądry Piotr Sankowski Adrian Vladu MIT MIT Univrsity of Warsaw MIT micohn@mit.du madry@mit.du

More information

Background: We have discussed the PIB, HO, and the energy of the RR model. In this chapter, the H-atom, and atomic orbitals.

Background: We have discussed the PIB, HO, and the energy of the RR model. In this chapter, the H-atom, and atomic orbitals. Chaptr 7 Th Hydrogn Atom Background: W hav discussd th PIB HO and th nrgy of th RR modl. In this chaptr th H-atom and atomic orbitals. * A singl particl moving undr a cntral forc adoptd from Scott Kirby

More information

There is an arbitrary overall complex phase that could be added to A, but since this makes no difference we set it to zero and choose A real.

There is an arbitrary overall complex phase that could be added to A, but since this makes no difference we set it to zero and choose A real. Midtrm #, Physics 37A, Spring 07. Writ your rsponss blow or on xtra pags. Show your work, and tak car to xplain what you ar doing; partial crdit will b givn for incomplt answrs that dmonstrat som concptual

More information

10. The Discrete-Time Fourier Transform (DTFT)

10. The Discrete-Time Fourier Transform (DTFT) Th Discrt-Tim Fourir Transform (DTFT Dfinition of th discrt-tim Fourir transform Th Fourir rprsntation of signals plays an important rol in both continuous and discrt signal procssing In this sction w

More information

MCB137: Physical Biology of the Cell Spring 2017 Homework 6: Ligand binding and the MWC model of allostery (Due 3/23/17)

MCB137: Physical Biology of the Cell Spring 2017 Homework 6: Ligand binding and the MWC model of allostery (Due 3/23/17) MCB37: Physical Biology of th Cll Spring 207 Homwork 6: Ligand binding and th MWC modl of allostry (Du 3/23/7) Hrnan G. Garcia March 2, 207 Simpl rprssion In class, w drivd a mathmatical modl of how simpl

More information

DISTRIBUTION OF DIFFERENCE BETWEEN INVERSES OF CONSECUTIVE INTEGERS MODULO P

DISTRIBUTION OF DIFFERENCE BETWEEN INVERSES OF CONSECUTIVE INTEGERS MODULO P DISTRIBUTION OF DIFFERENCE BETWEEN INVERSES OF CONSECUTIVE INTEGERS MODULO P Tsz Ho Chan Dartmnt of Mathmatics, Cas Wstrn Rsrv Univrsity, Clvland, OH 4406, USA txc50@cwru.du Rcivd: /9/03, Rvisd: /9/04,

More information

Coupled Pendulums. Two normal modes.

Coupled Pendulums. Two normal modes. Tim Dpndnt Two Stat Problm Coupld Pndulums Wak spring Two normal mods. No friction. No air rsistanc. Prfct Spring Start Swinging Som tim latr - swings with full amplitud. stationary M +n L M +m Elctron

More information

Lecture 2: Discrete-Time Signals & Systems. Reza Mohammadkhani, Digital Signal Processing, 2015 University of Kurdistan eng.uok.ac.

Lecture 2: Discrete-Time Signals & Systems. Reza Mohammadkhani, Digital Signal Processing, 2015 University of Kurdistan eng.uok.ac. Lctur 2: Discrt-Tim Signals & Systms Rza Mohammadkhani, Digital Signal Procssing, 2015 Univrsity of Kurdistan ng.uok.ac.ir/mohammadkhani 1 Signal Dfinition and Exampls 2 Signal: any physical quantity that

More information

u r du = ur+1 r + 1 du = ln u + C u sin u du = cos u + C cos u du = sin u + C sec u tan u du = sec u + C e u du = e u + C

u r du = ur+1 r + 1 du = ln u + C u sin u du = cos u + C cos u du = sin u + C sec u tan u du = sec u + C e u du = e u + C Tchniqus of Intgration c Donald Kridr and Dwight Lahr In this sction w ar going to introduc th first approachs to valuating an indfinit intgral whos intgrand dos not hav an immdiat antidrivativ. W bgin

More information

SECTION where P (cos θ, sin θ) and Q(cos θ, sin θ) are polynomials in cos θ and sin θ, provided Q is never equal to zero.

SECTION where P (cos θ, sin θ) and Q(cos θ, sin θ) are polynomials in cos θ and sin θ, provided Q is never equal to zero. SETION 6. 57 6. Evaluation of Dfinit Intgrals Exampl 6.6 W hav usd dfinit intgrals to valuat contour intgrals. It may com as a surpris to larn that contour intgrals and rsidus can b usd to valuat crtain

More information

Integration by Parts

Integration by Parts Intgration by Parts Intgration by parts is a tchniqu primarily for valuating intgrals whos intgrand is th product of two functions whr substitution dosn t work. For ampl, sin d or d. Th rul is: u ( ) v'(

More information

Roadmap. XML Indexing. DataGuide example. DataGuides. Strong DataGuides. Multiple DataGuides for same data. CPS Topics in Database Systems

Roadmap. XML Indexing. DataGuide example. DataGuides. Strong DataGuides. Multiple DataGuides for same data. CPS Topics in Database Systems Roadmap XML Indxing CPS 296.1 Topics in Databas Systms Indx fabric Coopr t al. A Fast Indx for Smistructurd Data. VLDB, 2001 DataGuid Goldman and Widom. DataGuids: Enabling Qury Formulation and Optimization

More information

u 3 = u 3 (x 1, x 2, x 3 )

u 3 = u 3 (x 1, x 2, x 3 ) Lctur 23: Curvilinar Coordinats (RHB 8.0 It is oftn convnint to work with variabls othr than th Cartsian coordinats x i ( = x, y, z. For xampl in Lctur 5 w mt sphrical polar and cylindrical polar coordinats.

More information