Fitting 3D Data with a Cylinder

Size: px
Start display at page:

Download "Fitting 3D Data with a Cylinder"

Transcription

1 Fittig 3D Data with a Cylider David Eberly, Geometric Tools, Redmod WA This work is licesed uder the Creative Commos Attributio 4.0 Iteratioal Licese. To view a copy of this licese, visit or sed a letter to Creative Commos, PO Box 1866, Moutai View, CA 94042, USA. Created: February 25, 2003 Last Modified: August 1, 2015 Cotets 1 Fittig by Miimizig a Error Fuctio The Miimax Approach Least-Squares Approach Represetatio of a Cylider 3 3 Fittig with a Cylider A Equatio for the Radius A Equatio for the Ceter A Equatio for the Directio Fittig for a Specified Directio 8 5 Pseudocode ad Experimets 8 1

2 This documet describes a algorithm for fittig a set of 3D poits with a cylider. The assumptio is that the uderlyig data is modeled by a cylider ad that errors have caused the poits ot to be exactly o the cylider. You could very well try to fit a radom set of poits, but the algorithm is ot guarateed to produce a meaigful solutio. 1 Fittig by Miimizig a Error Fuctio I geeral terms, a 3D poit set X i } is assumed to be o a surface whose structure is depedet o a set of m parameters. The surface is represeted implicitly by F (X; q = 0 for some fuctio F where q = (q 1,..., q m. Let Q deote the set of all relevat q. Although we expect X i to be exactly o the surface (F (X i ; q = 0, the measuremets that geerate X i have errors, ε i (q = F (X i ; q (1 We wish to select those parameters so that the error terms are as small as possible. Several approaches may be used to miimize the errors joitly. 1.1 The Miimax Approach Oe approach to miimizig the errors joitly is to fid ˆq for which the maximum absolute error is miimized, referred to as a miimax algorithm. For a selected q, the maximum error term is ad we seek a parameter vector ˆq for which E(q = max 1 i ε i(q (2 E(ˆq = mi q Q max 1 i F (X i; q (3 If the poits actually all lie o the surface with o experimetal errors, the error terms are all zero ad E(ˆq = 0. I practice, however, the errors are iheret i the measuremets, so we ca hope oly to make E(ˆq as small a positive umber as possible. The miimizatio of the maximum error does ot led itself to a relatively simple algorithm to compute ˆq. A alterative that does is a least-squares approach, described ext. 1.2 Least-Squares Approach A least-squares algorithm is desiged to miimize the total squared error, E(q = We seek a parameter vector ˆq for which [F (X i ; q] 2 (4 E(ˆq = mi q Q [F (X i ; q] 2 (5 2

3 Assumig F is differetiable with respect to the parameter compoets, the methods of calculus may assist us i locatig the global miimum of E(q. The global miimum occurs either at a poit where all the partial derivatives are zero, E/ q j = 0 for 1 j m, or at a boudary poit of the set of all parameters. The derivatives are E(q q j = 2 F (X i ; q F (X i; q, 1 j m q j Settig the partial derivatives to zero, we obtai a system of m oliear equatios i m ukows q j. I some cases the solutio may be obtaied i closed form by algebraic methods, but geerally root-fidig methods i multiple dimesios are ecessary. A differet attack o the problem is to miimize E(q usig a iterative scheme that searches the multidimesioal space of parameters. A iitial parameter tuple is chose. I may cases the iitial tuple is based o iformatio you kow about your specific applicatio. The costructio of the iitial tuple itself might be a complex process based o a least-squares algorithm. A lie is chose that cotais the iitial tuple, ad a search is performed for the miimum of E alog the lie. The parameter tuple at which the miimum occurs is used as the startig poit for aother liear search usig a lie of whose directio is differet from the previous directiot. Powell s Directio Set Method is oe such algorithm that searches alog a set of m lies whose directios are iitially the coordiate axis directios. After m lies have bee searched, the ext lie is costructed that cotais the iitial tuple ad the tuple obtaied from the m searches. This is desiged to give the best chaces of quickly gettig close to a miimum poit. The method does ot require derivative evaluatio, makig it a attractive algorithm whe the fuctio to be miimized is ot i a form that is ameable to differetiatio. The Cojugate Gradiet Method is a sophisticated method that also attempts to be smart about choice of lie directio. This method requires derivatives ad is usually the miimizer of choice i most applicatios. The Gradiet Descet Method choose the search lie i the directio associated with the largest decrease i the fuctio value; the directio is the egative of the gradiet of the fuctio. This method is regarded to be iferior i may situatios, though, because a lot of time ca be spet zigzaggig about the parameter space ad ot approachig a miimum i a reasoable amout of time. 2 Represetatio of a Cylider A ifiite cylider is specified by a axis cotaiig a poit C ad havig uit-legth directio W. The radius of the cylider is r > 0. Two more uit-legth vectors U ad V may be defied so that U, V, W} is a right-haded orthoormal set; that is, all vectors are uit-legth, mutually perpedicular, ad with U V = W, V W = U, ad W U = V. Ay poit X may be writte uiquely as X = C + y 0 U + y 1 V + y 2 W = C + RY (6 where R is a rotatio matrix whose colums are U, V, ad W ad where Y is a colum vector whose rows are y 0, y 1, ad y 2. To be o the cylider, we eed r 2 = y0 2 + y1 2 = (U (X C 2 + (V (X C 2 = (X C T (UU T + VV T (X C = (X C T (I WW T (X C (7 3

4 where I is the idetity matrix. Because the uit-legth vectors form a orthoormal set, it is ecessary that I = UU T + VV T + WW T. A fiite cylider is obtaied by boudig the poits i the axis directio, where h > 0 is the height of the cylider. y 2 = W (X C h/2 (8 3 Fittig with a Cylider Let X i } be the iput poit set. A error fuctio for a cylider fit based o Equatio (7 is E(r 2 [, C, W = F (Xi ; r 2, C, W ] 2 = [(X ( i C T I WW T (X i C r 2] 2 (9 where the cylider axis is a lie cotaiig poit C ad havig uit-legth directio W ad the cylider radius is r. Thus, the error fuctio ivolves 6 parameters: 1 for the squared radius r 2, 3 for the poit C, ad 2 for the uit-legth directio W. These parameters form the 6-tuple q i the geeric discussio preseted previously. For umerical robustess, it is advisable to subtract the sample mea A = ( X i/ from the samples, X i X i A. This precoditioig is assumed i the mathematical derivatios to follow, i which case X i = 0. I the followig discussio, defie P = I WW T, r 2 i = (C X i T P (C X i (10 The matrix P represets a projectio oto a plae with ormal W, so P 2 = P ad depeds oly o the directio W. The term ri 2 depeds o the ceter C ad the directio W. The error fuctio is writte cocisely as E = (r2 i r A Equatio for the Radius The partial derivative of the error fuctio with respect to the squared radius is E/ r 2 = 2 (r2 i r2. Settig this to zero, we have the costrait which leads to 0 = (ri 2 r 2 (11 r 2 = 1 ri 2 (12 Thus, the squared radius is the average of the squared distaces of the projectios of X i C oto a plae cotaiig C ad havig ormal W. The right-had side depeds o the parameters C ad W. 4

5 Observe that r 2 i r2 = r 2 i 1 j=1 r2 j = (C X i T P (C X i 1 j=1 (C X j T P (C X j = C T P C 2X T i P C + X T i P X i 1 j=1 (C T P C 2X T j P C + X T j P X j ( = C T P C 2X T i P C + X T i P X i C T P C + 2 j=1 XT j P C 1 j=1 XT j P X j ( ( 1 = j=1 XT j X T i 2P C + X T i P X i 1 j=1 XT j P X j ( = X T i 2P C + X T i P X i 1 j=1 XT j P X j (13 The last equality is based o the precoditio j=1 X j = A Equatio for the Ceter The partial derivative with respect to the ceter is E/ C = 4 (r2 i r2 P (X i C. Settig this to zero, we have the costrait 0 = (r2 i r2 P (X i C = (r2 i r2 P X i [ (r2 i r2 ] P C = (r2 i r2 P X i (14 where the last equality is a cosequece of Equatio (11. Multiply equatio (13 by P X i, sum over i, ad use equatio (14 to obtai ( 0 = 2P X ix T i P C + ( (X T 1 i P X i P X i j=1 XT j P X j P X i ( = 2P X ix T i P C + (15 (X T i P X i P X i where the last equality is based o the precoditio X i = 0. We wish to solve this equatio for C, but observe that C + tw are valid ceters for all t. It is sufficiet to compute a ceter that has o compoet i the W-directio; that is, we may costruct a poit for which C = P C. It suffices to solve Equatio (15 for P C writte as the liear system A(P C = B/2 where Y i = P X i ( A = P X ix T i P = Y iy T i (16 B = (X T i P X i P X i = (Y T i Y i Y i The projectio matrix is symmetric, P = P T, a coditio that leads to the right-had side of the equatio defiig A. We have used P = P 2 to itroduce a additioal P factor, X T i P X i = X T i P 2 X i = X T i P T P X i, which leads to the right-had side of the equatio defiig B. The covariace matrix of the samples is M = X ix T i. If the samples are approximately distributed o a cylider, we expect M to be osigular. However, the matrix A = P MP is sigular because the projectio matrix P is sigular. We caot directly ivert A to solve the equatio. The liear system ivolves terms 5

6 that live oly i the plae perpedicular to W, so i fact the liear system reduces to two equatios i two ukows i the projectio space ad is solvable as log as the coefficiet matrix is ivertible. Choose U ad V so that U, V, W} is a right-haded orthoormal set; the P X i = µ i U + ν i V ad P C = k 0 U + k 1 V, where µ i = U X i, ν i = V X i, k 0 = U P C, ad k 1 = V P C. The matrix A becomes ( ( ( ( A = UU T + µ i ν i UV T + VU T + VV T (17 ad the vector B becomes µ 2 i B = 2 (µ 2 i + νi 2 (µ i U + ν i V (18 The vector A(P C becomes ( ( A(P C = k 0 µ 2 i + k 1 µ i ν i U + k 0 µ i ν i + k 1 ν 2 i ν 2 i V (19 Equatig this to B ad groupig the coefficiets for U ad V leads to the liear system µ2 i µ iν i k 0 = 1 2 (µ2 i + ν2 i µ i µ iν i k 1 2 (20 2 (µ2 i + ν2 i ν i ν2 i The coefficiet matrix is the covariace matrix of the projectio of the samples oto the plae perpedicular to W. Ituitively, this matrix is ivertible as log as the projectios do ot lie o a lie. If the matrix is sigular (or early sigular umerically, the origial samples lie o a plae (or early lie o a plae umerically. They are ot fitted well by a cylider or, if you prefer, they are fitted by a cylider with ifiite radius. The matrix system of Equatio (20 has solutio k0 k 1 1 = ( 2 µ2 i ν2 i ( 2 µiνi ν2 i µiνi µiνi µ2 i (µ2 i + ν2 i µi (µ2 i + ν2 i νi (21 which produces the cylider ceter P C = k 0 U + k 1 V; use this istead of C i Equatio (7. Although the solutio appears to deped o the choice of U ad V, it does ot. Let W = (w 0, w 1, w 2 ad defie the skew symmetric matrix 0 w 2 w 1 S = w 2 0 w 0 (22 w 1 w 0 0 By defiitio of skew symmetry, S T = S. This matrix represets the cross product operatio: Sξ = W ξ for ay vector ξ. Because we have a right-haded orthoormal set, it follows that SU = V ad SV = U. It may be also show that S = VU T UV T. Defie matrix  by ( ( ( (  = UU T µ i ν i UV T + VU T + VV T = SAS T (23 ν 2 i 6 µ 2 i

7 Effectively, this geerates a 2 2 matrix that is the adjugate of the 2 2 matrix represetig A. It has the property ÂA = δp where δ = µ2 i ν2 i ( µ iν i 2. The trace of a matrix is the sum of the diagoal etries. Observe that Trace(P = 2. Takig the trace of ÂA = δp, we obtai 2δ = Trace(ÂA. The cylider ceter is  P C = Trace(ÂA (X T i P X i P X i (24 where we have used ÂP =  because ST P = S T. This equatio is idepedet of U ad V but depedet o W. It may be show that ( δ = 1 2 Trace(ÂA = WT Adj X i X T i W (25 where Adj(M is the traspose of the cofactor matrix of M. Also observe that SP = S ad P S T = S T, so (  = SAS T = S X i X T i S T (26 These imply that P C is a ratioal fuctio of the compoets of W. The umerator has degree 4 ad the deomiator has degree A Equatio for the Directio Let the directio be parameterized as W(s = (w 0 (s, w 1 (s, w 2 (s, where s is a 2-dimesioal parameter. For example, spherical coordiates is such a parameterizatio: W = (cos s 0 si s 1, si s 0 si s 1, cos s 1 for s 0 [0, 2π ad s 1 [0, π/2], where w 2 (s 0, s 1 0. The partial derivatives of E are E s k = 2 (ri 2 r 2 (C X i T P (C X i (27 s k Solvig E/ s k = 0 i closed form is ot tractable. It is possible to geerate a system of polyomial equatios i the compoets of W, use elimiatio theory to obtai a polyomial i oe variable, ad the fid its roots. This approach is geerally tedious ad ot robust umerically. Istead we may substitute ito Equatio (27 the expressio of Equatio (13 ad the cylider ceter of Equatio (24 to obtai two equatios ivolvig the three compoets of W. The coditio W = 1 provides a third equatio for the compoets. A multidimesioal root fider may be used to locate cadidate directios. Alteratively, we may skip root fidig for E/ s k = 0 ad istead substitute Equatios (13 ad (24 directly ito the error fuctio E = (r2 i r2 2 to obtai a oegative fuctio, G(W = Y T i Y i 1 ( Y T j Y j 2Y T  i Trace(ÂA j=1 (Y 2 T i Y i Y i where Y i = P X i, A = Y iy T i, ad  = SAST. A umerical algorithm for locatig the miimum of G may be used. Or, as is show i the sample code, the domai for (s 0, s 1 may be partitioed ito samples (28 7

8 at which G is evaluated. The sample producig the miimum G-value determies a reasoable directio W. The ceter C ad squared radius r 2 are iheret i the evaluatio of G, so i the ed we have a fittig cylider. The evaluatios of G are expesive for a large umber of samples, but it is possible to implemet the evaluatios o a GPU for speed. 4 Fittig for a Specified Directio Although oe may apply root-fidig or miimizatio techiques to estimate the global miimum of E, as show previously, i practice it is possible first to obtai a good estimate for the directio W. Usig this directio, we may solve for C = P C i Equatio (24 ad the r 2 i Equatio (12. For example, suppose that the X i are distributed approximately o a sectio of a cylider so that the leastsquares lie that fits the data provides a good estimate for the directio W. This vector is a uit-legth eigevector associated with the largest eigevalue of the covariace matrix A = X ix T i. We may use a umerical eigesolver to obtai W, ad the solve the aforemetioed equatios for the cylider ceter ad squared radius. The distributio ca be such that the estimated directio W from the covariace matrix is ot good, as is show i the experimets of the ext sectio. 5 Pseudocode ad Experimets The simplest algorithm to implemet ivolves the miimizatio of the fuctio G i Equatio (28. A implemetio is show i Listig 1. Listig 1. Pseudocode for evaluatig the fuctio G(W ad geeratig the correspodig P C ad r 2. Real G( i t, Vector3 X [ ], Vector3 W, Vector3& PC, Real& rsqr M a t rix3x3 P = M atrix3x3 : : I d e t i t y ( OuterProduct (W, W ; // P = I W WˆT // S = 0, w2, w1}, w2, 0, w0}, w1, w0, 0}}, i e r b r a c e s a r e rows M a t rix3x3 S ( 0, W[ 2 ], W[ 1 ], W[ 2 ], 0, W[ 0 ], W[ 1 ], W[ 0 ], 0 ; M a t rix3x3 A = M a t r ix3x3 : : Zero ( ; Vector3 B = Vector3 : : Zero (, Y [ ] ; Real averagesqrlegth = 0, sqrlegth [ ] ; f o r ( i t i = 0 ; i < ; ++i Y [ i ] = P X [ i ] ; s q r L e g t h [ i ] = Dot (Y [ i ], Y [ i ] ; A += OuterProduct (Y [ i ], Y [ i ] ; B += s q r L e g t h [ i ] Y [ i ] ; averagesqrlegth += sqrlegth [ i ] ; } A /= ; // To keep e l e m e t s s m a l l whe i s l a r g e. B /= ; // To keep e l e m e t s s m a l l whe i s l a r g e. averagesqrlegth /= ; Matrix3x3 Ahat = S A S ; PC = ( Ahat B/ Trace ( Ahat A ; Real e r r o r = 0 ; r S q r = 0 ; f o r ( i t i = 0 ; i < ; ++i 8

9 } Real term = sqrlegth [ i ] averagesqrlegth 2 Dot (Y [ i ], PC ; e r r o r += term term ; Vector3 d i f f = PC Y [ i ] ; r S q r += Dot ( d i f f, d i f f ; } e r r o r /= ; // For root mea s q u a r e e r r o r. r S q r /= ; r e t u r e r r o r ; The fittig is performed by searchig a large umber of directios W, as show i Listig 2. Listig 2. Fittig a cylider to a set of poits. // The X [ ] a r e t h e p o i t s to be f i t. The o u t p u t s rsqr, C, ad W a r e t h e // c y l i d e r p a r a m e t e r s. The f u c t i o r e t u r v a l u e i s t h e e r r o r f u c t i o // e v a l u a t e d a t t h e c y l i d e r p a r a m e t e r s. Real F i t C y l i d e r ( i t, Vector3 X [ ], R e a l& rsqr, V e c t o r 3& C, V e c t o r 3& W // Compute t h e a v e r a g e ad s u b t r a c t from t h e p o i t s. This i s eeded // f o r u m e r i c a l r o b u s t e s s o f t h e i m p l e m e t a t i o. Vector3 average = Vector3 : : Zero ( ; f o r ( i t i = 0 ; i < ; ++i a v e r a g e += X [ i ] ; } average /= ; f o r ( i t i = 0 ; i < ; ++i X [ i ] = a v e r a g e ; } // Choose imax ad jmax as d e s i r e d f o r t h e l e v e l o f g r a u l a r i t y you // wat f o r s a m p l i g W v e c t o r s o t h e h e m i s p h e r e. Real m i E r r o r = i f i i t y ; W = Vector3 : : Zero ( ; C = Vector3 : : Zero ( ; r S q r = 0 ; f o r ( i t j = 0 ; j <= jmax ; ++j Real p h i = h a l f P i j / jmax ; // i [ 0, p i / 2 ] Real c s p h i = cos ( p h i, s p h i = s i ( p h i ; f o r ( i t i = 0 ; i < imax ; ++i Real t h e t a = twopi i / imax ; // i [ 0, 2 p i Real c s t h e t a = cos ( t h e t a, s t h e t a = s i ( t h e t a ; Vector3 curretw ( c s t h e t a s p h i, s t h e t a s p h i, c s p h i ; Vector3 curretc ; Real curretrsqr ; Real e r r o r = G(, X, curretw, c u r r e t C, c u r r e t R S q r ; i f ( e r r o r < m i E r r o r m i E r r o r = e r r o r ; W = curretw ; C = curretc ; rsqr = curretrsqr ; } } } // T r a s l a t e t h e c e t e r to t h e o r i g i a l c o o r d i a t e system. C += average ; 9

10 } r e t u r m i E r r o r ; The followig experimets show how well the cylider fittig works. A regular lattice of samples were chose for a cylider cetered at the origi, with axis directio (0, 0, 1, with radius 1, ad height 4. The samples are (cos θ j, si θ j, z ij, where θ j = 2πj/64 ad z ij = 2 + 4i/64 for 0 i 64 ad 0 j < 64. The fitted ceter, radius, ad axis directio are the actual oes (modulo umerical roud-off errors. Figure 1 shows a rederig of the poits (i black ad a wire frame of the fitted cylider (i blue. Figure 1. Fittig of samples o a cylider rig that is cut perpedicular to the cylider axis. A lattice of samples was chose for the same cylider but the samples are skewed to lie o a cut that is ot perpedicular to the cylider axis. The samples are (cos θ j, si θ j, z ij, where θ j = 2πj/64 for 0 j < 64 ad z ij = b + cos θ j + 2bi/64 for b = 1/4 ad 0 i 64. The fitted ceter, radius, ad axis directio are 10

11 the actual oes (modulo umerical roud-off errors. Figure 2 shows a rederig of the poits (i black ad a wire frame of the fitted cylider (i blue. Figure 2. Fittig of samples o a cylider rig that is cut skewed relative to the cylider axis. I this example, if you were to compute the covariace matrix of the samples ad choose the cylider axis directio to be the eigevector i the directio of maximum variace, that directio is skewed relative to the origial cylider axis. The fitted parameters are (approximately W = (0.699, 0, 0.715, P C = (0, 0, 0, ad r 2 = Figure 3 shows a rederig of the poits (i black ad a wire frame of the fitted cylider (i blue. 11

12 Figure 3. Fittig of samples o a cylider rig that is cut skewed relative to the cylider axis. The directio W was chose to be a eigevector correspodig to the maximum eigevalue of the covariace matrix of the samples. You ca see that the fitted cylider is ot a good approximatio to the poits. Figure 4 shows a poit cloud geerated from a DIC file (data set courtesy of Carolia Lavecchia ad the fitted cylider. The data set has early poits. 12

13 Figure 4. A view of a fitted poit cloud. Figure 5 shows a differet view of the poit cloud ad cylider. 13

14 Figure 5. Aother view of a fitted poit cloud, lookig alog the top of the cylier to get a idea of how well the cylider fits the data. 14

The Method of Least Squares. To understand least squares fitting of data.

The Method of Least Squares. To understand least squares fitting of data. The Method of Least Squares KEY WORDS Curve fittig, least square GOAL To uderstad least squares fittig of data To uderstad the least squares solutio of icosistet systems of liear equatios 1 Motivatio Curve

More information

Machine Learning for Data Science (CS 4786)

Machine Learning for Data Science (CS 4786) Machie Learig for Data Sciece CS 4786) Lecture & 3: Pricipal Compoet Aalysis The text i black outlies high level ideas. The text i blue provides simple mathematical details to derive or get to the algorithm

More information

Linear regression. Daniel Hsu (COMS 4771) (y i x T i β)2 2πσ. 2 2σ 2. 1 n. (x T i β y i ) 2. 1 ˆβ arg min. β R n d

Linear regression. Daniel Hsu (COMS 4771) (y i x T i β)2 2πσ. 2 2σ 2. 1 n. (x T i β y i ) 2. 1 ˆβ arg min. β R n d Liear regressio Daiel Hsu (COMS 477) Maximum likelihood estimatio Oe of the simplest liear regressio models is the followig: (X, Y ),..., (X, Y ), (X, Y ) are iid radom pairs takig values i R d R, ad Y

More information

Centers of a Simplex. Contents

Centers of a Simplex. Contents Ceters of a Simplex David Eberly, Geometric Tools, Redmod WA 9852 https://www.geometrictools.com/ This work is licesed uder the Creative Commos Attributio 4. Iteratioal Licese. To view a copy of this licese,

More information

We are mainly going to be concerned with power series in x, such as. (x)} converges - that is, lims N n

We are mainly going to be concerned with power series in x, such as. (x)} converges - that is, lims N n Review of Power Series, Power Series Solutios A power series i x - a is a ifiite series of the form c (x a) =c +c (x a)+(x a) +... We also call this a power series cetered at a. Ex. (x+) is cetered at

More information

Outline. Linear regression. Regularization functions. Polynomial curve fitting. Stochastic gradient descent for regression. MLE for regression

Outline. Linear regression. Regularization functions. Polynomial curve fitting. Stochastic gradient descent for regression. MLE for regression REGRESSION 1 Outlie Liear regressio Regularizatio fuctios Polyomial curve fittig Stochastic gradiet descet for regressio MLE for regressio Step-wise forward regressio Regressio methods Statistical techiques

More information

U8L1: Sec Equations of Lines in R 2

U8L1: Sec Equations of Lines in R 2 MCVU U8L: Sec. 8.9. Equatios of Lies i R Review of Equatios of a Straight Lie (-D) Cosider the lie passig through A (-,) with slope, as show i the diagram below. I poit slope form, the equatio of the lie

More information

Apply change-of-basis formula to rewrite x as a linear combination of eigenvectors v j.

Apply change-of-basis formula to rewrite x as a linear combination of eigenvectors v j. Eigevalue-Eigevector Istructor: Nam Su Wag eigemcd Ay vector i real Euclidea space of dimesio ca be uiquely epressed as a liear combiatio of liearly idepedet vectors (ie, basis) g j, j,,, α g α g α g α

More information

Chapter 1. Complex Numbers. Dr. Pulak Sahoo

Chapter 1. Complex Numbers. Dr. Pulak Sahoo Chapter 1 Complex Numbers BY Dr. Pulak Sahoo Assistat Professor Departmet of Mathematics Uiversity Of Kalyai West Begal, Idia E-mail : sahoopulak1@gmail.com 1 Module-2: Stereographic Projectio 1 Euler

More information

Infinite Sequences and Series

Infinite Sequences and Series Chapter 6 Ifiite Sequeces ad Series 6.1 Ifiite Sequeces 6.1.1 Elemetary Cocepts Simply speakig, a sequece is a ordered list of umbers writte: {a 1, a 2, a 3,...a, a +1,...} where the elemets a i represet

More information

Machine Learning for Data Science (CS 4786)

Machine Learning for Data Science (CS 4786) Machie Learig for Data Sciece CS 4786) Lecture 9: Pricipal Compoet Aalysis The text i black outlies mai ideas to retai from the lecture. The text i blue give a deeper uderstadig of how we derive or get

More information

TEACHER CERTIFICATION STUDY GUIDE

TEACHER CERTIFICATION STUDY GUIDE COMPETENCY 1. ALGEBRA SKILL 1.1 1.1a. ALGEBRAIC STRUCTURES Kow why the real ad complex umbers are each a field, ad that particular rigs are ot fields (e.g., itegers, polyomial rigs, matrix rigs) Algebra

More information

6. Kalman filter implementation for linear algebraic equations. Karhunen-Loeve decomposition

6. Kalman filter implementation for linear algebraic equations. Karhunen-Loeve decomposition 6. Kalma filter implemetatio for liear algebraic equatios. Karhue-Loeve decompositio 6.1. Solvable liear algebraic systems. Probabilistic iterpretatio. Let A be a quadratic matrix (ot obligatory osigular.

More information

Physics 324, Fall Dirac Notation. These notes were produced by David Kaplan for Phys. 324 in Autumn 2001.

Physics 324, Fall Dirac Notation. These notes were produced by David Kaplan for Phys. 324 in Autumn 2001. Physics 324, Fall 2002 Dirac Notatio These otes were produced by David Kapla for Phys. 324 i Autum 2001. 1 Vectors 1.1 Ier product Recall from liear algebra: we ca represet a vector V as a colum vector;

More information

The z-transform. 7.1 Introduction. 7.2 The z-transform Derivation of the z-transform: x[n] = z n LTI system, h[n] z = re j

The z-transform. 7.1 Introduction. 7.2 The z-transform Derivation of the z-transform: x[n] = z n LTI system, h[n] z = re j The -Trasform 7. Itroductio Geeralie the complex siusoidal represetatio offered by DTFT to a represetatio of complex expoetial sigals. Obtai more geeral characteristics for discrete-time LTI systems. 7.

More information

R is a scalar defined as follows:

R is a scalar defined as follows: Math 8. Notes o Dot Product, Cross Product, Plaes, Area, ad Volumes This lecture focuses primarily o the dot product ad its may applicatios, especially i the measuremet of agles ad scalar projectio ad

More information

Introduction to Machine Learning DIS10

Introduction to Machine Learning DIS10 CS 189 Fall 017 Itroductio to Machie Learig DIS10 1 Fu with Lagrage Multipliers (a) Miimize the fuctio such that f (x,y) = x + y x + y = 3. Solutio: The Lagragia is: L(x,y,λ) = x + y + λ(x + y 3) Takig

More information

Algebra of Least Squares

Algebra of Least Squares October 19, 2018 Algebra of Least Squares Geometry of Least Squares Recall that out data is like a table [Y X] where Y collects observatios o the depedet variable Y ad X collects observatios o the k-dimesioal

More information

U8L1: Sec Equations of Lines in R 2

U8L1: Sec Equations of Lines in R 2 MCVU Thursda Ma, Review of Equatios of a Straight Lie (-D) U8L Sec. 8.9. Equatios of Lies i R Cosider the lie passig through A (-,) with slope, as show i the diagram below. I poit slope form, the equatio

More information

Math 5311 Problem Set #5 Solutions

Math 5311 Problem Set #5 Solutions Math 5311 Problem Set #5 Solutios March 9, 009 Problem 1 O&S 11.1.3 Part (a) Solve with boudary coditios u = 1 0 x < L/ 1 L/ < x L u (0) = u (L) = 0. Let s refer to [0, L/) as regio 1 ad (L/, L] as regio.

More information

LECTURE 8: ORTHOGONALITY (CHAPTER 5 IN THE BOOK)

LECTURE 8: ORTHOGONALITY (CHAPTER 5 IN THE BOOK) LECTURE 8: ORTHOGONALITY (CHAPTER 5 IN THE BOOK) Everythig marked by is ot required by the course syllabus I this lecture, all vector spaces is over the real umber R. All vectors i R is viewed as a colum

More information

PAPER : IIT-JAM 2010

PAPER : IIT-JAM 2010 MATHEMATICS-MA (CODE A) Q.-Q.5: Oly oe optio is correct for each questio. Each questio carries (+6) marks for correct aswer ad ( ) marks for icorrect aswer.. Which of the followig coditios does NOT esure

More information

ACO Comprehensive Exam 9 October 2007 Student code A. 1. Graph Theory

ACO Comprehensive Exam 9 October 2007 Student code A. 1. Graph Theory 1. Graph Theory Prove that there exist o simple plaar triagulatio T ad two distict adjacet vertices x, y V (T ) such that x ad y are the oly vertices of T of odd degree. Do ot use the Four-Color Theorem.

More information

CALCULUS BASIC SUMMER REVIEW

CALCULUS BASIC SUMMER REVIEW CALCULUS BASIC SUMMER REVIEW NAME rise y y y Slope of a o vertical lie: m ru Poit Slope Equatio: y y m( ) The slope is m ad a poit o your lie is, ). ( y Slope-Itercept Equatio: y m b slope= m y-itercept=

More information

1 1 2 = show that: over variables x and y. [2 marks] Write down necessary conditions involving first and second-order partial derivatives for ( x0, y

1 1 2 = show that: over variables x and y. [2 marks] Write down necessary conditions involving first and second-order partial derivatives for ( x0, y Questio (a) A square matrix A= A is called positive defiite if the quadratic form waw > 0 for every o-zero vector w [Note: Here (.) deotes the traspose of a matrix or a vector]. Let 0 A = 0 = show that:

More information

The Discrete Fourier Transform

The Discrete Fourier Transform The Discrete Fourier Trasform Complex Fourier Series Represetatio Recall that a Fourier series has the form a 0 + a k cos(kt) + k=1 b k si(kt) This represetatio seems a bit awkward, sice it ivolves two

More information

NBHM QUESTION 2007 Section 1 : Algebra Q1. Let G be a group of order n. Which of the following conditions imply that G is abelian?

NBHM QUESTION 2007 Section 1 : Algebra Q1. Let G be a group of order n. Which of the following conditions imply that G is abelian? NBHM QUESTION 7 NBHM QUESTION 7 NBHM QUESTION 7 Sectio : Algebra Q Let G be a group of order Which of the followig coditios imply that G is abelia? 5 36 Q Which of the followig subgroups are ecesarily

More information

, then cv V. Differential Equations Elements of Lineaer Algebra Name: Consider the differential equation. and y2 cos( kx)

, then cv V. Differential Equations Elements of Lineaer Algebra Name: Consider the differential equation. and y2 cos( kx) Cosider the differetial equatio y '' k y 0 has particular solutios y1 si( kx) ad y cos( kx) I geeral, ay liear combiatio of y1 ad y, cy 1 1 cy where c1, c is also a solutio to the equatio above The reaso

More information

Inverse Matrix. A meaning that matrix B is an inverse of matrix A.

Inverse Matrix. A meaning that matrix B is an inverse of matrix A. Iverse Matrix Two square matrices A ad B of dimesios are called iverses to oe aother if the followig holds, AB BA I (11) The otio is dual but we ofte write 1 B A meaig that matrix B is a iverse of matrix

More information

24 MATH 101B: ALGEBRA II, PART D: REPRESENTATIONS OF GROUPS

24 MATH 101B: ALGEBRA II, PART D: REPRESENTATIONS OF GROUPS 24 MATH 101B: ALGEBRA II, PART D: REPRESENTATIONS OF GROUPS Corollary 2.30. Suppose that the semisimple decompositio of the G- module V is V = i S i. The i = χ V,χ i Proof. Sice χ V W = χ V + χ W, we have:

More information

Chimica Inorganica 3

Chimica Inorganica 3 himica Iorgaica Irreducible Represetatios ad haracter Tables Rather tha usig geometrical operatios, it is ofte much more coveiet to employ a ew set of group elemets which are matrices ad to make the rule

More information

Lecture 6 Chi Square Distribution (χ 2 ) and Least Squares Fitting

Lecture 6 Chi Square Distribution (χ 2 ) and Least Squares Fitting Lecture 6 Chi Square Distributio (χ ) ad Least Squares Fittig Chi Square Distributio (χ ) Suppose: We have a set of measuremets {x 1, x, x }. We kow the true value of each x i (x t1, x t, x t ). We would

More information

Lesson 10: Limits and Continuity

Lesson 10: Limits and Continuity www.scimsacademy.com Lesso 10: Limits ad Cotiuity SCIMS Academy 1 Limit of a fuctio The cocept of limit of a fuctio is cetral to all other cocepts i calculus (like cotiuity, derivative, defiite itegrals

More information

6.3 Testing Series With Positive Terms

6.3 Testing Series With Positive Terms 6.3. TESTING SERIES WITH POSITIVE TERMS 307 6.3 Testig Series With Positive Terms 6.3. Review of what is kow up to ow I theory, testig a series a i for covergece amouts to fidig the i= sequece of partial

More information

AH Checklist (Unit 3) AH Checklist (Unit 3) Matrices

AH Checklist (Unit 3) AH Checklist (Unit 3) Matrices AH Checklist (Uit 3) AH Checklist (Uit 3) Matrices Skill Achieved? Kow that a matrix is a rectagular array of umbers (aka etries or elemets) i paretheses, each etry beig i a particular row ad colum Kow

More information

Problem Cosider the curve give parametrically as x = si t ad y = + cos t for» t» ß: (a) Describe the path this traverses: Where does it start (whe t =

Problem Cosider the curve give parametrically as x = si t ad y = + cos t for» t» ß: (a) Describe the path this traverses: Where does it start (whe t = Mathematics Summer Wilso Fial Exam August 8, ANSWERS Problem 1 (a) Fid the solutio to y +x y = e x x that satisfies y() = 5 : This is already i the form we used for a first order liear differetial equatio,

More information

Most text will write ordinary derivatives using either Leibniz notation 2 3. y + 5y= e and y y. xx tt t

Most text will write ordinary derivatives using either Leibniz notation 2 3. y + 5y= e and y y. xx tt t Itroductio to Differetial Equatios Defiitios ad Termiolog Differetial Equatio: A equatio cotaiig the derivatives of oe or more depedet variables, with respect to oe or more idepedet variables, is said

More information

CHAPTER 10 INFINITE SEQUENCES AND SERIES

CHAPTER 10 INFINITE SEQUENCES AND SERIES CHAPTER 10 INFINITE SEQUENCES AND SERIES 10.1 Sequeces 10.2 Ifiite Series 10.3 The Itegral Tests 10.4 Compariso Tests 10.5 The Ratio ad Root Tests 10.6 Alteratig Series: Absolute ad Coditioal Covergece

More information

Optimization Methods MIT 2.098/6.255/ Final exam

Optimization Methods MIT 2.098/6.255/ Final exam Optimizatio Methods MIT 2.098/6.255/15.093 Fial exam Date Give: December 19th, 2006 P1. [30 pts] Classify the followig statemets as true or false. All aswers must be well-justified, either through a short

More information

Lecture 6 Chi Square Distribution (χ 2 ) and Least Squares Fitting

Lecture 6 Chi Square Distribution (χ 2 ) and Least Squares Fitting Lecture 6 Chi Square Distributio (χ ) ad Least Squares Fittig Chi Square Distributio (χ ) Suppose: We have a set of measuremets {x 1, x, x }. We kow the true value of each x i (x t1, x t, x t ). We would

More information

Introduction to Optimization Techniques. How to Solve Equations

Introduction to Optimization Techniques. How to Solve Equations Itroductio to Optimizatio Techiques How to Solve Equatios Iterative Methods of Optimizatio Iterative methods of optimizatio Solutio of the oliear equatios resultig form a optimizatio problem is usually

More information

Lecture 8: October 20, Applications of SVD: least squares approximation

Lecture 8: October 20, Applications of SVD: least squares approximation Mathematical Toolkit Autum 2016 Lecturer: Madhur Tulsiai Lecture 8: October 20, 2016 1 Applicatios of SVD: least squares approximatio We discuss aother applicatio of sigular value decompositio (SVD) of

More information

(3) If you replace row i of A by its sum with a multiple of another row, then the determinant is unchanged! Expand across the i th row:

(3) If you replace row i of A by its sum with a multiple of another row, then the determinant is unchanged! Expand across the i th row: Math 5-4 Tue Feb 4 Cotiue with sectio 36 Determiats The effective way to compute determiats for larger-sized matrices without lots of zeroes is to ot use the defiitio, but rather to use the followig facts,

More information

5.1 Review of Singular Value Decomposition (SVD)

5.1 Review of Singular Value Decomposition (SVD) MGMT 69000: Topics i High-dimesioal Data Aalysis Falll 06 Lecture 5: Spectral Clusterig: Overview (cotd) ad Aalysis Lecturer: Jiamig Xu Scribe: Adarsh Barik, Taotao He, September 3, 06 Outlie Review of

More information

P.3 Polynomials and Special products

P.3 Polynomials and Special products Precalc Fall 2016 Sectios P.3, 1.2, 1.3, P.4, 1.4, P.2 (radicals/ratioal expoets), 1.5, 1.6, 1.7, 1.8, 1.1, 2.1, 2.2 I Polyomial defiitio (p. 28) a x + a x +... + a x + a x 1 1 0 1 1 0 a x + a x +... +

More information

For a 3 3 diagonal matrix we find. Thus e 1 is a eigenvector corresponding to eigenvalue λ = a 11. Thus matrix A has eigenvalues 2 and 3.

For a 3 3 diagonal matrix we find. Thus e 1 is a eigenvector corresponding to eigenvalue λ = a 11. Thus matrix A has eigenvalues 2 and 3. Closed Leotief Model Chapter 6 Eigevalues I a closed Leotief iput-output-model cosumptio ad productio coicide, i.e. V x = x = x Is this possible for the give techology matrix V? This is a special case

More information

DETERMINATION OF MECHANICAL PROPERTIES OF A NON- UNIFORM BEAM USING THE MEASUREMENT OF THE EXCITED LONGITUDINAL ELASTIC VIBRATIONS.

DETERMINATION OF MECHANICAL PROPERTIES OF A NON- UNIFORM BEAM USING THE MEASUREMENT OF THE EXCITED LONGITUDINAL ELASTIC VIBRATIONS. ICSV4 Cairs Australia 9- July 7 DTRMINATION OF MCHANICAL PROPRTIS OF A NON- UNIFORM BAM USING TH MASURMNT OF TH XCITD LONGITUDINAL LASTIC VIBRATIONS Pavel Aokhi ad Vladimir Gordo Departmet of the mathematics

More information

Lecture 4 Conformal Mapping and Green s Theorem. 1. Let s try to solve the following problem by separation of variables

Lecture 4 Conformal Mapping and Green s Theorem. 1. Let s try to solve the following problem by separation of variables Lecture 4 Coformal Mappig ad Gree s Theorem Today s topics. Solvig electrostatic problems cotiued. Why separatio of variables does t always work 3. Coformal mappig 4. Gree s theorem The failure of separatio

More information

10-701/ Machine Learning Mid-term Exam Solution

10-701/ Machine Learning Mid-term Exam Solution 0-70/5-78 Machie Learig Mid-term Exam Solutio Your Name: Your Adrew ID: True or False (Give oe setece explaatio) (20%). (F) For a cotiuous radom variable x ad its probability distributio fuctio p(x), it

More information

AP Calculus BC Review Applications of Derivatives (Chapter 4) and f,

AP Calculus BC Review Applications of Derivatives (Chapter 4) and f, AP alculus B Review Applicatios of Derivatives (hapter ) Thigs to Kow ad Be Able to Do Defiitios of the followig i terms of derivatives, ad how to fid them: critical poit, global miima/maima, local (relative)

More information

TMA4205 Numerical Linear Algebra. The Poisson problem in R 2 : diagonalization methods

TMA4205 Numerical Linear Algebra. The Poisson problem in R 2 : diagonalization methods TMA4205 Numerical Liear Algebra The Poisso problem i R 2 : diagoalizatio methods September 3, 2007 c Eiar M Røquist Departmet of Mathematical Scieces NTNU, N-749 Trodheim, Norway All rights reserved A

More information

A widely used display of protein shapes is based on the coordinates of the alpha carbons - - C α

A widely used display of protein shapes is based on the coordinates of the alpha carbons - - C α Nice plottig of proteis: I A widely used display of protei shapes is based o the coordiates of the alpha carbos - - C α -s. The coordiates of the C α -s are coected by a cotiuous curve that roughly follows

More information

Math 113 Exam 3 Practice

Math 113 Exam 3 Practice Math Exam Practice Exam 4 will cover.-., 0. ad 0.. Note that eve though. was tested i exam, questios from that sectios may also be o this exam. For practice problems o., refer to the last review. This

More information

Linear Regression Demystified

Linear Regression Demystified Liear Regressio Demystified Liear regressio is a importat subject i statistics. I elemetary statistics courses, formulae related to liear regressio are ofte stated without derivatio. This ote iteds to

More information

Session 5. (1) Principal component analysis and Karhunen-Loève transformation

Session 5. (1) Principal component analysis and Karhunen-Loève transformation 200 Autum semester Patter Iformatio Processig Topic 2 Image compressio by orthogoal trasformatio Sessio 5 () Pricipal compoet aalysis ad Karhue-Loève trasformatio Topic 2 of this course explais the image

More information

ECE 8527: Introduction to Machine Learning and Pattern Recognition Midterm # 1. Vaishali Amin Fall, 2015

ECE 8527: Introduction to Machine Learning and Pattern Recognition Midterm # 1. Vaishali Amin Fall, 2015 ECE 8527: Itroductio to Machie Learig ad Patter Recogitio Midterm # 1 Vaishali Ami Fall, 2015 tue39624@temple.edu Problem No. 1: Cosider a two-class discrete distributio problem: ω 1 :{[0,0], [2,0], [2,2],

More information

MathCity.org Merging man and maths

MathCity.org Merging man and maths MathCityorg Mergig ma ad maths Defiitios: Mathematics HSSC-I Textbook of Algebra ad Trigoometry for Class XI Collected by: Muhammad Waqas Sulaima This documet cotais all the defiitios of Mathematics HSSC-I

More information

Geometry of LS. LECTURE 3 GEOMETRY OF LS, PROPERTIES OF σ 2, PARTITIONED REGRESSION, GOODNESS OF FIT

Geometry of LS. LECTURE 3 GEOMETRY OF LS, PROPERTIES OF σ 2, PARTITIONED REGRESSION, GOODNESS OF FIT OCTOBER 7, 2016 LECTURE 3 GEOMETRY OF LS, PROPERTIES OF σ 2, PARTITIONED REGRESSION, GOODNESS OF FIT Geometry of LS We ca thik of y ad the colums of X as members of the -dimesioal Euclidea space R Oe ca

More information

( ) ( ) ( ) ( ) ( + ) ( )

( ) ( ) ( ) ( ) ( + ) ( ) LSM Nov. 00 Cotet List Mathematics (AH). Algebra... kow ad use the otatio!, C r ad r.. kow the results = r r + + = r r r..3 kow Pascal's triagle. Pascal's triagle should be eteded up to = 7...4 kow ad

More information

A Lattice Green Function Introduction. Abstract

A Lattice Green Function Introduction. Abstract August 5, 25 A Lattice Gree Fuctio Itroductio Stefa Hollos Exstrom Laboratories LLC, 662 Nelso Park Dr, Logmot, Colorado 853, USA Abstract We preset a itroductio to lattice Gree fuctios. Electroic address:

More information

Chapter 9: Numerical Differentiation

Chapter 9: Numerical Differentiation 178 Chapter 9: Numerical Differetiatio Numerical Differetiatio Formulatio of equatios for physical problems ofte ivolve derivatives (rate-of-chage quatities, such as velocity ad acceleratio). Numerical

More information

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 +

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + 62. Power series Defiitio 16. (Power series) Give a sequece {c }, the series c x = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + is called a power series i the variable x. The umbers c are called the coefficiets of

More information

Eigenvalues and Eigenvectors

Eigenvalues and Eigenvectors 5 Eigevalues ad Eigevectors 5.3 DIAGONALIZATION DIAGONALIZATION Example 1: Let. Fid a formula for A k, give that P 1 1 = 1 2 ad, where Solutio: The stadard formula for the iverse of a 2 2 matrix yields

More information

Math 21C Brian Osserman Practice Exam 2

Math 21C Brian Osserman Practice Exam 2 Math 1C Bria Osserma Practice Exam 1 (15 pts.) Determie the radius ad iterval of covergece of the power series (x ) +1. First we use the root test to determie for which values of x the series coverges

More information

Efficient GMM LECTURE 12 GMM II

Efficient GMM LECTURE 12 GMM II DECEMBER 1 010 LECTURE 1 II Efficiet The estimator depeds o the choice of the weight matrix A. The efficiet estimator is the oe that has the smallest asymptotic variace amog all estimators defied by differet

More information

Matrix Algebra from a Statistician s Perspective BIOS 524/ Scalar multiple: ka

Matrix Algebra from a Statistician s Perspective BIOS 524/ Scalar multiple: ka Matrix Algebra from a Statisticia s Perspective BIOS 524/546. Matrices... Basic Termiology a a A = ( aij ) deotes a m matrix of values. Whe =, this is a am a m colum vector. Whe m= this is a row vector..2.

More information

(b) What is the probability that a particle reaches the upper boundary n before the lower boundary m?

(b) What is the probability that a particle reaches the upper boundary n before the lower boundary m? MATH 529 The Boudary Problem The drukard s walk (or boudary problem) is oe of the most famous problems i the theory of radom walks. Oe versio of the problem is described as follows: Suppose a particle

More information

The Basic Space Model

The Basic Space Model The Basic Space Model Let x i be the ith idividual s (i=,, ) reported positio o the th issue ( =,, m) ad let X 0 be the by m matrix of observed data here the 0 subscript idicates that elemets are missig

More information

Chapter 2 The Solution of Numerical Algebraic and Transcendental Equations

Chapter 2 The Solution of Numerical Algebraic and Transcendental Equations Chapter The Solutio of Numerical Algebraic ad Trascedetal Equatios Itroductio I this chapter we shall discuss some umerical methods for solvig algebraic ad trascedetal equatios. The equatio f( is said

More information

Grouping 2: Spectral and Agglomerative Clustering. CS 510 Lecture #16 April 2 nd, 2014

Grouping 2: Spectral and Agglomerative Clustering. CS 510 Lecture #16 April 2 nd, 2014 Groupig 2: Spectral ad Agglomerative Clusterig CS 510 Lecture #16 April 2 d, 2014 Groupig (review) Goal: Detect local image features (SIFT) Describe image patches aroud features SIFT, SURF, HoG, LBP, Group

More information

Notes on iteration and Newton s method. Iteration

Notes on iteration and Newton s method. Iteration Notes o iteratio ad Newto s method Iteratio Iteratio meas doig somethig over ad over. I our cotet, a iteratio is a sequece of umbers, vectors, fuctios, etc. geerated by a iteratio rule of the type 1 f

More information

9.3 Power Series: Taylor & Maclaurin Series

9.3 Power Series: Taylor & Maclaurin Series 9.3 Power Series: Taylor & Maclauri Series If is a variable, the a ifiite series of the form 0 is called a power series (cetered at 0 ). a a a a a 0 1 0 is a power series cetered at a c a a c a c a c 0

More information

September 2012 C1 Note. C1 Notes (Edexcel) Copyright - For AS, A2 notes and IGCSE / GCSE worksheets 1

September 2012 C1 Note. C1 Notes (Edexcel) Copyright   - For AS, A2 notes and IGCSE / GCSE worksheets 1 September 0 s (Edecel) Copyright www.pgmaths.co.uk - For AS, A otes ad IGCSE / GCSE worksheets September 0 Copyright www.pgmaths.co.uk - For AS, A otes ad IGCSE / GCSE worksheets September 0 Copyright

More information

Axioms of Measure Theory

Axioms of Measure Theory MATH 532 Axioms of Measure Theory Dr. Neal, WKU I. The Space Throughout the course, we shall let X deote a geeric o-empty set. I geeral, we shall ot assume that ay algebraic structure exists o X so that

More information

The Jordan Normal Form: A General Approach to Solving Homogeneous Linear Systems. Mike Raugh. March 20, 2005

The Jordan Normal Form: A General Approach to Solving Homogeneous Linear Systems. Mike Raugh. March 20, 2005 The Jorda Normal Form: A Geeral Approach to Solvig Homogeeous Liear Sstems Mike Raugh March 2, 25 What are we doig here? I this ote, we describe the Jorda ormal form of a matrix ad show how it ma be used

More information

FFTs in Graphics and Vision. The Fast Fourier Transform

FFTs in Graphics and Vision. The Fast Fourier Transform FFTs i Graphics ad Visio The Fast Fourier Trasform 1 Outlie The FFT Algorithm Applicatios i 1D Multi-Dimesioal FFTs More Applicatios Real FFTs 2 Computatioal Complexity To compute the movig dot-product

More information

Linear Programming and the Simplex Method

Linear Programming and the Simplex Method Liear Programmig ad the Simplex ethod Abstract This article is a itroductio to Liear Programmig ad usig Simplex method for solvig LP problems i primal form. What is Liear Programmig? Liear Programmig is

More information

Two or more points can be used to describe a rigid body. This will eliminate the need to define rotational coordinates for the body!

Two or more points can be used to describe a rigid body. This will eliminate the need to define rotational coordinates for the body! OINTCOORDINATE FORMULATION Two or more poits ca be used to describe a rigid body. This will elimiate the eed to defie rotatioal coordiates for the body i z r i i, j r j j rimary oits: The coordiates of

More information

Chapter 3. Strong convergence. 3.1 Definition of almost sure convergence

Chapter 3. Strong convergence. 3.1 Definition of almost sure convergence Chapter 3 Strog covergece As poited out i the Chapter 2, there are multiple ways to defie the otio of covergece of a sequece of radom variables. That chapter defied covergece i probability, covergece i

More information

Similarity Solutions to Unsteady Pseudoplastic. Flow Near a Moving Wall

Similarity Solutions to Unsteady Pseudoplastic. Flow Near a Moving Wall Iteratioal Mathematical Forum, Vol. 9, 04, o. 3, 465-475 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/0.988/imf.04.48 Similarity Solutios to Usteady Pseudoplastic Flow Near a Movig Wall W. Robi Egieerig

More information

Probability, Expectation Value and Uncertainty

Probability, Expectation Value and Uncertainty Chapter 1 Probability, Expectatio Value ad Ucertaity We have see that the physically observable properties of a quatum system are represeted by Hermitea operators (also referred to as observables ) such

More information

Economics 241B Relation to Method of Moments and Maximum Likelihood OLSE as a Maximum Likelihood Estimator

Economics 241B Relation to Method of Moments and Maximum Likelihood OLSE as a Maximum Likelihood Estimator Ecoomics 24B Relatio to Method of Momets ad Maximum Likelihood OLSE as a Maximum Likelihood Estimator Uder Assumptio 5 we have speci ed the distributio of the error, so we ca estimate the model parameters

More information

CS284A: Representations and Algorithms in Molecular Biology

CS284A: Representations and Algorithms in Molecular Biology CS284A: Represetatios ad Algorithms i Molecular Biology Scribe Notes o Lectures 3 & 4: Motif Discovery via Eumeratio & Motif Represetatio Usig Positio Weight Matrix Joshua Gervi Based o presetatios by

More information

ALGEBRAIC GEOMETRY COURSE NOTES, LECTURE 5: SINGULARITIES.

ALGEBRAIC GEOMETRY COURSE NOTES, LECTURE 5: SINGULARITIES. ALGEBRAIC GEOMETRY COURSE NOTES, LECTURE 5: SINGULARITIES. ANDREW SALCH 1. The Jacobia criterio for osigularity. You have probably oticed by ow that some poits o varieties are smooth i a sese somethig

More information

CALCULATING FIBONACCI VECTORS

CALCULATING FIBONACCI VECTORS THE GENERALIZED BINET FORMULA FOR CALCULATING FIBONACCI VECTORS Stuart D Aderso Departmet of Physics, Ithaca College 953 Daby Road, Ithaca NY 14850, USA email: saderso@ithacaedu ad Dai Novak Departmet

More information

State Space Representation

State Space Representation Optimal Cotrol, Guidace ad Estimatio Lecture 2 Overview of SS Approach ad Matrix heory Prof. Radhakat Padhi Dept. of Aerospace Egieerig Idia Istitute of Sciece - Bagalore State Space Represetatio Prof.

More information

Chapter 7 z-transform

Chapter 7 z-transform Chapter 7 -Trasform Itroductio Trasform Uilateral Trasform Properties Uilateral Trasform Iversio of Uilateral Trasform Determiig the Frequecy Respose from Poles ad Zeros Itroductio Role i Discrete-Time

More information

Section 4.3. Boolean functions

Section 4.3. Boolean functions Sectio 4.3. Boolea fuctios Let us take aother look at the simplest o-trivial Boolea algebra, ({0}), the power-set algebra based o a oe-elemet set, chose here as {0}. This has two elemets, the empty set,

More information

Principle Of Superposition

Principle Of Superposition ecture 5: PREIMINRY CONCEP O RUCUR NYI Priciple Of uperpositio Mathematically, the priciple of superpositio is stated as ( a ) G( a ) G( ) G a a or for a liear structural system, the respose at a give

More information

NUMERICAL METHODS FOR SOLVING EQUATIONS

NUMERICAL METHODS FOR SOLVING EQUATIONS Mathematics Revisio Guides Numerical Methods for Solvig Equatios Page 1 of 11 M.K. HOME TUITION Mathematics Revisio Guides Level: GCSE Higher Tier NUMERICAL METHODS FOR SOLVING EQUATIONS Versio:. Date:

More information

Chapter 4. Fourier Series

Chapter 4. Fourier Series Chapter 4. Fourier Series At this poit we are ready to ow cosider the caoical equatios. Cosider, for eample the heat equatio u t = u, < (4.) subject to u(, ) = si, u(, t) = u(, t) =. (4.) Here,

More information

Slide Set 13 Linear Model with Endogenous Regressors and the GMM estimator

Slide Set 13 Linear Model with Endogenous Regressors and the GMM estimator Slide Set 13 Liear Model with Edogeous Regressors ad the GMM estimator Pietro Coretto pcoretto@uisa.it Ecoometrics Master i Ecoomics ad Fiace (MEF) Uiversità degli Studi di Napoli Federico II Versio: Friday

More information

CEE 522 Autumn Uncertainty Concepts for Geotechnical Engineering

CEE 522 Autumn Uncertainty Concepts for Geotechnical Engineering CEE 5 Autum 005 Ucertaity Cocepts for Geotechical Egieerig Basic Termiology Set A set is a collectio of (mutually exclusive) objects or evets. The sample space is the (collectively exhaustive) collectio

More information

Lecture 8: Solving the Heat, Laplace and Wave equations using finite difference methods

Lecture 8: Solving the Heat, Laplace and Wave equations using finite difference methods Itroductory lecture otes o Partial Differetial Equatios - c Athoy Peirce. Not to be copied, used, or revised without explicit writte permissio from the copyright ower. 1 Lecture 8: Solvig the Heat, Laplace

More information

Chapter Vectors

Chapter Vectors Chapter 4. Vectors fter readig this chapter you should be able to:. defie a vector. add ad subtract vectors. fid liear combiatios of vectors ad their relatioship to a set of equatios 4. explai what it

More information

2 Geometric interpretation of complex numbers

2 Geometric interpretation of complex numbers 2 Geometric iterpretatio of complex umbers 2.1 Defiitio I will start fially with a precise defiitio, assumig that such mathematical object as vector space R 2 is well familiar to the studets. Recall that

More information

Random Variables, Sampling and Estimation

Random Variables, Sampling and Estimation Chapter 1 Radom Variables, Samplig ad Estimatio 1.1 Itroductio This chapter will cover the most importat basic statistical theory you eed i order to uderstad the ecoometric material that will be comig

More information

Chapter 7: The z-transform. Chih-Wei Liu

Chapter 7: The z-transform. Chih-Wei Liu Chapter 7: The -Trasform Chih-Wei Liu Outlie Itroductio The -Trasform Properties of the Regio of Covergece Properties of the -Trasform Iversio of the -Trasform The Trasfer Fuctio Causality ad Stability

More information

Zeros of Polynomials

Zeros of Polynomials Math 160 www.timetodare.com 4.5 4.6 Zeros of Polyomials I these sectios we will study polyomials algebraically. Most of our work will be cocered with fidig the solutios of polyomial equatios of ay degree

More information

Math 155 (Lecture 3)

Math 155 (Lecture 3) Math 55 (Lecture 3) September 8, I this lecture, we ll cosider the aswer to oe of the most basic coutig problems i combiatorics Questio How may ways are there to choose a -elemet subset of the set {,,,

More information