f is a function that maps a structure (x, y) to a feature vector w is a parameter vector (also a member of R d )

Size: px
Start display at page:

Download "f is a function that maps a structure (x, y) to a feature vector w is a parameter vector (also a member of R d )"

Transcription

1 Three Components of Globl Ler Models f is function tht mps structure (x, y) to feture vector f(x, y) R d (Fll 2007) Globl Ler Models: Prt II GEN is function tht mps n put x to set of cndidtes GEN(x) w is prmeter vector (lso member of R d ) Trg dt is used to set the vlue of w 1 3 Overview Puttg it ll Together Recp: globl ler models X is set of sentences, Y is set of possible outputs (e.g. trees) Log-ler models for prmeter estimtion Need to lern function F : X Y Globl nd locl fetures The perceptron revisited Log-ler models revisited GEN, f, w defe F (x) = rg mx f(x, y) w y GEN(x) Choose the highest scorg cndidte s the most plusible structure Given exmples (x i, y i ), how to set w? 2 4

2 progrm to promote sfety trucks nd vns progrm to promote sfety trucks nd vns progrm to promote sfety trucks nd progrm vns to promote progrm to promote sfety sfety trucks nd vns trucks nd vns progrm to promote sfety trucks nd vns progrm to promote sfety trucks nd vns progrm to promote sfety trucks nd vns GEN Overview Recp: globl ler models f f f f f f 1, 1, 3, 5 2, 0, 0, 5 1, 0, 1, 5 0, 0, 3, 0 0, 1, 0, 5 0, 0, 1, 5 f w f w f w f w f w f w rg mx Log-ler models for prmeter estimtion Globl nd locl fetures The perceptron revisited Log-ler models revisited 5 7 A Vrt of the Perceptron Algorithm Inputs: Trg set (x i, y i ) for i = 1... n Initiliztion: w = 0 Defe: F (x) = rgmx y GEN(x) f(x, y) w Bck to Mximum Likelihood Estimtion [Johnson et. l 1999] We cn use the prmeters to defe probbility for ech prse: e f(x,y) w P (y x, w) = y GEN(x) e f(x,y ) w Algorithm: For t = 1... T, i = 1... n z i = F (x i ) If (z i y i ) w = w + f(x i, y i ) f(x i, z i ) Log-likelihood is then L(w) = i log P (y i x i, w) Output: Prmeters w A first estimtion method: tke mximum likelihood estimtes, i.e., w ML = rgmx w L(w) 6 8

3 Addg Guss Priors [Johnson et. l 1999] A first estimtion method: tke mximum likelihood estimtes, i.e., w ML = rgmx w L(w) Unfortuntely, very likely to overfit A wy of preventg overfittg: choose prmeters s ( w MAP = rgmx w L(w) C ) w 2 k k Overview Recp: globl ler models Log-ler models for prmeter estimtion Globl nd locl fetures The perceptron revisited Log-ler models revisited for some constnt C Intuition: dds penlty for lrge prmeter vlues 9 11 ummry Choose prmeters s: ( w MAP = rgmx w L(w) C k where L(w) = log P (y i x i, w) i w 2 k ) Globl nd Locl Fetures o fr: lgorithms hve depended on size of GEN trtegies for keepg the size of GEN mngeble: Rernkg methods: use bsele model to generte its top N nlyses = i log e f(x i,y i ) w y GEN(x i ) e f(x i,y ) w Cn use (conjugte) grdient scent (see previous lectures on log-ler models) 10 12

4 Globl nd Locl Fetures Tggg Globl ler models re globl couple of wys: Feture vectors re defed over entire structures Prmeter estimtion methods explicitly relted to errors on entire structures Next topic: globl trg methods with locl fetures Our globl fetures will be defed through locl fetures Prmeter estimtes will be globl GEN will be lrge! Dynmic progrmmg used for serch nd prmeter estimtion: this is possible for some combtions of GEN nd f Gog bck to tggg: Inputs x re sentences w [1:n] = {w 1... w n } GEN(w [1:n] ) = T n i.e. ll tg sequences of length n Note: GEN hs n exponentil number of members How do we defe f? Tggg Problems TAGGING: trgs to Tgged equences b e e f h j /C b/d e/c e/c /D f/c h/d j/c Exmple 1: Prt-of-speech tggg Profits/N sored/v t/p Boeg/N Co./N,/, esily/adv toppg/v forecsts/n on/p Wll/N treet/n,/, s/p their/po CEO/N Aln/N Mullly/N /V first/adj qurter/n results/n./. Exmple 2: Nmed Entity Recognition Profits/NA sored/na t/na Boeg/C Co./CC,/NA esily/na toppg/na forecsts/na on/na Wll/L treet/cl,/na s/na their/na CEO/NA Aln/P Mullly/CP /NA first/na qurter/na results/na./na Representtion: Histories A history is 4-tuple t 2, t 1, w [1:n], i t 2, t 1 re the previous two tgs. w [1:n] re the n words the put sentence. i is the dex of the word beg tgged Hispniol/N quickly/rb becme/vb n/dt importnt/jj bse/?? from which p expnded its empire to the rest of the Western Hemisphere. t 2, t 1 = DT, JJ w [1:n] = Hispniol, quickly, becme,..., Hemisphere,. i =

