6.3. Poisson's Equation

Size: px
Start display at page:

Download "6.3. Poisson's Equation"

Transcription

1 Iterative Methods for Liear Systems Poisso's Equatio Poisso's Equatio i Oe Dimesio We begi with a oe-dimesioal versio of Poisso's equatio, where f(x) is a give fuctio ad v(x) is the ukow fuctio that we wat to compute. v(x) must also satisfy the boudary coditios 24 v(0) = v(l) = 0. We discretize the problem by tryig to compute a approximate solutio at N + 2 evely spaced poits Xi betwee 0 ad 1: Xi = ih, where h 1/N+1 ad 0 i N + 1. We abbreviate Vi = v(x i ) ad f i = f(x i ). To covert differetial equatio (6.1) ito a liear equatio for the ukows v 1,...,v N, we use fiite differeces to approximate differ- Subtractig these approximatios ad dividig by h yield the cetered ece approximatio where T i, the so-called trucatio error, ca be show to be O(h 2 d 4 v/dx 4 )- We may ow rewrite equatio (6.1) at x = x i { as where 0 < i < N+l. Sice the boudary coditios imply that V o = V N+I = 0, we have N equatios i N ukows v 1,..., v N: 24 These are called Dirichlet boudary coditios. Other kids of boudary coditios are also possible.