5 Locl Feture-Vector Representtions Tke history/tg pir (h, t). g s (h, t) for s = 1... d re locl fetures representg tggg decision t context h. Exmple: PO Tggg Word/tg fetures { 1 if current word wi is bse nd t = VB g 100 (h, t) = 0 otherwise { 1 if current word wi ends g nd t = VBG g 101 (h, t) = 0 otherwise Contextul Fetures { 1 if t 2, t g 103 (h, t) = 1, t = DT, JJ, VB 0 otherwise A tgged sentence with n words hs n history/tg pirs Hispniol/N quickly/rb becme/vb n/dt importnt/jj bse/nn History Tg t 2 t 1 w [1:n] i t * * Hispniol, quickly,..., 1 N * N Hispniol, quickly,..., 2 RB N RB Hispniol, quickly,..., 3 VB RB VB Hispniol, quickly,..., 4 DT DT Hispniol, quickly,..., 5 JJ DT JJ Hispniol, quickly,..., 6 NN Defe globl fetures through locl fetures: n f(t [1:n], w [1:n] ) = g(h i, t i ) where t i is the i th tg, h i is the i th history A tgged sentence with n words hs n history/tg pirs Globl nd Locl Fetures Hispniol/N quickly/rb becme/vb n/dt importnt/jj bse/nn History Tg t 2 t 1 w [1:n] i t * * Hispniol, quickly,..., 1 N * N Hispniol, quickly,..., 2 RB N RB Hispniol, quickly,..., 3 VB RB VB Hispniol, quickly,..., 4 DT DT Hispniol, quickly,..., 5 JJ DT JJ Hispniol, quickly,..., 6 NN Typiclly, locl fetures re dictor functions, e.g., { 1 if current word wi ends g nd t = VBG g 101 (h, t) = 0 otherwise nd globl fetures re then counts, f 101 (w [1:n], t [1:n] ) = Number of times word endg g is tgged s VBG (w [1:n], t [1:n] ) 18 20

6 Puttg it ll Together GEN(w [1:n] ) is the set of ll tgged sequences of length n GEN, f, w defe ome notes: F (w [1:n] ) = rg mx t [1:n] GEN(w [1:n] ) w f(w [1:n], t [1:n] ) = rg mx w n g(h i, t i ) t [1:n] GEN(w [1:n] ) = rg mx t [1:n] GEN(w [1:n] ) n w g(h i, t i ) core for tgged sequence is sum of locl scores Dynmic progrmmg cn be used to fd the rgmx! (becuse history only considers the previous two tgs) Trg Tgger Usg the Perceptron Algorithm Inputs: Trg set (w[1:n i i ], ti [1:n i ]) for i = 1... n. Initiliztion: w = 0 Algorithm: For t = 1... T, i = 1... n z [1:ni ] = rg mx u [1:ni ] T n i w f(w i [1:n i ], u [1:ni ]) z [1:ni ] cn be computed with the dynmic progrmmg (Viterbi) lgorithm If z [1:ni ] t i [1:n i ] then w = w + f(w i [1:n i ], t i [1:n i ]) f(w i [1:n i ], z [1:ni ]) Output: Prmeter vector w A Vrt of the Perceptron Algorithm Inputs: Trg set (x i, y i ) for i = 1... n Initiliztion: w = 0 Defe: F (x) = rgmx y GEN(x) f(x, y) w An Exmple y the correct tgs for i th sentence re the/dt mn/nn bit/vbd the/dt dog/nn Under current prmeters, output is the/dt mn/nn bit/nn the/dt dog/nn Algorithm: Output: For t = 1... T, i = 1... n z i = F (x i ) If (z i y i ) w = w + f(x i, y i ) f(x i, z i ) Prmeters w Assume lso tht fetures trck: (1) ll bigrms; (2) word/tg pirs Prmeters cremented: NN, VBD, VBD, DT, VBD bit Prmeters decremented: NN, NN, NN, DT, NN bit 22 24

7 Experiments Wll treet Journl prt-of-speech tggg dt Perceptron = 2.89%, Mx-ent = 3.28% (11.9% reltive error reduction) [Rmshw nd Mrcus, 1995] chunkg dt Perceptron = 93.63%, Mx-ent = 93.29% (5.1% reltive error reduction) Log-Ler Tggg Models Tke history/tg pir (h, t). g s (h, t) w s for s = 1... d re fetures for s = 1... d re prmeters Conditionl distribution: P (t h) = ew g(h,t) Z(h, w) where Z(h, w) = t T e w g(h,t ) Prmeters estimted usg mximum-likelihood 25 How Does this Differ from Log-Ler Tggers? Log-ler tggers ( n erlier lecture) used very similr locl representtions How does the perceptron model differ? Why might these differences be importnt? 27 Log-Ler Tggg Models Word sequence w [1:n] = [w 1, w 2... w n ] Tg sequence t [1:n] = [t 1, t 2... t n ] Histories h i = t i 1, t i 2, w [1:n], i log P (t [1:n] w [1:n] ) n n = log P (t i h i ) = w g(h i, t i ) }{{} Ler core n log Z(h i, w) }{{} Locl Normliztion Terms Compre this to the perceptron, where GEN, f, w defe F (w [1:n] ) = n rg mx w g(h i, t i ) t [1:n] GEN(w [1:n] ) }{{} Ler score 26 28

8 Problems with Loclly Normlized models Lbel bis problem [Lfferty, McCllum nd Pereir 2001] ee lso [Kle nd Mnng 2002] Exmple of conditionl distribution tht loclly normlized models cn t cpture (under bigrm tg representtion): b c A B C with P (A B C b c) = 1 b c b e A D E b e Impossible to fd prmeters tht stisfy with P (A D E b e) = 1 P (A ) P (B b, A) P (C c, B) = 1 P (A ) P (D b, A) P (E e, D) = 1 Globl Log-Ler Models We cn use the prmeters to defe probbility for ech tgged sequence: where P (t [1:n] w [1:n], w) = e i w g(h i,t i ) Z(w [1:n], w) Z(w [1:n], w) = is globl normliztion term t [1:n] GEN(w [1:n] ) This is globl log-ler model with f(w [1:n], t [1:n] ) = i e i w g(h i,t i ) g(h i, t i ) Overview Recp: globl ler models, nd boostg Log-ler models for prmeter estimtion An ppliction: LFG prsg Globl nd locl fetures The perceptron revisited Log-ler models revisited Now we hve: log P (t [1:n] w [1:n] ) n = w g(h i, t i ) } {{ } Ler core log Z(w [1:n], w) }{{} Globl Normliztion Term When fdg highest probbility tg sequence, the globl term is irrelevnt: n ( rgmx t[1:n] GEN(w [1:n] ) w g(hi, t i ) log Z(w [1:n], w) ) n = rgmx t[1:n] GEN(w [1:n] ) w g(h i, t i ) 30 32

9 Prmeter Estimtion For prmeter estimtion, we must clculte the grdient of n log P (t [1:n] w [1:n] ) = w g(h i, t i ) log e i w g(h i,t i ) t [1:n] GEN(w [1:n]) with respect to w Dynmic progrmmg is lso used trg: Perceptron requires highest-scorg tg sequence for ech trg exmple Globl log-ler model requires grdient, nd therefore expected counts Tkg derivtives gives dl n dw = n g(h i, t i ) P (t [1:n] w [1:n], w) g(h i, t i) t [1:n] GEN(w [1:n]) Cn be clculted usg dynmic progrmmg! ummry of Perceptron vs. Globl Log-Ler Model Both re globl ler models, where GEN(w [1:n] ) = the set of ll possible tg sequences for w [1:n] f(w [1:n], t [1:n] ) = g(h i, t i ) i In both cses, F (w [1:n] ) = rgmx t[1:n] GEN(w [1:n] )w f(w [1:n], t [1:n] ) = rgmx t[1:n] GEN(w [1:n] ) w g(h i, t i ) cn be computed usg dynmic progrmmg i From [h nd Pereir, 2003] Results Tsk = shllow prsg (bse noun-phrse recognition) Model Accurcy VM combtion 94.39% Conditionl rndom field 94.38% (globl log-ler model) Generlized wnow 93.89% Perceptron 94.09% Locl log-ler model 93.70% 34 36

f is a function that maps a structure (x, y) to a feature vector w is a parameter vector (also a member of R d )

f is a function that maps a structure (x, y) to a feature vector w is a parameter vector (also a member of R d ) Three Components of Globl Ler Models f is function tht mps structure (x, y) to feture vector f(x, y) R d 6.864 (Fll 2007) Globl Ler Models: Prt III GEN is function tht mps n put x to set of cndidtes GEN(x)

More information

6.891: Lecture 16 (November 2nd, 2003) Global Linear Models: Part III

6.891: Lecture 16 (November 2nd, 2003) Global Linear Models: Part III 6.891: Lecture 16 (November 2nd, 2003) Global Linear Models: Part III Overview Recap: global linear models, and boosting Log-linear models for parameter estimation An application: LFG parsing Global and

More information

6.864: Lecture 21 (November 29th, 2005) Global Linear Models: Part II

6.864: Lecture 21 (November 29th, 2005) Global Linear Models: Part II 6.864: Lecture 21 (November 29th, 2005) Global Linear Models: Part II Overview Log-linear models for parameter estimation Global and local features The perceptron revisited Log-linear models revisited

More information

Overview of Calculus I

Overview of Calculus I Overview of Clculus I Prof. Jim Swift Northern Arizon University There re three key concepts in clculus: The limit, the derivtive, nd the integrl. You need to understnd the definitions of these three things,

More information

LECTURE NOTE #12 PROF. ALAN YUILLE

LECTURE NOTE #12 PROF. ALAN YUILLE LECTURE NOTE #12 PROF. ALAN YUILLE 1. Clustering, K-mens, nd EM Tsk: set of unlbeled dt D = {x 1,..., x n } Decompose into clsses w 1,..., w M where M is unknown. Lern clss models p(x w)) Discovery of

More information

19 Optimal behavior: Game theory

19 Optimal behavior: Game theory Intro. to Artificil Intelligence: Dle Schuurmns, Relu Ptrscu 1 19 Optiml behvior: Gme theory Adversril stte dynmics hve to ccount for worst cse Compute policy π : S A tht mximizes minimum rewrd Let S (,

More information

CS 188 Introduction to Artificial Intelligence Fall 2018 Note 7

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

More information

Review of Calculus, cont d

Review of Calculus, cont d Jim Lmbers MAT 460 Fll Semester 2009-10 Lecture 3 Notes These notes correspond to Section 1.1 in the text. Review of Clculus, cont d Riemnn Sums nd the Definite Integrl There re mny cses in which some

More information

Recitation 3: More Applications of the Derivative

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

More information

Finite Automata Theory and Formal Languages TMV027/DIT321 LP4 2018

Finite Automata Theory and Formal Languages TMV027/DIT321 LP4 2018 Finite Automt Theory nd Forml Lnguges TMV027/DIT321 LP4 2018 Lecture 10 An Bove April 23rd 2018 Recp: Regulr Lnguges We cn convert between FA nd RE; Hence both FA nd RE ccept/generte regulr lnguges; More

More information

Physics 116C Solution of inhomogeneous ordinary differential equations using Green s functions

Physics 116C Solution of inhomogeneous ordinary differential equations using Green s functions Physics 6C Solution of inhomogeneous ordinry differentil equtions using Green s functions Peter Young November 5, 29 Homogeneous Equtions We hve studied, especilly in long HW problem, second order liner

More information

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

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

More information

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

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

More information

Natural Language Processing

Natural Language Processing Natural Language Processing Global linear models Based on slides from Michael Collins Globally-normalized models Why do we decompose to a sequence of decisions? Can we directly estimate the probability

More information

Lecture 20: Numerical Integration III

Lecture 20: Numerical Integration III cs4: introduction to numericl nlysis /8/0 Lecture 0: Numericl Integrtion III Instructor: Professor Amos Ron Scribes: Mrk Cowlishw, Yunpeng Li, Nthnel Fillmore For the lst few lectures we hve discussed

More information

Bellman Optimality Equation for V*

Bellman Optimality Equation for V* Bellmn Optimlity Eqution for V* The vlue of stte under n optiml policy must equl the expected return for the best ction from tht stte: V (s) mx Q (s,) A(s) mx A(s) mx A(s) Er t 1 V (s t 1 ) s t s, t s

More information

3.4 Numerical integration

3.4 Numerical integration 3.4. Numericl integrtion 63 3.4 Numericl integrtion In mny economic pplictions it is necessry to compute the definite integrl of relvlued function f with respect to "weight" function w over n intervl [,

More information

4.4 Areas, Integrals and Antiderivatives

4.4 Areas, Integrals and Antiderivatives . res, integrls nd ntiderivtives 333. Ares, Integrls nd Antiderivtives This section explores properties of functions defined s res nd exmines some connections mong res, integrls nd ntiderivtives. In order

More information

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

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

More information

Algorithm Design and Analysis

Algorithm Design and Analysis Algorithm Design nd Anlysis LECTURE 12 Solving Recurrences Mster Theorem Adm Smith Review Question: Exponentition Problem: Compute b, where b N is n bits long. Question: How mny multiplictions? Nive lgorithm:

More information

n f(x i ) x. i=1 In section 4.2, we defined the definite integral of f from x = a to x = b as n f(x i ) x; f(x) dx = lim i=1

n f(x i ) x. i=1 In section 4.2, we defined the definite integral of f from x = a to x = b as n f(x i ) x; f(x) dx = lim i=1 The Fundmentl Theorem of Clculus As we continue to study the re problem, let s think bck to wht we know bout computing res of regions enclosed by curves. If we wnt to find the re of the region below the

More information

Best Approximation in the 2-norm

Best Approximation in the 2-norm Jim Lmbers MAT 77 Fll Semester 1-11 Lecture 1 Notes These notes correspond to Sections 9. nd 9.3 in the text. Best Approximtion in the -norm Suppose tht we wish to obtin function f n (x) tht is liner combintion

More information

63. Representation of functions as power series Consider a power series. ( 1) n x 2n for all 1 < x < 1

63. Representation of functions as power series Consider a power series. ( 1) n x 2n for all 1 < x < 1 3 9. SEQUENCES AND SERIES 63. Representtion of functions s power series Consider power series x 2 + x 4 x 6 + x 8 + = ( ) n x 2n It is geometric series with q = x 2 nd therefore it converges for ll q =

More information

Construction of Gauss Quadrature Rules

Construction of Gauss Quadrature Rules Jim Lmbers MAT 772 Fll Semester 2010-11 Lecture 15 Notes These notes correspond to Sections 10.2 nd 10.3 in the text. Construction of Guss Qudrture Rules Previously, we lerned tht Newton-Cotes qudrture

More information

Where did dynamic programming come from?

Where did dynamic programming come from? Where did dynmic progrmming come from? String lgorithms Dvid Kuchk cs302 Spring 2012 Richrd ellmn On the irth of Dynmic Progrmming Sturt Dreyfus http://www.eng.tu.c.il/~mi/cd/ or50/1526-5463-2002-50-01-0048.pdf

More information

FABER Formal Languages, Automata and Models of Computation

FABER Formal Languages, Automata and Models of Computation DVA337 FABER Forml Lnguges, Automt nd Models of Computtion Lecture 5 chool of Innovtion, Design nd Engineering Mälrdlen University 2015 1 Recp of lecture 4 y definition suset construction DFA NFA stte

More information

Math 426: Probability Final Exam Practice

Math 426: Probability Final Exam Practice Mth 46: Probbility Finl Exm Prctice. Computtionl problems 4. Let T k (n) denote the number of prtitions of the set {,..., n} into k nonempty subsets, where k n. Argue tht T k (n) kt k (n ) + T k (n ) by

More information

Continuous Random Variables

Continuous Random Variables STAT/MATH 395 A - PROBABILITY II UW Winter Qurter 217 Néhémy Lim Continuous Rndom Vribles Nottion. The indictor function of set S is rel-vlued function defined by : { 1 if x S 1 S (x) if x S Suppose tht

More information

Lecture 21: Order statistics

Lecture 21: Order statistics Lecture : Order sttistics Suppose we hve N mesurements of sclr, x i =, N Tke ll mesurements nd sort them into scending order x x x 3 x N Define the mesured running integrl S N (x) = 0 for x < x = i/n for

More information

Alignment of Long Sequences. BMI/CS Spring 2016 Anthony Gitter

Alignment of Long Sequences. BMI/CS Spring 2016 Anthony Gitter Alignment of Long Sequences BMI/CS 776 www.biostt.wisc.edu/bmi776/ Spring 2016 Anthony Gitter gitter@biostt.wisc.edu Gols for Lecture Key concepts how lrge-scle lignment differs from the simple cse the

More information

Log-Linear Models for Tagging (Maximum-entropy Markov Models (MEMMs)) Michael Collins, Columbia University

Log-Linear Models for Tagging (Maximum-entropy Markov Models (MEMMs)) Michael Collins, Columbia University Log-Linear Models for Tagging (Maximum-entropy Markov Models (MEMMs)) Michael Collins, Columbia University Part-of-Speech Tagging INPUT: Profits soared at Boeing Co., easily topping forecasts on Wall Street,

More information

Reinforcement learning II

Reinforcement learning II CS 1675 Introduction to Mchine Lerning Lecture 26 Reinforcement lerning II Milos Huskrecht milos@cs.pitt.edu 5329 Sennott Squre Reinforcement lerning Bsics: Input x Lerner Output Reinforcement r Critic

More information

Definition of Continuity: The function f(x) is continuous at x = a if f(a) exists and lim

Definition of Continuity: The function f(x) is continuous at x = a if f(a) exists and lim Mth 9 Course Summry/Study Guide Fll, 2005 [1] Limits Definition of Limit: We sy tht L is the limit of f(x) s x pproches if f(x) gets closer nd closer to L s x gets closer nd closer to. We write lim f(x)

More information

Chapter 3 Solving Nonlinear Equations

Chapter 3 Solving Nonlinear Equations Chpter 3 Solving Nonliner Equtions 3.1 Introduction The nonliner function of unknown vrible x is in the form of where n could be non-integer. Root is the numericl vlue of x tht stisfies f ( x) 0. Grphiclly,

More information

Chapters 4 & 5 Integrals & Applications

Chapters 4 & 5 Integrals & Applications Contents Chpters 4 & 5 Integrls & Applictions Motivtion to Chpters 4 & 5 2 Chpter 4 3 Ares nd Distnces 3. VIDEO - Ares Under Functions............................................ 3.2 VIDEO - Applictions

More information

Tutorial 4. b a. h(f) = a b a ln 1. b a dx = ln(b a) nats = log(b a) bits. = ln λ + 1 nats. = log e λ bits. = ln 1 2 ln λ + 1. nats. = ln 2e. bits.

Tutorial 4. b a. h(f) = a b a ln 1. b a dx = ln(b a) nats = log(b a) bits. = ln λ + 1 nats. = log e λ bits. = ln 1 2 ln λ + 1. nats. = ln 2e. bits. Tutoril 4 Exercises on Differentil Entropy. Evlute the differentil entropy h(x) f ln f for the following: () The uniform distribution, f(x) b. (b) The exponentil density, f(x) λe λx, x 0. (c) The Lplce

More information

Today. Recap: Reasoning Over Time. Demo Bonanza! CS 188: Artificial Intelligence. Advanced HMMs. Speech recognition. HMMs. Start machine learning

Today. Recap: Reasoning Over Time. Demo Bonanza! CS 188: Artificial Intelligence. Advanced HMMs. Speech recognition. HMMs. Start machine learning CS 188: Artificil Intelligence Advnced HMMs Dn Klein, Pieter Aeel University of Cliforni, Berkeley Demo Bonnz! Tody HMMs Demo onnz! Most likely explntion queries Speech recognition A mssive HMM! Detils

More information

1.4 Nonregular Languages

1.4 Nonregular Languages 74 1.4 Nonregulr Lnguges The number of forml lnguges over ny lphbet (= decision/recognition problems) is uncountble On the other hnd, the number of regulr expressions (= strings) is countble Hence, ll

More information

Reinforcement Learning

Reinforcement Learning Reinforcement Lerning Tom Mitchell, Mchine Lerning, chpter 13 Outline Introduction Comprison with inductive lerning Mrkov Decision Processes: the model Optiml policy: The tsk Q Lerning: Q function Algorithm

More information

Hidden Markov Models

Hidden Markov Models Hidden Mrkov Models Huptseminr Mchine Lerning 18.11.2003 Referent: Nikols Dörfler 1 Overview Mrkov Models Hidden Mrkov Models Types of Hidden Mrkov Models Applictions using HMMs Three centrl problems:

More information

4.1. Probability Density Functions

4.1. Probability Density Functions STT 1 4.1-4. 4.1. Proility Density Functions Ojectives. Continuous rndom vrile - vers - discrete rndom vrile. Proility density function. Uniform distriution nd its properties. Expected vlue nd vrince of

More information

ODE: Existence and Uniqueness of a Solution

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

More information

X Z Y Table 1: Possibles values for Y = XZ. 1, p

X Z Y Table 1: Possibles values for Y = XZ. 1, p ECE 534: Elements of Informtion Theory, Fll 00 Homework 7 Solutions ll by Kenneth Plcio Bus October 4, 00. Problem 7.3. Binry multiplier chnnel () Consider the chnnel Y = XZ, where X nd Z re independent

More information

Chapter 4 Contravariance, Covariance, and Spacetime Diagrams

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

More information

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

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

More information

Higher Checklist (Unit 3) Higher Checklist (Unit 3) Vectors

Higher Checklist (Unit 3) Higher Checklist (Unit 3) Vectors Vectors Skill Achieved? Know tht sclr is quntity tht hs only size (no direction) Identify rel-life exmples of sclrs such s, temperture, mss, distnce, time, speed, energy nd electric chrge Know tht vector

More information

p-adic Egyptian Fractions

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

More information

We will see what is meant by standard form very shortly

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

More information

u( t) + K 2 ( ) = 1 t > 0 Analyzing Damped Oscillations Problem (Meador, example 2-18, pp 44-48): Determine the equation of the following graph.

u( t) + K 2 ( ) = 1 t > 0 Analyzing Damped Oscillations Problem (Meador, example 2-18, pp 44-48): Determine the equation of the following graph. nlyzing Dmped Oscilltions Prolem (Medor, exmple 2-18, pp 44-48): Determine the eqution of the following grph. The eqution is ssumed to e of the following form f ( t) = K 1 u( t) + K 2 e!"t sin (#t + $

More information

Main topics for the First Midterm

Main topics for the First Midterm Min topics for the First Midterm The Midterm will cover Section 1.8, Chpters 2-3, Sections 4.1-4.8, nd Sections 5.1-5.3 (essentilly ll of the mteril covered in clss). Be sure to know the results of the

More information

Driving Cycle Construction of City Road for Hybrid Bus Based on Markov Process Deng Pan1, a, Fengchun Sun1,b*, Hongwen He1, c, Jiankun Peng1, d

Driving Cycle Construction of City Road for Hybrid Bus Based on Markov Process Deng Pan1, a, Fengchun Sun1,b*, Hongwen He1, c, Jiankun Peng1, d Interntionl Industril Informtics nd Computer Engineering Conference (IIICEC 15) Driving Cycle Construction of City Rod for Hybrid Bus Bsed on Mrkov Process Deng Pn1,, Fengchun Sun1,b*, Hongwen He1, c,

More information

Mapping the delta function and other Radon measures

Mapping the delta function and other Radon measures Mpping the delt function nd other Rdon mesures Notes for Mth583A, Fll 2008 November 25, 2008 Rdon mesures Consider continuous function f on the rel line with sclr vlues. It is sid to hve bounded support

More information

Introduction to Group Theory

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

More information

Riemann Integrals and the Fundamental Theorem of Calculus

Riemann Integrals and the Fundamental Theorem of Calculus Riemnn Integrls nd the Fundmentl Theorem of Clculus Jmes K. Peterson Deprtment of Biologicl Sciences nd Deprtment of Mthemticl Sciences Clemson University September 16, 2013 Outline Grphing Riemnn Sums

More information

Math 231E, Lecture 33. Parametric Calculus

Math 231E, Lecture 33. Parametric Calculus Mth 31E, Lecture 33. Prmetric Clculus 1 Derivtives 1.1 First derivtive Now, let us sy tht we wnt the slope t point on prmetric curve. Recll the chin rule: which exists s long s /. = / / Exmple 1.1. Reconsider

More information

8 Laplace s Method and Local Limit Theorems

8 Laplace s Method and Local Limit Theorems 8 Lplce s Method nd Locl Limit Theorems 8. Fourier Anlysis in Higher DImensions Most of the theorems of Fourier nlysis tht we hve proved hve nturl generliztions to higher dimensions, nd these cn be proved

More information

New data structures to reduce data size and search time

New data structures to reduce data size and search time New dt structures to reduce dt size nd serch time Tsuneo Kuwbr Deprtment of Informtion Sciences, Fculty of Science, Kngw University, Hirtsuk-shi, Jpn FIT2018 1D-1, No2, pp1-4 Copyright (c)2018 by The Institute

More information

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

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

More information

Math 61CM - Solutions to homework 9

Math 61CM - Solutions to homework 9 Mth 61CM - Solutions to homework 9 Cédric De Groote November 30 th, 2018 Problem 1: Recll tht the left limit of function f t point c is defined s follows: lim f(x) = l x c if for ny > 0 there exists δ

More information

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

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

More information

38.2. The Uniform Distribution. Introduction. Prerequisites. Learning Outcomes

38.2. The Uniform Distribution. Introduction. Prerequisites. Learning Outcomes The Uniform Distribution 8. Introduction This Section introduces the simplest type of continuous probbility distribution which fetures continuous rndom vrible X with probbility density function f(x) which

More information

Let the set of original documents (to be searched) be D = {D 1, D 2, D 3 },

Let the set of original documents (to be searched) be D = {D 1, D 2, D 3 }, EXAMLE Let the set of originl documents (to be serched) be D = {D 1, D 2, D 3 }, where D 1 = Byes' rinciple: The principle tht, in estimting prmeter, one should initilly ssume tht ech possible vlue hs

More information

Maximum Likelihood Estimation for Allele Frequencies. Biostatistics 666

Maximum Likelihood Estimation for Allele Frequencies. Biostatistics 666 Mximum Likelihood Estimtion for Allele Frequencies Biosttistics 666 Previous Series of Lectures: Introduction to Colescent Models Comuttionlly efficient frmework Alterntive to forwrd simultions Amenble

More information

Z b. f(x)dx. Yet in the above two cases we know what f(x) is. Sometimes, engineers want to calculate an area by computing I, but...

Z b. f(x)dx. Yet in the above two cases we know what f(x) is. Sometimes, engineers want to calculate an area by computing I, but... Chpter 7 Numericl Methods 7. Introduction In mny cses the integrl f(x)dx cn be found by finding function F (x) such tht F 0 (x) =f(x), nd using f(x)dx = F (b) F () which is known s the nlyticl (exct) solution.

More information

Chapter 3. Vector Spaces

Chapter 3. Vector Spaces 3.4 Liner Trnsformtions 1 Chpter 3. Vector Spces 3.4 Liner Trnsformtions Note. We hve lredy studied liner trnsformtions from R n into R m. Now we look t liner trnsformtions from one generl vector spce

More information

1 Probability Density Functions

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

More information

Physics 202H - Introductory Quantum Physics I Homework #08 - Solutions Fall 2004 Due 5:01 PM, Monday 2004/11/15

Physics 202H - Introductory Quantum Physics I Homework #08 - Solutions Fall 2004 Due 5:01 PM, Monday 2004/11/15 Physics H - Introductory Quntum Physics I Homework #8 - Solutions Fll 4 Due 5:1 PM, Mondy 4/11/15 [55 points totl] Journl questions. Briefly shre your thoughts on the following questions: Of the mteril

More information

Lecture 3 Gaussian Probability Distribution

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

More information

MA 124 January 18, Derivatives are. Integrals are.

MA 124 January 18, Derivatives are. Integrals are. MA 124 Jnury 18, 2018 Prof PB s one-minute introduction to clculus Derivtives re. Integrls re. In Clculus 1, we lern limits, derivtives, some pplictions of derivtives, indefinite integrls, definite integrls,

More information

Harvard University Computer Science 121 Midterm October 23, 2012

Harvard University Computer Science 121 Midterm October 23, 2012 Hrvrd University Computer Science 121 Midterm Octoer 23, 2012 This is closed-ook exmintion. You my use ny result from lecture, Sipser, prolem sets, or section, s long s you quote it clerly. The lphet is

More information

Lecture Notes: Orthogonal Polynomials, Gaussian Quadrature, and Integral Equations

Lecture Notes: Orthogonal Polynomials, Gaussian Quadrature, and Integral Equations 18330 Lecture Notes: Orthogonl Polynomils, Gussin Qudrture, nd Integrl Equtions Homer Reid My 1, 2014 In the previous set of notes we rrived t the definition of Chebyshev polynomils T n (x) vi the following

More information

We partition C into n small arcs by forming a partition of [a, b] by picking s i as follows: a = s 0 < s 1 < < s n = b.

We partition C into n small arcs by forming a partition of [a, b] by picking s i as follows: a = s 0 < s 1 < < s n = b. Mth 255 - Vector lculus II Notes 4.2 Pth nd Line Integrls We begin with discussion of pth integrls (the book clls them sclr line integrls). We will do this for function of two vribles, but these ides cn

More information

NUMERICAL INTEGRATION. The inverse process to differentiation in calculus is integration. Mathematically, integration is represented by.

NUMERICAL INTEGRATION. The inverse process to differentiation in calculus is integration. Mathematically, integration is represented by. NUMERICAL INTEGRATION 1 Introduction The inverse process to differentition in clculus is integrtion. Mthemticlly, integrtion is represented by f(x) dx which stnds for the integrl of the function f(x) with

More information

Acceptance Sampling by Attributes

Acceptance Sampling by Attributes Introduction Acceptnce Smpling by Attributes Acceptnce smpling is concerned with inspection nd decision mking regrding products. Three spects of smpling re importnt: o Involves rndom smpling of n entire

More information

Fig. 1. Open-Loop and Closed-Loop Systems with Plant Variations

Fig. 1. Open-Loop and Closed-Loop Systems with Plant Variations ME 3600 Control ystems Chrcteristics of Open-Loop nd Closed-Loop ystems Importnt Control ystem Chrcteristics o ensitivity of system response to prmetric vritions cn be reduced o rnsient nd stedy-stte responses

More information

Numerical integration

Numerical integration 2 Numericl integrtion This is pge i Printer: Opque this 2. Introduction Numericl integrtion is problem tht is prt of mny problems in the economics nd econometrics literture. The orgniztion of this chpter

More information

Summary: Method of Separation of Variables

Summary: Method of Separation of Variables Physics 246 Electricity nd Mgnetism I, Fll 26, Lecture 22 1 Summry: Method of Seprtion of Vribles 1. Seprtion of Vribles in Crtesin Coordintes 2. Fourier Series Suggested Reding: Griffiths: Chpter 3, Section

More information

Frobenius numbers of generalized Fibonacci semigroups

Frobenius numbers of generalized Fibonacci semigroups Frobenius numbers of generlized Fiboncci semigroups Gretchen L. Mtthews 1 Deprtment of Mthemticl Sciences, Clemson University, Clemson, SC 29634-0975, USA gmtthe@clemson.edu Received:, Accepted:, Published:

More information

1 Linear Least Squares

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

More information

Infinite Geometric Series

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

More information

Problem Set 3 Solutions

Problem Set 3 Solutions Chemistry 36 Dr Jen M Stndrd Problem Set 3 Solutions 1 Verify for the prticle in one-dimensionl box by explicit integrtion tht the wvefunction ψ ( x) π x is normlized To verify tht ψ ( x) is normlized,

More information

different methods (left endpoint, right endpoint, midpoint, trapezoid, Simpson s).

different methods (left endpoint, right endpoint, midpoint, trapezoid, Simpson s). Mth 1A with Professor Stnkov Worksheet, Discussion #41; Wednesdy, 12/6/217 GSI nme: Roy Zho Problems 1. Write the integrl 3 dx s limit of Riemnn sums. Write it using 2 intervls using the 1 x different

More information

The Regulated and Riemann Integrals

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

More information

The graphs of Rational Functions

The graphs of Rational Functions Lecture 4 5A: The its of Rtionl Functions s x nd s x + The grphs of Rtionl Functions The grphs of rtionl functions hve severl differences compred to power functions. One of the differences is the behvior

More information

Section 6.1 Definite Integral

Section 6.1 Definite Integral Section 6.1 Definite Integrl Suppose we wnt to find the re of region tht is not so nicely shped. For exmple, consider the function shown elow. The re elow the curve nd ove the x xis cnnot e determined

More information

The area under the graph of f and above the x-axis between a and b is denoted by. f(x) dx. π O

The area under the graph of f and above the x-axis between a and b is denoted by. f(x) dx. π O 1 Section 5. The Definite Integrl Suppose tht function f is continuous nd positive over n intervl [, ]. y = f(x) x The re under the grph of f nd ove the x-xis etween nd is denoted y f(x) dx nd clled the

More information

SOLUTIONS FOR ANALYSIS QUALIFYING EXAM, FALL (1 + µ(f n )) f(x) =. But we don t need the exact bound.) Set

SOLUTIONS FOR ANALYSIS QUALIFYING EXAM, FALL (1 + µ(f n )) f(x) =. But we don t need the exact bound.) Set SOLUTIONS FOR ANALYSIS QUALIFYING EXAM, FALL 28 Nottion: N {, 2, 3,...}. (Tht is, N.. Let (X, M be mesurble spce with σ-finite positive mesure µ. Prove tht there is finite positive mesure ν on (X, M such

More information

1.3 Regular Expressions

1.3 Regular Expressions 56 1.3 Regulr xpressions These hve n importnt role in describing ptterns in serching for strings in mny pplictions (e.g. wk, grep, Perl,...) All regulr expressions of lphbet re 1.Ønd re regulr expressions,

More information

1.2. Linear Variable Coefficient Equations. y + b "! = a y + b " Remark: The case b = 0 and a non-constant can be solved with the same idea as above.

1.2. Linear Variable Coefficient Equations. y + b ! = a y + b  Remark: The case b = 0 and a non-constant can be solved with the same idea as above. 1 12 Liner Vrible Coefficient Equtions Section Objective(s): Review: Constnt Coefficient Equtions Solving Vrible Coefficient Equtions The Integrting Fctor Method The Bernoulli Eqution 121 Review: Constnt

More information

Chapter 5 : Continuous Random Variables

Chapter 5 : Continuous Random Variables STAT/MATH 395 A - PROBABILITY II UW Winter Qurter 216 Néhémy Lim Chpter 5 : Continuous Rndom Vribles Nottions. N {, 1, 2,...}, set of nturl numbers (i.e. ll nonnegtive integers); N {1, 2,...}, set of ll

More information

ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 1 - Thurs 28th Sept 17 Review of trigonometry and basic calculus

ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 1 - Thurs 28th Sept 17 Review of trigonometry and basic calculus ES 111 Mthemticl Methods in the Erth Sciences Lecture Outline 1 - Thurs 28th Sept 17 Review of trigonometry nd bsic clculus Trigonometry When is it useful? Everywhere! Anything involving coordinte systems

More information

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

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

More information

A sequence is a list of numbers in a specific order. A series is a sum of the terms of a sequence.

A sequence is a list of numbers in a specific order. A series is a sum of the terms of a sequence. Core Module Revision Sheet The C exm is hour 30 minutes long nd is in two sections. Section A (36 mrks) 8 0 short questions worth no more thn 5 mrks ech. Section B (36 mrks) 3 questions worth mrks ech.

More information

Space Curves. Recall the parametric equations of a curve in xy-plane and compare them with parametric equations of a curve in space.

Space Curves. Recall the parametric equations of a curve in xy-plane and compare them with parametric equations of a curve in space. Clculus 3 Li Vs Spce Curves Recll the prmetric equtions of curve in xy-plne nd compre them with prmetric equtions of curve in spce. Prmetric curve in plne x = x(t) y = y(t) Prmetric curve in spce x = x(t)

More information

Math 1B, lecture 4: Error bounds for numerical methods

Math 1B, lecture 4: Error bounds for numerical methods Mth B, lecture 4: Error bounds for numericl methods Nthn Pflueger 4 September 0 Introduction The five numericl methods descried in the previous lecture ll operte by the sme principle: they pproximte the

More information

SUMMER KNOWHOW STUDY AND LEARNING CENTRE

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

More information

Problems for HW X. C. Gwinn. November 30, 2009

Problems for HW X. C. Gwinn. November 30, 2009 Problems for HW X C. Gwinn November 30, 2009 These problems will not be grded. 1 HWX Problem 1 Suppose thn n object is composed of liner dielectric mteril, with constnt reltive permittivity ɛ r. The object

More information

Disclaimer: This Final Exam Study Guide is meant to help you start studying. It is not necessarily a complete list of everything you need to know.

Disclaimer: This Final Exam Study Guide is meant to help you start studying. It is not necessarily a complete list of everything you need to know. Disclimer: This is ment to help you strt studying. It is not necessrily complete list of everything you need to know. The MTH 33 finl exm minly consists of stndrd response questions where students must

More information

TRAPEZOIDAL TYPE INEQUALITIES FOR n TIME DIFFERENTIABLE FUNCTIONS

TRAPEZOIDAL TYPE INEQUALITIES FOR n TIME DIFFERENTIABLE FUNCTIONS TRAPEZOIDAL TYPE INEQUALITIES FOR n TIME DIFFERENTIABLE FUNCTIONS S.S. DRAGOMIR AND A. SOFO Abstrct. In this pper by utilising result given by Fink we obtin some new results relting to the trpezoidl inequlity

More information

Jackson 2.26 Homework Problem Solution Dr. Christopher S. Baird University of Massachusetts Lowell

Jackson 2.26 Homework Problem Solution Dr. Christopher S. Baird University of Massachusetts Lowell Jckson 2.26 Homework Problem Solution Dr. Christopher S. Bird University of Msschusetts Lowell PROBLEM: The two-dimensionl region, ρ, φ β, is bounded by conducting surfces t φ =, ρ =, nd φ = β held t zero

More information