2 268 Applied Numerical Liear Algebra Fig Eigevalues of T 21. or To solve this equatio, we will igore, sice it is small compared to /, to get (We boud the error v v later.) The coefficiet matrix T N plays a cetral role i all that follows, so we will examie it i some detail. First, we will compute its eigevalues ad eigevectors. Oe ca easily use trigoometric idetities to cofirm the followig lemma (see Questio 6.1). LEMMA 6.1. The eigevalues of T N are j 2(1 cos )- The eigevectors are Z j, where Z j (k] = 2/N+1 si(jk /(N + 1)). Z j has uit two-orm. Let Z = \z \,..., z ] be the orthogoal matrix whose colums are the eigevectors, ad A diag( 1,..., ), so we ca write T N = Z Z T. Figure 6.1 is a plot of the eigevalues of T N for N = 21. The largest eigevalue is N = 2(1 COS = 4. The smallest eigevalue 25 is 1, where for small i 25 Note that N is the largest eigevalue ad 1 is the smallest eigevalue, the opposite of the covetio of Chapter 5.

3 Iterative Methods for Liear Systems 269 Fig Eigevectors of T 21. Thus T N is positive defiite with coditio umber N/ 1 = 4(N+ l) 2 / 2 for large N. The eigevectors are siusoids with lowest frequecy at j = 1 ad highest at j = N, show i Figure 6.2 for N = 21. Now we kow eough to boud the error, i.e., the differece betwee the solutio of TNV = h 2 f ad the true solutio v of the differetial equatio: Subtract equatio (6.5) from equatio (6.4) to get v v = h 2 T -l N T. Takig orms yields so the error v v goes to zero proportioally to h 2, provided that the solutio is smooth eough. ( d 4 v/dx 4 oo is bouded.) From ow o we will ot distiguish betwee v ad its approximatio v ad so will simplify otatio by lettig T N v = h 2 f. I additio to the solutio of the liear system h~ 2 T N v = f approximatig the solutio of the differetial equatio (6.1), it turs out that the eigevalues ad eigevectors of h~ 2 T N also approximate the eigevalues ad eigefuctios of the differetial equatio: We say that i is a eigevalue ad Z i (x) is a eigefuctio of the differetial equatio if

4 270 Applied Numerical Liear Algebra Let us solve for i ad Zi(x}: It is easy to see that Zi(x) must equal a. si(\f\ix}-\- ficos(\/\ix) for some costats a ad. The boudary coditio z i (0) = 0 implies (3 0, ad the boudary coditio Zi(l) = 0 implies that i is a iteger multiple of, which we ca take to be i. Thus i = i 2 2 ad Zi(x) = a si(i x} for ay ozero costat a (which we ca set to 1). Thus the eigevector Zi is precisely equal to the eigefuctio Zi(x) evaluated at the sample poits Xj = jh (whe scaled by 2/N+1). Ad whe iissmall, i = i 2 2 is well approximated by h~ 2. i = (N+l) 2. 2(l-cos i /N+1) = i 2 2 +O((iV+l)- 2 ). Thus we see there is a close correspodece betwee T N (or h~ 2 T N ) ad the secod derivative operator d 2 /dx 2.This correspodece will be the motivatio for the desig ad aalysis of later algorithms. It is also possible to write dow simple formulas for the Cholesky ad LU factors of T N ; see Questio 6.2 for details Poisso's Equatio i Two Dimesios Now we tur to Poisso's equatio i two dimesios: o the uit square {(x,y) : 0 < x, y < 1}, with boudary coditio v = 0 o the boudary of the square. We discretize at the grid poits i the square which are at (x i,y j ) with X i = ih ad y j = jh, with h = 1/N+1 We abbreviate Vij = v(ih,jh) ad f ij,- = f(ih,jh), as show below for N = 3: From equatio (6.2), we kow that we ca approximate

5 Iterative Methods for Liear Systems 271 Addig these approximatios lets us write where T ij {J is agai a trucatio error bouded by O(h 2 ). The heavy (blue) cross i the middle of the above figure is called the (5-poit} stecil of this equatio, because it coects all (5) values of v preset i equatio (6.9). From the boudary coditios we kow V oj = VN+IJ V i o = V i N+I = 0 so that equatio (6.9) defies a set of = N 2 liear equatios i the ukows Vij for 1 i,j N: There are two ways to rewrite the equatios represeted by (6.10) as a sigle matrix equatio, both of which we will use later. The first way is to thik of the ukows v ij as occupyig a N-by-N matrix V with etries v^ ad the right-had sides h 2 f ij as similarly occupyig a N-by-N matrix h 2 F. The trick is to write the matrix with i,j etry 4vij Vi-i,j Vi+1,j Vi,j-1 Vi,j + 1 i a simple way i terms of V ad T N :- Simply ote that 2vij - vi-1,j - V i+1,j = (T N V)ij, 2vij -vi,j-1- v i,j+1 = (V T N )IJ, so addig these two equatios yields This is a liear system of equatios for the ukow etries of the matrix V, eve though it is ot writte i the usual "Ax = 6" format, with the ukows formig a vector x. (We will write the "Ax = b" format below.) Still, it is eough to tell us what the eigevalues ad eigevectors of the uderlyig matrix A are, because "Ax = Ax" is the same as "T N V + VT N = V." Now suppose that T N ZI izi ad T NZJ = jzj are ay two eigepairs of T N, ad let V = ZiZT i. The

6 272 Applied Numerical Liear Algebra so V = ZizT j is a "eigevector" ad i + j is a eigevalue. Sice V has N 2 etries, we expect N 2 eigevalues ad eigevectors, oe for each pair of eigevalues i ad \j of T N. I particular, the smallest eigevalue is 2 1 ad the largest eigevalue is 2 N, so the coditio umber is the same as i the oe-dimesioal case. We rederive this result below usig the "Ax = b" format. See Figure 6.3 for plots of some eigevectors, represeted as surfaces defied by the matrix etries of ZizT J. Just as the eigevalues ad eigevectors of h~ 2 T N were good approximatios to the eigevalues ad eigefuctios of oe-dimesioal Poisso's equatio, the same is true of two-dimesioal Poisso's equatio, whose eigevalues ad eigefuctios are as follows (see Questio 6.3): The secod way to write the equatios represeted by equatio (6.10) as a sigle matrix equatio is to write the ukows Vij i a sigle log N 2 - by-1 vector. This requires us to choose a order for them, ad we (somewhat arbitrarily) choose to umber them as show i Figure 6.4, columwise from the upper left to the lower right. For example, whe N = 3 oe gets a colum vector v [v 1,..., V 9 ] T. If we umber / accordigly, we ca trasform equatio (6.10) to get The 1's immediately ext to the diagoal correspod to subtractig the top ad bottom eighbors v i,j -\ v i j+1. The 1's farther away away from the diagoal correspod to subtractig the left ad right eighbors Vi-ij Vi+1,j. For geeral N, we cofirm i the ext sectio that we get a N 2 -by-n 2 liear system

7 Iterative Methods for Liear Systems 273 Fig Three-dimesioal ad cotour plots of first four eigevectors of the 10-by-10 Poisso equatio.

8 274 Applied Numerical Liear Algebra Fig Numberig the ukows i Poisso's equatio. where T N X N has N N-by-N blocks of the form T N + 2I N o its diagoal ad IN blocks o its offdiagoals: Expressig Poisso's Equatio with Kroecker Products Here is a systematic way to derive equatios (6.15) ad (6.16) as well as to compute the eigevalues ad eigevectors of T NxN. The method works equally well for Poisso's equatio i three or more dimesios. DEFINITION 6.1. Let X be m-by-. The vec(x) is defied to be a colum vector of size m made of the colums of X stacked atop oe aother from left to right. Note that N 2 -by-l vector v defied i Figure 6.4 ca also be writte v vec(v). To express T NXN V as well as compute its eigevalues ad eigevectors, we eed to itroduce Kroecker products. DEFINITION 6.2. Let A be a m-by- matrix ad B be a p-by-q matrix. The A 0 B, the Kroecker product of A ad B, is the (m p)-by-( q) matrix The followig lemma tells us how to rewrite the Poisso equatio i terms of Kroecker products ad the vec(.) operator.

9 Iterative Methods for Liear Systems 275 LEMMA 6.2. Let A be m-by-m, B be -by-, ad X ad C be m-by-. The the followig properties hold: 1. vec(ax) = (I A) vec(x). 2. vec(xb) = (B T I m ) vec(x). 3. The Poisso equatio T N V + VT N = h 2 F is equivalet to Proof. We prove oly part 3, leavig the other parts to Questio 6.4. We start with the Poisso equatio T N V +VT N = h 2 F as expressed i equatio (6.11), which is clearly equivalet to vec(t N V + VT N ) = vec(t N V) + vec(vt N ) = vec(h 2 F). By part 1 of the lemma By part 2 of the lemma ad the symmetry of T N, Addig the last two expressios completes the proof of part 3. The reader ca cofirm that the expressio from equatio (6.17) agrees with equatio (6.16). 26 To compute the eigevalues of matrices defied by Kroecker products, like T NXN, we eed the followig lemma, whose proof is also part of Questio 6.4. LEMMA 6.3. The followig facts about Kroecker products hold: 1. Assume that the products A C ad B D are well defied. The (A B).(C D) = (A.C) (B.D). 26 We ca use this formula to compute T N X N i two lies of Matlab: T N = 2*eye(N) - diag(oes(n-l,l),1) - diag(oes(n-1,1),-1); TNxN = kro(eye(n),tn) + kro(tn,eye(n));

10 276 Applied Numerical Liear Algebra 2. If A ad B are ivertible, the (A B}~ 1 = A~ l B~ l. 3. (A B) T = A T B T. PROPOSITION 6.1. Let T N = Z Z T be the eigedecompositio of T N, with Z = [Z I,...,Z N ] the orthogoal matrix whose colums are eigevectors, ad A = diag( 1,..., XN). The the eigedecompositio Of T N X N = I T N +T N I is is a diagoal matrix whose (in + j)th diagoal etry, the (i,j)th eigevalue of T N x N, is i,j i + j. Z 0 Z is a orthogoal matrix whose (in + j)th colum, the correspodig eigevector, is Zi Zj. Proof. Prom parts 1 ad 3 of Lemma 6.3, it is easy to verify that Z Z is orthogoal, sice I I = I. We ca ow verify equatio (6.18): by part 3 of Lemma 6.3 by part 1 of Lemma 6.3 Also, it is easy to verify that + I is diagoal, with diagoal etry (in+ j) give by j+ i, so that equatio (6.18) really is the eigedecompositio of T N x N. Fially, from the defiitio of Kroecker product, oe ca see that colum in + j of Z Z is Zi{ Z j. The reader ca cofirm that the eigevector Z i Z j vec(zjz T i), thus matchig the expressio for a eigevector i equatio (6.12). For a geeralizatio of Propositio 6.1 to the matrix A I + B T I, which arises whe solvig the Sylvester equatio AX X B = C, see Questio 6.5 (ad Questio 4.6). Similarly, Poisso's equatio i three dimesios leads to with eigevalues all possible triple sums of eigevalues of T N, ad eigevector matrix Z Z Z. Poisso's equatio i higher dimesios is represeted aalogously.

11 Iterative Methods for Liear Systems 277 Method Dese Cholesky Explicit iverse Bad Cholesky Jacobi's Gauss-Seidel Sparse Cholesky Cojugate gradiets Successive overrelaxatio SSOR with Chebyshev accel. Fast Fourier trasform Block cyclic reductio Multigrid Lower boud Serial Time / 2 3 / 2 3 / 2 5 /4 log - log Space Direct or Sectio Iterative / 2 log D D D I I D I I I D D I Table 6.1. ( = N 2 }. Order of complexity of solvig Poisso's equatio o a N-by-N grid 6.4. Summary of Methods for Solvig Poisso's Equatio Table 6.1 lists the costs of various direct ad iterative methods for solvig the model problem o a N-by-N grid. The variable = N 2, the umber of ukows. Sice direct methods provide the exact aswer (i the absece of roudoff), whereas iterative methods provide oly approximate aswers, we must be careful whe comparig their costs, sice a low-accuracy aswer ca be computed more cheaply by a iterative method tha a high-accuracy aswer. Therefore, we compare costs, assumig that the iterative methods iterate ofte eough to make the error at most some fixed small value 27 (say, 10~ 6 ). The secod ad third colums of Table 6.1 give the umber of arithmetic operatios (or time) ad space required o a serial machie. Colum 4 idicates whether the method is direct (D) or iterative (I). All etries are meat i the O(.) sese; the costats deped o implemetatio details ad the stoppig criterio for the iterative methods (say, 10~ 6 ). For example, the etry for Cholesky also applies to Gaussia elimiatio, sice this chages the costat oly by a factor of two. The last colum idicates where the algorithm is discussed i the text. The methods are listed i icreasig order of speed, from slowest (dese 27 Alteratively, we could iterate util the error is O(h 2 ) O((N + I) - 2 ), the size of the trucatio error. Oe ca show that this would icrease the costs of the iterative methods i Table 6.1 by a factor of O(log ).

12 278 Applied Numerical Liear Algebra Cholesky) to fastest (multigrid), edig with a lower boud applyig to ay method. The lower boud is because at least oe operatio is required per solutio compoet, sice otherwise they could ot all be differet ad also deped o the iput. The methods are also, roughly speakig, i order of decreasig geerality, with dese Cholesky applicable to ay symmetric positive defiite matrix ad later algorithms applicable (or at least provably coverget) oly for limited classes of matrices. I later sectios we will describe the applicability of various methods i more detail. The "explicit iverse" algorithm refers to precomputig the explicit iverse of T N X N, ad computig v = T -1 N x N f by a sigle matrix-vector multiplicatio (ad ot coutig the flops to precompute T -1 N x N). Alog with dese Cholesky, it uses 2 space, vastly more tha the other methods. It is ot a good method. Bad Cholesky was discussed i sectio 2.7.3; this is just Cholesky takig advatage of the fact that there are o etries to compute or store outside a bad of 2N + 1 diagoals. Jacobi's ad Gauss-Seidel are classical iterative methods ad ot particularly fast, but they form the basis for other faster methods: successive overrelaxatio, symmetric successive overrelaxatio, ad multigrid, our fastest algorithm. So we will study them i some detail i sectio 6.5. Sparse Cholesky refers to the algorithm discussed i sectio 2.7.4: it is a implemetatio of Cholesky that avoids storig or operatig o the zero etries of T N X N or its Cholesky factor. Furthermore, we are assumig the rows ad colums of T N X N have bee "optimally ordered" to miimize work ad storage (usig ested dissectio [112, 113]). While sparse Cholesky is reasoably fast o Poisso's equatio i two dimesios, it it sigificatly worse i three dimesios (usig O(N 6 ) = 0( 2 ) time ad O(N 4 ) = 0( 4 / 3 ) space), because there is more "fill-i" of zero etries durig the algorithm. Cojugate gradiets are a represetative of a much larger class of methods, called Krylov subspace methods, which are very widely applicable both for liear system solvig ad fidig eigevalues of sparse matrices. We will discuss these methods i more detail i sectio 6.6. The fastest methods are block cyclic reductio, the fast Fourier trasform (FFT), ad multigrid. I particular, multigrid does oly 0(1) operatios per solutio compoet, which is asymptotically optimal. A fial warig is that this table does ot give a complete picture, sice the costats are missig. For a particular size problem o a particular machie, oe caot immediately deduce which method is fastest. Still, it is clear that iterative methods such as Jacobi's, Gauss-Seidel, cojugate gradiets, ad successive overrelaxatio are iferior to the FFT, block cyclic reductio, ad multigrid for large eough. But they remai of iterest because they are buildig blocks for some of the faster methods ad because they apply to larger classes of problems tha the faster methods. All of these algorithms ca be implemeted i parallel; see the lectures o PARALLEL-HOMEPAGE for details. It is iterestig that, depedig o

13 Iterative Methods for Liear Systems 279 the parallel machie, multigrid may o loger be fastest. This is because o a parallel machie the time required for separate processors to commuicate data to oe aother may be as costly as the floatig poit operatios, ad other algorithms may commuicate less tha multigrid Basic Iterative Methods I this sectio we will talk about the most basic iterative methods: Jacobi's, Gauss-Seidel, successive overrelaxatio (SOR(w)), Chebyshev acceleratio with symmetric successive overrelaxatio (SSOR(w)). These methods are also discussed ad their implemetatios are provided at NETLIB/templates. Give X o,, these methods geerate a sequece x m covergig to the solutio A~ l b of Ax = 6, where x m+1 is cheap to compute from x m. DEFINITION 6.3. A splittig of A is a decompositio A = M K, with M osigular. A splittig yields a iterative method as follows: Ax = M X K x b implies MX = Kx + b or x M~ l K x + M~ l b Rx + c. So we ca take X m+1 Rx m + c as our iterative method. Let us see whe it coverges. LEMMA 6.4. Let \\ \\ be ay operator orm (\\R\\ max x o Rx / x ). If 11R11 < 1, the x m+1 = Rx m + c coverges for ay X o.. Proof. Subtract x = R x+c from x m+1 = Rx m +c to get x m+1 x = R(x m x}. Thus x m+1 x\\ \\R\\ \\x m x\\ \\R\\ m+l \\X o x\\, which coverges to 0 sice \\R\\ < 1. Our ultimate covergece criterio will deped o the followig property of R. max A, where the max- DEFINITION 6.4. The spectral radius of R is p(r) imum is take over all eigevalues A of R. LEMMA 6.5. For all operator orms p(r) \\R\\. For all R ad for all > 0 there is a operator orm \\ * such that \\R\\ * p(r) + c. The orm \\ * depeds o both R ad. Proof. To show p(r) \\R\\ for ay operator orm, let x be a eigevector for A, where p(r} = \X\ ad so.r = max y o

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

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

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

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

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

Iterative Techniques for Solving Ax b -(3.8). Assume that the system has a unique solution. Let x be the solution. Then x A 1 b.

Iterative Techniques for Solving Ax b -(3.8). Assume that the system has a unique solution. Let x be the solution. Then x A 1 b. Iterative Techiques for Solvig Ax b -(8) Cosider solvig liear systems of them form: Ax b where A a ij, x x i, b b i Assume that the system has a uique solutio Let x be the solutio The x A b Jacobi ad Gauss-Seidel

More information

Frequency Response of FIR Filters

Frequency Response of FIR Filters EEL335: Discrete-Time Sigals ad Systems. Itroductio I this set of otes, we itroduce the idea of the frequecy respose of LTI systems, ad focus specifically o the frequecy respose of FIR filters.. Steady-state

More information

Complex Analysis Spring 2001 Homework I Solution

Complex Analysis Spring 2001 Homework I Solution Complex Aalysis Sprig 2001 Homework I Solutio 1. Coway, Chapter 1, sectio 3, problem 3. Describe the set of poits satisfyig the equatio z a z + a = 2c, where c > 0 ad a R. To begi, we see from the triagle

More information

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 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

CHAPTER I: Vector Spaces

CHAPTER I: Vector Spaces CHAPTER I: Vector Spaces Sectio 1: Itroductio ad Examples This first chapter is largely a review of topics you probably saw i your liear algebra course. So why cover it? (1) Not everyoe remembers everythig

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

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. Z Transform. Recall that the Fourier transform (FT) of a DT signal xn [ ] is ( ) [ ] = In order for the FT to exist in the finite magnitude sense,

3. Z Transform. Recall that the Fourier transform (FT) of a DT signal xn [ ] is ( ) [ ] = In order for the FT to exist in the finite magnitude sense, 3. Z Trasform Referece: Etire Chapter 3 of text. Recall that the Fourier trasform (FT) of a DT sigal x [ ] is ω ( ) [ ] X e = j jω k = xe I order for the FT to exist i the fiite magitude sese, S = x [

More information

Chapter 10: Power Series

Chapter 10: Power Series Chapter : Power Series 57 Chapter Overview: Power Series The reaso series are part of a Calculus course is that there are fuctios which caot be itegrated. All power series, though, ca be itegrated because

More information

Math 113 Exam 3 Practice

Math 113 Exam 3 Practice Math Exam Practice Exam will cover.-.9. This sheet has three sectios. The first sectio will remid you about techiques ad formulas that you should kow. The secod gives a umber of practice questios for you

More information

Sequences A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence

Sequences A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence Sequeces A sequece of umbers is a fuctio whose domai is the positive itegers. We ca see that the sequece 1, 1, 2, 2, 3, 3,... is a fuctio from the positive itegers whe we write the first sequece elemet

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

Discrete-Time Systems, LTI Systems, and Discrete-Time Convolution

Discrete-Time Systems, LTI Systems, and Discrete-Time Convolution EEL5: Discrete-Time Sigals ad Systems. Itroductio I this set of otes, we begi our mathematical treatmet of discrete-time s. As show i Figure, a discrete-time operates or trasforms some iput sequece x [

More information

Theorem: Let A n n. In this case that A does reduce to I, we search for A 1 as the solution matrix X to the matrix equation A X = I i.e.

Theorem: Let A n n. In this case that A does reduce to I, we search for A 1 as the solution matrix X to the matrix equation A X = I i.e. Theorem: Let A be a square matrix The A has a iverse matrix if ad oly if its reduced row echelo form is the idetity I this case the algorithm illustrated o the previous page will always yield the iverse

More information

Bernoulli, Ramanujan, Toeplitz e le matrici triangolari

Bernoulli, Ramanujan, Toeplitz e le matrici triangolari Due Giori di Algebra Lieare Numerica www.dima.uige.it/ dibeede/gg/home.html Geova, 6 7 Febbraio Beroulli, Ramauja, Toeplitz e le matrici triagolari Carmie Di Fiore, Fracesco Tudisco, Paolo Zellii Speaker:

More information

Math 257: Finite difference methods

Math 257: Finite difference methods Math 257: Fiite differece methods 1 Fiite Differeces Remember the defiitio of a derivative f f(x + ) f(x) (x) = lim 0 Also recall Taylor s formula: (1) f(x + ) = f(x) + f (x) + 2 f (x) + 3 f (3) (x) +...

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

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

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

Recurrence Relations

Recurrence Relations Recurrece Relatios Aalysis of recursive algorithms, such as: it factorial (it ) { if (==0) retur ; else retur ( * factorial(-)); } Let t be the umber of multiplicatios eeded to calculate factorial(). The

More information

Signals & Systems Chapter3

Signals & Systems Chapter3 Sigals & Systems Chapter3 1.2 Discrete-Time (D-T) Sigals Electroic systems do most of the processig of a sigal usig a computer. A computer ca t directly process a C-T sigal but istead eeds a stream of

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

4.3 Growth Rates of Solutions to Recurrences

4.3 Growth Rates of Solutions to Recurrences 4.3. GROWTH RATES OF SOLUTIONS TO RECURRENCES 81 4.3 Growth Rates of Solutios to Recurreces 4.3.1 Divide ad Coquer Algorithms Oe of the most basic ad powerful algorithmic techiques is divide ad coquer.

More information

Chapter 7: Numerical Series

Chapter 7: Numerical Series Chapter 7: Numerical Series Chapter 7 Overview: Sequeces ad Numerical Series I most texts, the topic of sequeces ad series appears, at first, to be a side topic. There are almost o derivatives or itegrals

More information

v = -!g(x 0 ) Ûg Ûx 1 Ûx 2 Ú If we work out the details in the partial derivatives, we get a pleasing result. n Ûx k, i x i - 2 b k

v = -!g(x 0 ) Ûg Ûx 1 Ûx 2 Ú If we work out the details in the partial derivatives, we get a pleasing result. n Ûx k, i x i - 2 b k The Method of Steepest Descet This is the quadratic fuctio from to that is costructed to have a miimum at the x that solves the system A x = b: g(x) = - 2 I the method of steepest descet, we

More information

Optimally Sparse SVMs

Optimally Sparse SVMs A. Proof of Lemma 3. We here prove a lower boud o the umber of support vectors to achieve geeralizatio bouds of the form which we cosider. Importatly, this result holds ot oly for liear classifiers, but

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

Convergence of random variables. (telegram style notes) P.J.C. Spreij

Convergence of random variables. (telegram style notes) P.J.C. Spreij Covergece of radom variables (telegram style otes).j.c. Spreij this versio: September 6, 2005 Itroductio As we kow, radom variables are by defiitio measurable fuctios o some uderlyig measurable space

More information

Chapter 6 Overview: Sequences and Numerical Series. For the purposes of AP, this topic is broken into four basic subtopics:

Chapter 6 Overview: Sequences and Numerical Series. For the purposes of AP, this topic is broken into four basic subtopics: Chapter 6 Overview: Sequeces ad Numerical Series I most texts, the topic of sequeces ad series appears, at first, to be a side topic. There are almost o derivatives or itegrals (which is what most studets

More information

The picture in figure 1.1 helps us to see that the area represents the distance traveled. Figure 1: Area represents distance travelled

The picture in figure 1.1 helps us to see that the area represents the distance traveled. Figure 1: Area represents distance travelled 1 Lecture : Area Area ad distace traveled Approximatig area by rectagles Summatio The area uder a parabola 1.1 Area ad distace Suppose we have the followig iformatio about the velocity of a particle, how

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

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 61CM - Solutions to homework 3

Math 61CM - Solutions to homework 3 Math 6CM - Solutios to homework 3 Cédric De Groote October 2 th, 208 Problem : Let F be a field, m 0 a fixed oegative iteger ad let V = {a 0 + a x + + a m x m a 0,, a m F} be the vector space cosistig

More information

ECE-S352 Introduction to Digital Signal Processing Lecture 3A Direct Solution of Difference Equations

ECE-S352 Introduction to Digital Signal Processing Lecture 3A Direct Solution of Difference Equations ECE-S352 Itroductio to Digital Sigal Processig Lecture 3A Direct Solutio of Differece Equatios Discrete Time Systems Described by Differece Equatios Uit impulse (sample) respose h() of a DT system allows

More information

APPENDIX F Complex Numbers

APPENDIX F Complex Numbers APPENDIX F Complex Numbers Operatios with Complex Numbers Complex Solutios of Quadratic Equatios Polar Form of a Complex Number Powers ad Roots of Complex Numbers Operatios with Complex Numbers Some equatios

More information

Fall 2013 MTH431/531 Real analysis Section Notes

Fall 2013 MTH431/531 Real analysis Section Notes Fall 013 MTH431/531 Real aalysis Sectio 8.1-8. Notes Yi Su 013.11.1 1. Defiitio of uiform covergece. We look at a sequece of fuctios f (x) ad study the coverget property. Notice we have two parameters

More information

Mon Feb matrix inverses. Announcements: Warm-up Exercise:

Mon Feb matrix inverses. Announcements: Warm-up Exercise: Math 225-4 Week 6 otes We will ot ecessarily fiish the material from a give day's otes o that day We may also add or subtract some material as the week progresses, but these otes represet a i-depth outlie

More information

Question 1: The magnetic case

Question 1: The magnetic case September 6, 018 Corell Uiversity, Departmet of Physics PHYS 337, Advace E&M, HW # 4, due: 9/19/018, 11:15 AM Questio 1: The magetic case I class, we skipped over some details, so here you are asked to

More information

LINEAR ALGEBRA. Paul Dawkins

LINEAR ALGEBRA. Paul Dawkins LINEAR ALGEBRA Paul Dawkis Table of Cotets Preface... ii Outlie... iii Systems of Equatios ad Matrices... Itroductio... Systems of Equatios... Solvig Systems of Equatios... 5 Matrices... 7 Matrix Arithmetic

More information

Chapter 9 - CD companion 1. A Generic Implementation; The Common-Merge Amplifier. 1 τ is. ω ch. τ io

Chapter 9 - CD companion 1. A Generic Implementation; The Common-Merge Amplifier. 1 τ is. ω ch. τ io Chapter 9 - CD compaio CHAPTER NINE CD-9.2 CD-9.2. Stages With Voltage ad Curret Gai A Geeric Implemetatio; The Commo-Merge Amplifier The advaced method preseted i the text for approximatig cutoff frequecies

More information

Math 312 Lecture Notes One Dimensional Maps

Math 312 Lecture Notes One Dimensional Maps Math 312 Lecture Notes Oe Dimesioal Maps Warre Weckesser Departmet of Mathematics Colgate Uiversity 21-23 February 25 A Example We begi with the simplest model of populatio growth. Suppose, for example,

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

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

Fourier Series and the Wave Equation

Fourier Series and the Wave Equation Fourier Series ad the Wave Equatio We start with the oe-dimesioal wave equatio u u =, x u(, t) = u(, t) =, ux (,) = f( x), u ( x,) = This represets a vibratig strig, where u is the displacemet of the strig

More information

Fall 2011, EE123 Digital Signal Processing

Fall 2011, EE123 Digital Signal Processing Lecture 5 Miki Lustig, UCB September 14, 211 Miki Lustig, UCB Motivatios for Discrete Fourier Trasform Sampled represetatio i time ad frequecy umerical Fourier aalysis requires a Fourier represetatio that

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

THE ASYMPTOTIC COMPLEXITY OF MATRIX REDUCTION OVER FINITE FIELDS

THE ASYMPTOTIC COMPLEXITY OF MATRIX REDUCTION OVER FINITE FIELDS THE ASYMPTOTIC COMPLEXITY OF MATRIX REDUCTION OVER FINITE FIELDS DEMETRES CHRISTOFIDES Abstract. Cosider a ivertible matrix over some field. The Gauss-Jorda elimiatio reduces this matrix to the idetity

More information

Basic Iterative Methods. Basic Iterative Methods

Basic Iterative Methods. Basic Iterative Methods Abel s heorem: he roots of a polyomial with degree greater tha or equal to 5 ad arbitrary coefficiets caot be foud with a fiite umber of operatios usig additio, subtractio, multiplicatio, divisio, ad extractio

More information

A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence

A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence Sequeces A sequece of umbers is a fuctio whose domai is the positive itegers. We ca see that the sequece,, 2, 2, 3, 3,... is a fuctio from the positive itegers whe we write the first sequece elemet as

More information

Chapter 6: Numerical Series

Chapter 6: Numerical Series Chapter 6: Numerical Series 327 Chapter 6 Overview: Sequeces ad Numerical Series I most texts, the topic of sequeces ad series appears, at first, to be a side topic. There are almost o derivatives or itegrals

More information

Lecture 3 The Lebesgue Integral

Lecture 3 The Lebesgue Integral Lecture 3: The Lebesgue Itegral 1 of 14 Course: Theory of Probability I Term: Fall 2013 Istructor: Gorda Zitkovic Lecture 3 The Lebesgue Itegral The costructio of the itegral Uless expressly specified

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

3.2 Properties of Division 3.3 Zeros of Polynomials 3.4 Complex and Rational Zeros of Polynomials

3.2 Properties of Division 3.3 Zeros of Polynomials 3.4 Complex and Rational Zeros of Polynomials Math 60 www.timetodare.com 3. Properties of Divisio 3.3 Zeros of Polyomials 3.4 Complex ad Ratioal Zeros of Polyomials I these sectios we will study polyomials algebraically. Most of our work will be cocered

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

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

PROBLEM SET 5 SOLUTIONS 126 = , 37 = , 15 = , 7 = 7 1.

PROBLEM SET 5 SOLUTIONS 126 = , 37 = , 15 = , 7 = 7 1. Math 7 Sprig 06 PROBLEM SET 5 SOLUTIONS Notatios. Give a real umber x, we will defie sequeces (a k ), (x k ), (p k ), (q k ) as i lecture.. (a) (5 pts) Fid the simple cotiued fractio represetatios of 6

More information

x x x Using a second Taylor polynomial with remainder, find the best constant C so that for x 0,

x x x Using a second Taylor polynomial with remainder, find the best constant C so that for x 0, Math Activity 9( Due with Fial Eam) Usig first ad secod Taylor polyomials with remaider, show that for, 8 Usig a secod Taylor polyomial with remaider, fid the best costat C so that for, C 9 The th Derivative

More information

Math Solutions to homework 6

Math Solutions to homework 6 Math 175 - Solutios to homework 6 Cédric De Groote November 16, 2017 Problem 1 (8.11 i the book): Let K be a compact Hermitia operator o a Hilbert space H ad let the kerel of K be {0}. Show that there

More information

Math 113 Exam 4 Practice

Math 113 Exam 4 Practice Math Exam 4 Practice Exam 4 will cover.-.. This sheet has three sectios. The first sectio will remid you about techiques ad formulas that you should kow. The secod gives a umber of practice questios for

More information

Math 299 Supplement: Real Analysis Nov 2013

Math 299 Supplement: Real Analysis Nov 2013 Math 299 Supplemet: Real Aalysis Nov 203 Algebra Axioms. I Real Aalysis, we work withi the axiomatic system of real umbers: the set R alog with the additio ad multiplicatio operatios +,, ad the iequality

More information

AP Calculus Chapter 9: Infinite Series

AP Calculus Chapter 9: Infinite Series AP Calculus Chapter 9: Ifiite Series 9. Sequeces a, a 2, a 3, a 4, a 5,... Sequece: A fuctio whose domai is the set of positive itegers = 2 3 4 a = a a 2 a 3 a 4 terms of the sequece Begi with the patter

More information

MAXIMALLY FLAT FIR FILTERS

MAXIMALLY FLAT FIR FILTERS MAXIMALLY FLAT FIR FILTERS This sectio describes a family of maximally flat symmetric FIR filters first itroduced by Herrma [2]. The desig of these filters is particularly simple due to the availability

More information

Summary: Congruences. j=1. 1 Here we use the Mathematica syntax for the function. In Maple worksheets, the function

Summary: Congruences. j=1. 1 Here we use the Mathematica syntax for the function. In Maple worksheets, the function Summary: Cogrueces j whe divided by, ad determiig the additive order of a iteger mod. As described i the Prelab sectio, cogrueces ca be thought of i terms of coutig with rows, ad for some questios this

More information

7 Sequences of real numbers

7 Sequences of real numbers 40 7 Sequeces of real umbers 7. Defiitios ad examples Defiitio 7... A sequece of real umbers is a real fuctio whose domai is the set N of atural umbers. Let s : N R be a sequece. The the values of s are

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

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

Matrices and vectors

Matrices and vectors Oe Matrices ad vectors This book takes for grated that readers have some previous kowledge of the calculus of real fuctios of oe real variable It would be helpful to also have some kowledge of liear algebra

More information

Polynomials with Rational Roots that Differ by a Non-zero Constant. Generalities

Polynomials with Rational Roots that Differ by a Non-zero Constant. Generalities Polyomials with Ratioal Roots that Differ by a No-zero Costat Philip Gibbs The problem of fidig two polyomials P(x) ad Q(x) of a give degree i a sigle variable x that have all ratioal roots ad differ by

More information

MATH10212 Linear Algebra B Proof Problems

MATH10212 Linear Algebra B Proof Problems MATH22 Liear Algebra Proof Problems 5 Jue 26 Each problem requests a proof of a simple statemet Problems placed lower i the list may use the results of previous oes Matrices ermiats If a b R the matrix

More information

EECE 301 Signals & Systems

EECE 301 Signals & Systems EECE 301 Sigals & Systems Prof. Mark Fowler Note Set #8 D-T Covolutio: The Tool for Fidig the Zero-State Respose Readig Assigmet: Sectio 2.1-2.2 of Kame ad Heck 1/14 Course Flow Diagram The arrows here

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 50-004 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

More information

CALCULATION OF FIBONACCI VECTORS

CALCULATION OF FIBONACCI VECTORS CALCULATION OF FIBONACCI VECTORS Stuart D. Aderso Departmet of Physics, Ithaca College 953 Daby Road, Ithaca NY 14850, USA email: saderso@ithaca.edu ad Dai Novak Departmet of Mathematics, Ithaca College

More information

Matrix Algebra 2.2 THE INVERSE OF A MATRIX Pearson Education, Inc.

Matrix Algebra 2.2 THE INVERSE OF A MATRIX Pearson Education, Inc. 2 Matrix Algebra 2.2 THE INVERSE OF A MATRIX MATRIX OPERATIONS A matrix A is said to be ivertible if there is a matrix C such that CA = I ad AC = I where, the idetity matrix. I = I I this case, C is a

More information

ENGI Series Page 6-01

ENGI Series Page 6-01 ENGI 3425 6 Series Page 6-01 6. Series Cotets: 6.01 Sequeces; geeral term, limits, covergece 6.02 Series; summatio otatio, covergece, divergece test 6.03 Stadard Series; telescopig series, geometric series,

More information

Math 113, Calculus II Winter 2007 Final Exam Solutions

Math 113, Calculus II Winter 2007 Final Exam Solutions Math, Calculus II Witer 7 Fial Exam Solutios (5 poits) Use the limit defiitio of the defiite itegral ad the sum formulas to compute x x + dx The check your aswer usig the Evaluatio Theorem Solutio: I this

More information

Tridiagonal reduction redux

Tridiagonal reduction redux Week 15: Moday, Nov 27 Wedesday, Nov 29 Tridiagoal reductio redux Cosider the problem of computig eigevalues of a symmetric matrix A that is large ad sparse Usig the grail code i LAPACK, we ca compute

More information

x a x a Lecture 2 Series (See Chapter 1 in Boas)

x a x a Lecture 2 Series (See Chapter 1 in Boas) Lecture Series (See Chapter i Boas) A basic ad very powerful (if pedestria, recall we are lazy AD smart) way to solve ay differetial (or itegral) equatio is via a series expasio of the correspodig solutio

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

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

(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

Random Matrices with Blocks of Intermediate Scale Strongly Correlated Band Matrices

Random Matrices with Blocks of Intermediate Scale Strongly Correlated Band Matrices Radom Matrices with Blocks of Itermediate Scale Strogly Correlated Bad Matrices Jiayi Tog Advisor: Dr. Todd Kemp May 30, 07 Departmet of Mathematics Uiversity of Califoria, Sa Diego Cotets Itroductio Notatio

More information

Determinants of order 2 and 3 were defined in Chapter 2 by the formulae (5.1)

Determinants of order 2 and 3 were defined in Chapter 2 by the formulae (5.1) 5. Determiats 5.. Itroductio 5.2. Motivatio for the Choice of Axioms for a Determiat Fuctios 5.3. A Set of Axioms for a Determiat Fuctio 5.4. The Determiat of a Diagoal Matrix 5.5. The Determiat of a Upper

More information

TR/46 OCTOBER THE ZEROS OF PARTIAL SUMS OF A MACLAURIN EXPANSION A. TALBOT

TR/46 OCTOBER THE ZEROS OF PARTIAL SUMS OF A MACLAURIN EXPANSION A. TALBOT TR/46 OCTOBER 974 THE ZEROS OF PARTIAL SUMS OF A MACLAURIN EXPANSION by A. TALBOT .. Itroductio. A problem i approximatio theory o which I have recetly worked [] required for its solutio a proof that the

More information

(VII.A) Review of Orthogonality

(VII.A) Review of Orthogonality VII.A Review of Orthogoality At the begiig of our study of liear trasformatios i we briefly discussed projectios, rotatios ad projectios. I III.A, projectios were treated i the abstract ad without regard

More information

Properties and Tests of Zeros of Polynomial Functions

Properties and Tests of Zeros of Polynomial Functions Properties ad Tests of Zeros of Polyomial Fuctios The Remaider ad Factor Theorems: Sythetic divisio ca be used to fid the values of polyomials i a sometimes easier way tha substitutio. This is show by

More information

subcaptionfont+=small,labelformat=parens,labelsep=space,skip=6pt,list=0,hypcap=0 subcaption ALGEBRAIC COMBINATORICS LECTURE 8 TUESDAY, 2/16/2016

subcaptionfont+=small,labelformat=parens,labelsep=space,skip=6pt,list=0,hypcap=0 subcaption ALGEBRAIC COMBINATORICS LECTURE 8 TUESDAY, 2/16/2016 subcaptiofot+=small,labelformat=pares,labelsep=space,skip=6pt,list=0,hypcap=0 subcaptio ALGEBRAIC COMBINATORICS LECTURE 8 TUESDAY, /6/06. Self-cojugate Partitios Recall that, give a partitio λ, we may

More information

[ 11 ] z of degree 2 as both degree 2 each. The degree of a polynomial in n variables is the maximum of the degrees of its terms.

[ 11 ] z of degree 2 as both degree 2 each. The degree of a polynomial in n variables is the maximum of the degrees of its terms. [ 11 ] 1 1.1 Polyomial Fuctios 1 Algebra Ay fuctio f ( x) ax a1x... a1x a0 is a polyomial fuctio if ai ( i 0,1,,,..., ) is a costat which belogs to the set of real umbers ad the idices,, 1,...,1 are atural

More information

MAT 271 Project: Partial Fractions for certain rational functions

MAT 271 Project: Partial Fractions for certain rational functions MAT 7 Project: Partial Fractios for certai ratioal fuctios Prerequisite kowledge: partial fractios from MAT 7, a very good commad of factorig ad complex umbers from Precalculus. To complete this project,

More information

SNAP Centre Workshop. Basic Algebraic Manipulation

SNAP Centre Workshop. Basic Algebraic Manipulation SNAP Cetre Workshop Basic Algebraic Maipulatio 8 Simplifyig Algebraic Expressios Whe a expressio is writte i the most compact maer possible, it is cosidered to be simplified. Not Simplified: x(x + 4x)

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

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

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

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

Riemann Sums y = f (x)

Riemann Sums y = f (x) Riema Sums Recall that we have previously discussed the area problem I its simplest form we ca state it this way: The Area Problem Let f be a cotiuous, o-egative fuctio o the closed iterval [a, b] Fid

More information