(A and B must have the same dmensons to be able to add them together.) Addton s commutatve and assocatve, just lke regular addton. A matrx A multpled

Size: px
Start display at page:

Download "(A and B must have the same dmensons to be able to add them together.) Addton s commutatve and assocatve, just lke regular addton. A matrx A multpled"

Transcription

1 CNS 185: A Bref Revew of Lnear Algebra An understandng of lnear algebra s crtcal as a steppng-o pont for understandng neural networks. Ths handout ncludes basc dentons, then quckly progresses to elementary but powerful technques such as egenbases. For your prvate edcaton, a few exercses are ncluded, dented by bullets ; some exercses come wth hnts and answers. Take what you wll from ths handout, but be forewarned that future problem sets wll requre most of the concepts developed here, so t behooves you to be comfortable wth them. Don't delay n askng a TA fyou can't gure t out on your own. 1 STARTING DEFINITIONS 1.1 Matrx structure Matrces are most often represented as rectangular arrays of scalars. 1 The m n matrx A has m rows and n columns. The subscrpt notaton A s used to reference the th row of the matrx, and A j s used to reference the scalar n the th row and jth column of A. For example, A s a 23 matrx: A = 4 2,5 1 0,8 ; A13 =,5 A column vector (qute often referred to smply as a vector) s an n 1 matrx, where n s referred to as the dmenson of the vector. The scalar v s the th element ofvector v. A matrx wth the same number of rows and columns s, not surprsngly, referred to as a square matrx. A commonly used notatonal conventon s to use captal letters (.e., A) to denote matrces and lower case letters (.e., v) to denote vectors. 1.2 Matrx transpose The transpose of m n matrx A s denoted A T. A T s an n m matrx whose elements are: (A T ) j = A j The transpose of a column vector s called a row vector. An object twce transposed wll produce the orgnal object: (A T ) T = A. 1.3 Addton and multplcaton Addng two matrces A and B results n a matrx whose elements are the sums of the correspondng elements from A and B: If C = A + B; then C j = A j + B j 1 In the examples presented, scalars wll be real numbers, but n general they can be complex.

2 (A and B must have the same dmensons to be able to add them together.) Addton s commutatve and assocatve, just lke regular addton. A matrx A multpled by a scalar k produces a new B = ka whose elements are the elements of A each multpled by k. Multplyng two matrces together s more complcated: multplyng m n matrx A by n p matrx B produces an m p matrx C = AB whose elements are dened to be: nx If C = AB; then C k = A j B jk j=1 In ths example, a 4 2 matrx s multpled by a2 3 matrx to produce a 4 3 matrx: , ,1 3 = ,7 8, Note that matrx multplcaton can only be performed between two matrces A and B f A has exactly as many columns as B has rows. Lke ordnary multplcaton, matrx multplcaton s assocatve and dstrbutve, but unlke ordnary multplcaton, t s not commutatve: AB 6= BA, n general From the dentons of multplcaton and transpose, we derve the followng dentty: (AB) T = B T A T 1.4 Inner product The nner product (also known as the dot product) of n-dmensonal vectors x and y s dened as x T y whch s a scalar 2. By our dentons of matrx transpose and matrx multplcaton, ths means that the nner product s the sum of the products of correspondng elements from the two vectors: nx x T y = x y =1 If the nner product of two vectors s zero, they are sad to be orthogonal, whch has the usual geometrc connotaton of perpendcularty. 1.5 Square matrces The dagonal of an n n square matrx A are the elements A runnng dagonally from the top left corner to the bottom rght. A dagonal matrx s a matrx whch has zeroes everywhere o the dagonal. 2 When workng wth complex vectors, we use the nner product x y, whch returns a real value when y = x. x s the complex conjugate of the transpose of x. The complex conjugate x has Re[x ]=Re[x ] and Im[x ]=,Im[x ]. 2

3 The symbol I s reserved for a partcular dagonal matrx known as the dentty matrx, whch has ones along ts dagonal and zeroes elsewhere. It s the multplcatve dentty for matrx multplcaton of square matrces. In other words, gven any n n square matrx A, t has the followng property: AI = IA = A. The n n square matrx A s called nvertble f there exsts a matrx denoted A,1 whch statses: AA,1 = A,1 A = I If A,1 exsts, t s called the nverse matrx. If A,1 does not exst, A s called a sngular matrx. The nverse of the nverse matrx s smply the orgnal matrx. Show that (A T ),1 =(A,1 ) T Show that (AB),1 = B,1 A,1 All square matrces have a partcular scalar value assocated wth them, known as the determnant, whch s wrtten as det A = jaj For two dmensons, the formula for calculatng the determnant s smple: A 11 A21 A12 A22 = A 11A22, A12A21 In general, the algebrac formula for determnants s more complcated, but there s a smple and very useful recursve denton (whch you can look up n any lnear algebra book). For your amusement, the algebrac formula for the determnant of an n n matrx can be summarzed as jaj = X sgn()a11 A 22 :::A nn where the sum s over all n! permutatons of (1 :::n), and sgn() s+1f s an even permutaton, else,1 f s an odd permutaton 3. Happly, determnants can be qute useful even wthout calculatng them. A few facts about determnants nclude jabj = jaj jbj, and that f the determnant of a matrx s zero, the matrx s sngular, whch we'll use below. 2 EIGENVALUES AND EIGENVECTORS A smple way to nd f a matrx A s nvertble or not s to nd ts determnant, snce det A = 0 f and only f A s not nvertble If A s nvertble, the only x satsfyng Ax = 0 s x = 0 (why?). On the other hand, f A s not nvertble, there can be nterestng non-zero solutons for x. 3 Even and odd refer to how many swaps of adjacent elements are requred to transform (1 :::n)nto. For n =3, the even permutatons are f(123); (231); (3 1 2)g. 3

4 Fnd a condton for whch the equaton Ax = x ( a scalar) has nterestng non-zero solutons for x. Use ths condton to wrte an equaton that must satsfy n order to get non-zero solutons to the followng equaton: 5,1 (1),2 4 x1 x2 = x1 x2 Solve the equaton you got for. You wll get two possble values. Usng one of them, nd values for x1 and x2 that satsfy equaton (1). Note that f x satses Ax = x, sodoesx. So you won't be able to solve for a unque x1 and x2, just for the drecton that x should le n. That drecton s called the egenvector drecton, and all vectors parallel to t are egenvectors wth the same egenvalue. Now use the other to nd the other egenvector drecton. To restate, f x 6= 0 and Ax = x then s an egenvalue of A and x s an egenvector of A wth egenvalue. For larger square matrces, we can nd egenvalues and egenvectors usng the same approach you used for the 22 matrx. Frst, we look for values of such that A, I s sngular,.e., ja, Ij =0. Usng the formula for determnants, ths leads to a polynomal of degree n, whch s called the characterstc polynomal of A. You wll recall from algebra that every polynomal of degree n has exactly n (not necessarly dstnct) complex roots (some of whch may be real, of course). Therefore, every matrx A has exactly n (not necessarly dstnct and possbly complex) egenvalues. Once the egenvalues are known, the egenvectors can be determned. Fnd a matrx A for whch 0 s an egenvalue, and nd all the egenvectors. A common conventon s to chose egenvectors to be unt vectors 4,.e. x T x = Some words about egenvalues If you wrte the egenvector drectons as column vectors and put them sde by sde, you get a new matrx call t E. Convnce yourself that snce the columns of E are egenvectors, the followng s true: 1 0 AE = E 0 2 where 1 s the rst column's egenvalue, and 2 s the second column's egenvalue We can multply on the rght by E,1 (assumng E s nvertble) to get 1 0 A = E E 0 2,1 Ths expresson helps us descrbe the true sgncance of the matrx A, and why egenvalues are so mportant. 4 If the egenvectors are complex, there s no obvous way to nd a unque representaton for the egenvector by normalzng, snce an egenvector multpled by any complex number s stll an egenvector, wth the same egenvalue. For convenence one can set x x =1. 4

5 Multplyng on the left by A s the same as performng the followng sequence of operatons: 1. rst multplyng by E,1. Thnk of ths as dong a lnear change of coordnates. That s, we change coordnates to some specal coordnate system In that coordnate system, multply by. But ths s a partcularly easy matrx to 0 2 multply wth, snce the coordnates don't mx! We can easly vsualze what s gong on: the rst coordnate gets stretched (or squeezed) by 1, the second by Then go back toyour orgnal coordnates, by multplyng by the nverse of E,1, namely E. That s, there s some specal coordnate system n whch multplyng by A just stretches the two coordnates ndependently. Clearly ths s the natural coordnate system for the problem, the one we want to be thnkng n. Many tmes t s enough to know the egenvalues: we know we could always transform the problem nto the specal system f we wanted to. We just pretend that we've already done the transformaton. Ths llustrates a very mportant concept that cannot be stressed enough: the real guts of a matrx, what t really does, don't depend on what coordnate system we use to descrbe t. Here, f A s a postve dente matrx, then E s an orthonormal matrx and represents smply a rotaton. 5 Who cares f we rotate coordnates around? They're our coordnates, not the physcal problem's. The egenvalues are what really matter. Fnd the egenvalues and egenvectors of the followng two matrces: and ,5 2, The arguments we used above all rely on our casual assumpton that E s nvertble. Ths s usually an acceptable assumpton to make, for the sorts of matrces commonly encountered n neural network theory. But t can be helpful to have some understandng of the other possbltes Some more useful facts about egenvectors In the followng, assume when necessary that E s nvertble, wth egenvectors e1 :::e n and correspondng egenvalues 1 ::: n. If C has egenvectors and egenvalues fe ; g, then the matrx B = C, I has egenvectors and egenvalues fe ;, g. If C s a real symmetrc matrx, (.e. C j = C j ), then all the egenvalues of C are real. We can also choose all the egenvectors to be real. 7 5 Postve dente matrx: a matrx M such that x T Mx > 0 for all non-zero x. Orthonormal matrx: One where M T M = I. The mportant pont s that f these condtons are satsed, the matrx E s just a coordnate rotaton and/or a reecton. (Though reectons aren't properly rotatons, we almost always nclude them when we say, abusng notaton, \rotaton matrx". 6 A quck summary: Suppose the n (possbly complex) egenvalues of M are dstnct. Then to each egenvalue there s a unque (up to multplcaton by a complex number) egenvector, and all the egenvectors are lnearly ndependent (.e. they span C n ). Now suppose there are m egenvalues wth the same value. In ths case, unfortunately, there mght not be m lnearly ndependent egenvectors all wth the same egenvalue, n whch case E must be sngular. In both these cases, there s nothng specal about the egenvalue 0 { the ssue s only whether an egenvalue s a multple root of the characterstc polynomal. 7 Hnt: Start wth a potentally complex egenvalue and ts potentally complex egenvector x, satsfyng Cx = x. 5

6 If C s a real symmetrc matrx, any two egenvectors of C wth derent egenvalues are orthogonal. 8 Let be x a random vector, and dene the cross correlaton matrx: C j = hx x j that s, the jth component ofc s the expected value (.e. mean value) of the product x x j. C s symmetrc, and all ts egenvalues are postve,.e., 0. 9 Thnk about the vector dened by the row of ntenstes n one horzontal lne on a televson screen. What do you thnk the cross correlaton matrx C of that vector looks lke, averaged over many pctures? What do you thnk the prncpal egenvector of C looks lke? (The prncpal egenvector s the one wth largest egenvalue.) What about the next few prncpal components? 10 We can express a vector w n terms of the complete orthonormal set of egenvectors e : w = X! e where! = w T e. The! are the components of w n the egenvector bass. If Cw = b, we can wrte an explct soluton for w = C,1 b n terms of b and fe ; g (assumng all > 0): C,1 X (e T b) = e 3 LINEAR DIFFERENTIAL EQUATIONS The smplest lnear derental equaton s the one varable equaton where s a scalar. dx dt = x Conrm for yourself that ts soluton s an exponental, x(t) =x(0)e t (2) where x(0) s the ntal condton. Clearly, x = 0 s a xed pont of ths equaton snce then _x =0, that s, x stays put. 11 We can ask about the stablty of ths xed pont: f we were to add a lttle By conventon, we'vechosen a unt egenvector (why can we always do ths?) so x x = 1. Combne these two equatons and C = C to show that =. Wenow need to show that x s real; look at what C does to the real and magnary components of x ndependently. 8 Hnt: f x 1 and x 2 are egenvectors wth egenvalues 1 and 2, use the denton of an egenvector to show that x T 1 x 2 = 1 2 xt 1 x 2, or somethng smlar. 9 Hnt: to prove that all 0, t s sucent to show that y T Cy 0 for any vector y. 10 Hnt 1: The cross correlaton matrx has to be all postve, f the pxel ntenstes are postve. It s plausble that the correlaton between two pxels should just be a functon of ther separaton, so that the matrx should have a banded symmetrcal appearance. (A matrx for whch C j = c(,j) s called a Toepltz matrx.) The correlaton must be bggest on the dagonal because a pxel s most correlated wth tself. Away from the dagonal, the correlatons must get smaller, but not necessarly monotoncally. Hnt 2: The prncpal egenvector of an all{postve matrx must be an all{postve vector. Imagne multplyng a not qute all{postve vector repeatedly by C, and thnk what happens to t; repeated multplcaton yelds a vector lookng more and more lke the prncpal egenvector. Thnk of a monotonc Toepltz C and you should conrm that ths vector must end up lookng lke a symmetrcal hump. Hnt 3: What s the next thng to havng no changes of sgn n a vector? 11 _x s a notatonal varant of dx dt and x s a notatonal varant of d2 x dt 2. 6

7 dsturbance to x, would x return to the xed pont, or would t shoot o n some drecton? The stablty of xed ponts s of great practcal mportance n a world full of natural small random dsturbances. For example, the bottom of a sphercal bowl s a stable xed pont: frut stays down there. But the top of a glass sphere s an unstable xed pont: we could very carefully balance an apple on top of t { but any small dsturbance, and the apple wll fall o. For dx dt = x, convnce yourself that x = 0 s a stable xed pont f<0 and s unstable f >0. The phrasng and soluton to the above problem assume s real. What f s complex? Convnce yourself that equaton 2 stll holds. The magnary part of just represents an oscllaton (e wt = cos wt + sn wt). So the condton above, to be completely general, should really read \stable xed pont f the real part of <0, unstable f the real part of >0". What happens f the real part of = 0 exactly? Now consder the followng equaton: x =, _x,!x One of the nce thngs about lnear derental equatons s that we can always take a sngle n-th order equaton and turn t nto n coupled rst-order equatons by rewrtng some of the varables. So we dene x1 _x, x2 x, to get the equvalent equatons x1 _,,! x1 = (3) x2 _ 1 0 x2 Convnce yourself that these equatons ndeed represent the same system. You wll have notced that we already wrote ths down n matrx form. We wll now get a chance to use what we saw n secton 2. Call the vector on the left _x, the matrx on the rght hand sde A, and the vector on the rght hand sde x, so the equaton s _x = Ax. We sad that we can nd specal coordnates where our matrx doesn't mx coordnates (that s, t s a dagonal matrx). Suppose that we nd matrces E and, where s a dagonal matrx that holds the egenvalues, such that A = EE,1, as n secton 2.1. Then _x = EE,1 x Multplyng on the left by E,1, and rememberng that as a lnear operaton n commutes wth derentaton by tme, we get d dt (E,1 x)=(e,1 x) Let's just say that we dene new coordnates x 0 = E,1 x. Then we get an equaton that looks lke x _ x x _ = x 0 2 But ths s just two completely sparate equatons, each one n the smple sngle-varable form we saw at the begnnng of ths secton! We know how to solve that, and how to know whether ther xed pont s stable; and snce these equatons are the same as our orgnal ones (smply represented n derent coordnates), f these are stable so are the orgnal ones, and vce-versa. In the followng system, x1 _ x2 _ =, x1 x2 s the xed-pont (0,0) stable or unstable? Why? You need to consder both equatons at once. 7

8 In equaton 3, f = 3 and! = 1, s (0,0) stable or unstable? How about f = 2 and! =2? Note that the xed pont doesn't always has to be at (0,0). We just put t there n these examples for smplcty. The egenvalue analyss stll holds, however. 4 THE TRACE IS THE SUM OF THE EIGENVALUES Take ann by n matrx A. Then Tr A s called the Trace of A. P Let 1;:::; n be the egenvalues of A, wth correspondng egenvectors e1;:::;e n. Then Tr A =. We wll show ths below ntwo ways. Frst note what ths means for dynamcal systems: f the matrx that descrbes the lnearzaton about a gven xed pont of the dynamcs has Trace equal to zero, then ether (1) all ts egenvalues have zero real part; or (2) some have a negatve real part and some have a postve real part. In the second (more usual) case, therefore, the xed pont s a saddle and s unstable. X A Method 1 (easy but not beautful) Tr (AB) = X X j A j B j 1 A smply from the denton of matrx multplcaton. The order n whch we do the sums doesn't matter, however, so we can quckly see that Tr (AB) = X j that s, Trace s commutatve. X A j B j = X j X B j A j =Tr(BA) Now recall (f necessary from the basc math class) that A can be wrtten as A = EE,1 where the columns of E are the egenvectors of A and s a dagonal matrx wth the egenvalues of A as ts dagonal elements. (We have assumed E s nvertble.) Then Tr A =Tr(EE,1 )=Tr((E)E,1 )=Tr(E,1 (E)) = Tr ((E,1 E)) =Tr Ths last s just the sum of the egenvalues. Method 2 (much more nterestng concepts here) Recall that for any square matrx the egenvalues are found by obtanng the solutons to the characterstc polynomal: det(a, I) =0 8

9 Suppose, for example, that A s a 2-by-2 matrx. Then we end up wth a quadratc, somethng lke =0 Now we make an nterestng statement: the matrx A satses the same characterstc polynomal as ts egenvalues. In the example above, ths means that A 2 + A + =0 (4) To see ths, suppose the egenvectors of A span the entre space < n. (That s, there are n of them and they are lnearly ndependent{ equvalent to the condton that E be nvertble n method 1 above.) Then any vector v can be represented as a sum of the egenvectors tmes some lnear coecents: v = P c e. Multply the left hand sde of equaton (4) above on the rght by v to get! (A 2 X X + A + ) c e = c (A 2 + A + ) e = X c e ( ) =0 (5) snce = 0 for every. (Remember, the e are egenvectors.) Hence the left hand sde of equaton 4, multpled by any vector, always gves zero. Ths necessarly means that (4) s true. Ok, now we know that (4) s true. What does ths tell us about A? Well, t descrbes A n terms of what t does; that s, n terms of how t operates. A s a lnear operator (t operates on vectors, transformng them to new vectors) and when you apply t twce, add tmes applyng t once, and add tmes the vector you started from, you get zero. Ths tells us about A wthout makng any reference to the matrx representaton of A, or to the coordnates A mght be descrbed n. So f we were to rotate, or change coordnates, so that the matrx representaton of A were to change, ths wouldn't change (4). The characterstc polynomal s nvarant to coordnate transformatons of the form TAT,1. That s, the coecents n the polynomal wll not change. Snce TAT,1 s precsely the form of the transformaton used to dagonalze A, we know that the characterstc polynomal s nvarant under dagonalzaton. Thnkng of matrces as representaton-ndependent operators s a very powerful concept. Let's use t now, and move n for the kll wth respect to Trace beng sum of egenvalues. Dene Trace as (mnus the second coecent) of the characterstc polynomal. 12 In the example above, say, ths would be,. Trace s then clearly the sum of dagonal terms (because of how det(a, I) s calculated), whatever representaton A s n. And f we choose the representaton that dagonalzes A, ths s the sum of the egenvalues. QED. Another fun one s that the product of the dagonal entres n a square matrx s always just the product of the egenvalues. 12 For n by n matrces I mean by second coecent the constant that multples n,1 ; and we choose as sgn conventon that the n term n the polynomal be postve. 9

Quantum Mechanics I - Session 4

Quantum Mechanics I - Session 4 Quantum Mechancs I - Sesson 4 Aprl 3, 05 Contents Operators Change of Bass 4 3 Egenvectors and Egenvalues 5 3. Denton....................................... 5 3. Rotaton n D....................................

More information

Inner Product. Euclidean Space. Orthonormal Basis. Orthogonal

Inner Product. Euclidean Space. Orthonormal Basis. Orthogonal Inner Product Defnton 1 () A Eucldean space s a fnte-dmensonal vector space over the reals R, wth an nner product,. Defnton 2 (Inner Product) An nner product, on a real vector space X s a symmetrc, blnear,

More information

APPENDIX A Some Linear Algebra

APPENDIX A Some Linear Algebra APPENDIX A Some Lnear Algebra The collecton of m, n matrces A.1 Matrces a 1,1,..., a 1,n A = a m,1,..., a m,n wth real elements a,j s denoted by R m,n. If n = 1 then A s called a column vector. Smlarly,

More information

Lectures - Week 4 Matrix norms, Conditioning, Vector Spaces, Linear Independence, Spanning sets and Basis, Null space and Range of a Matrix

Lectures - Week 4 Matrix norms, Conditioning, Vector Spaces, Linear Independence, Spanning sets and Basis, Null space and Range of a Matrix Lectures - Week 4 Matrx norms, Condtonng, Vector Spaces, Lnear Independence, Spannng sets and Bass, Null space and Range of a Matrx Matrx Norms Now we turn to assocatng a number to each matrx. We could

More information

332600_08_1.qxp 4/17/08 11:29 AM Page 481

332600_08_1.qxp 4/17/08 11:29 AM Page 481 336_8_.qxp 4/7/8 :9 AM Page 48 8 Complex Vector Spaces 8. Complex Numbers 8. Conjugates and Dvson of Complex Numbers 8.3 Polar Form and DeMovre s Theorem 8.4 Complex Vector Spaces and Inner Products 8.5

More information

C/CS/Phy191 Problem Set 3 Solutions Out: Oct 1, 2008., where ( 00. ), so the overall state of the system is ) ( ( ( ( 00 ± 11 ), Φ ± = 1

C/CS/Phy191 Problem Set 3 Solutions Out: Oct 1, 2008., where ( 00. ), so the overall state of the system is ) ( ( ( ( 00 ± 11 ), Φ ± = 1 C/CS/Phy9 Problem Set 3 Solutons Out: Oct, 8 Suppose you have two qubts n some arbtrary entangled state ψ You apply the teleportaton protocol to each of the qubts separately What s the resultng state obtaned

More information

Salmon: Lectures on partial differential equations. Consider the general linear, second-order PDE in the form. ,x 2

Salmon: Lectures on partial differential equations. Consider the general linear, second-order PDE in the form. ,x 2 Salmon: Lectures on partal dfferental equatons 5. Classfcaton of second-order equatons There are general methods for classfyng hgher-order partal dfferental equatons. One s very general (applyng even to

More information

Formulas for the Determinant

Formulas for the Determinant page 224 224 CHAPTER 3 Determnants e t te t e 2t 38 A = e t 2te t e 2t e t te t 2e 2t 39 If 123 A = 345, 456 compute the matrx product A adj(a) What can you conclude about det(a)? For Problems 40 43, use

More information

= = = (a) Use the MATLAB command rref to solve the system. (b) Let A be the coefficient matrix and B be the right-hand side of the system.

= = = (a) Use the MATLAB command rref to solve the system. (b) Let A be the coefficient matrix and B be the right-hand side of the system. Chapter Matlab Exercses Chapter Matlab Exercses. Consder the lnear system of Example n Secton.. x x x y z y y z (a) Use the MATLAB command rref to solve the system. (b) Let A be the coeffcent matrx and

More information

MEM 255 Introduction to Control Systems Review: Basics of Linear Algebra

MEM 255 Introduction to Control Systems Review: Basics of Linear Algebra MEM 255 Introducton to Control Systems Revew: Bascs of Lnear Algebra Harry G. Kwatny Department of Mechancal Engneerng & Mechancs Drexel Unversty Outlne Vectors Matrces MATLAB Advanced Topcs Vectors A

More information

COMPLEX NUMBERS AND QUADRATIC EQUATIONS

COMPLEX NUMBERS AND QUADRATIC EQUATIONS COMPLEX NUMBERS AND QUADRATIC EQUATIONS INTRODUCTION We know that x 0 for all x R e the square of a real number (whether postve, negatve or ero) s non-negatve Hence the equatons x, x, x + 7 0 etc are not

More information

Section 8.3 Polar Form of Complex Numbers

Section 8.3 Polar Form of Complex Numbers 80 Chapter 8 Secton 8 Polar Form of Complex Numbers From prevous classes, you may have encountered magnary numbers the square roots of negatve numbers and, more generally, complex numbers whch are the

More information

Difference Equations

Difference Equations Dfference Equatons c Jan Vrbk 1 Bascs Suppose a sequence of numbers, say a 0,a 1,a,a 3,... s defned by a certan general relatonshp between, say, three consecutve values of the sequence, e.g. a + +3a +1

More information

8.4 COMPLEX VECTOR SPACES AND INNER PRODUCTS

8.4 COMPLEX VECTOR SPACES AND INNER PRODUCTS SECTION 8.4 COMPLEX VECTOR SPACES AND INNER PRODUCTS 493 8.4 COMPLEX VECTOR SPACES AND INNER PRODUCTS All the vector spaces you have studed thus far n the text are real vector spaces because the scalars

More information

Solutions to Problem Set 6

Solutions to Problem Set 6 Solutons to Problem Set 6 Problem 6. (Resdue theory) a) Problem 4.7.7 Boas. n ths problem we wll solve ths ntegral: x sn x x + 4x + 5 dx: To solve ths usng the resdue theorem, we study ths complex ntegral:

More information

8.6 The Complex Number System

8.6 The Complex Number System 8.6 The Complex Number System Earler n the chapter, we mentoned that we cannot have a negatve under a square root, snce the square of any postve or negatve number s always postve. In ths secton we want

More information

1 Matrix representations of canonical matrices

1 Matrix representations of canonical matrices 1 Matrx representatons of canoncal matrces 2-d rotaton around the orgn: ( ) cos θ sn θ R 0 = sn θ cos θ 3-d rotaton around the x-axs: R x = 1 0 0 0 cos θ sn θ 0 sn θ cos θ 3-d rotaton around the y-axs:

More information

2.3 Nilpotent endomorphisms

2.3 Nilpotent endomorphisms s a block dagonal matrx, wth A Mat dm U (C) In fact, we can assume that B = B 1 B k, wth B an ordered bass of U, and that A = [f U ] B, where f U : U U s the restrcton of f to U 40 23 Nlpotent endomorphsms

More information

n α j x j = 0 j=1 has a nontrivial solution. Here A is the n k matrix whose jth column is the vector for all t j=0

n α j x j = 0 j=1 has a nontrivial solution. Here A is the n k matrix whose jth column is the vector for all t j=0 MODULE 2 Topcs: Lnear ndependence, bass and dmenson We have seen that f n a set of vectors one vector s a lnear combnaton of the remanng vectors n the set then the span of the set s unchanged f that vector

More information

Feb 14: Spatial analysis of data fields

Feb 14: Spatial analysis of data fields Feb 4: Spatal analyss of data felds Mappng rregularly sampled data onto a regular grd Many analyss technques for geophyscal data requre the data be located at regular ntervals n space and/or tme. hs s

More information

Quantum Mechanics for Scientists and Engineers. David Miller

Quantum Mechanics for Scientists and Engineers. David Miller Quantum Mechancs for Scentsts and Engneers Davd Mller Types of lnear operators Types of lnear operators Blnear expanson of operators Blnear expanson of lnear operators We know that we can expand functons

More information

SL n (F ) Equals its Own Derived Group

SL n (F ) Equals its Own Derived Group Internatonal Journal of Algebra, Vol. 2, 2008, no. 12, 585-594 SL n (F ) Equals ts Own Derved Group Jorge Macel BMCC-The Cty Unversty of New York, CUNY 199 Chambers street, New York, NY 10007, USA macel@cms.nyu.edu

More information

Fall 2012 Analysis of Experimental Measurements B. Eisenstein/rev. S. Errede

Fall 2012 Analysis of Experimental Measurements B. Eisenstein/rev. S. Errede Fall 0 Analyss of Expermental easurements B. Esensten/rev. S. Errede We now reformulate the lnear Least Squares ethod n more general terms, sutable for (eventually extendng to the non-lnear case, and also

More information

12. The Hamilton-Jacobi Equation Michael Fowler

12. The Hamilton-Jacobi Equation Michael Fowler 1. The Hamlton-Jacob Equaton Mchael Fowler Back to Confguraton Space We ve establshed that the acton, regarded as a functon of ts coordnate endponts and tme, satsfes ( ) ( ) S q, t / t+ H qpt,, = 0, and

More information

The Prncpal Component Transform The Prncpal Component Transform s also called Karhunen-Loeve Transform (KLT, Hotellng Transform, oregenvector Transfor

The Prncpal Component Transform The Prncpal Component Transform s also called Karhunen-Loeve Transform (KLT, Hotellng Transform, oregenvector Transfor Prncpal Component Transform Multvarate Random Sgnals A real tme sgnal x(t can be consdered as a random process and ts samples x m (m =0; ;N, 1 a random vector: The mean vector of X s X =[x0; ;x N,1] T

More information

Canonical transformations

Canonical transformations Canoncal transformatons November 23, 2014 Recall that we have defned a symplectc transformaton to be any lnear transformaton M A B leavng the symplectc form nvarant, Ω AB M A CM B DΩ CD Coordnate transformatons,

More information

U.C. Berkeley CS294: Beyond Worst-Case Analysis Luca Trevisan September 5, 2017

U.C. Berkeley CS294: Beyond Worst-Case Analysis Luca Trevisan September 5, 2017 U.C. Berkeley CS94: Beyond Worst-Case Analyss Handout 4s Luca Trevsan September 5, 07 Summary of Lecture 4 In whch we ntroduce semdefnte programmng and apply t to Max Cut. Semdefnte Programmng Recall that

More information

DISCRIMINANTS AND RAMIFIED PRIMES. 1. Introduction A prime number p is said to be ramified in a number field K if the prime ideal factorization

DISCRIMINANTS AND RAMIFIED PRIMES. 1. Introduction A prime number p is said to be ramified in a number field K if the prime ideal factorization DISCRIMINANTS AND RAMIFIED PRIMES KEITH CONRAD 1. Introducton A prme number p s sad to be ramfed n a number feld K f the prme deal factorzaton (1.1) (p) = po K = p e 1 1 peg g has some e greater than 1.

More information

1 Vectors over the complex numbers

1 Vectors over the complex numbers Vectors for quantum mechancs 1 D. E. Soper 2 Unversty of Oregon 5 October 2011 I offer here some background for Chapter 1 of J. J. Sakura, Modern Quantum Mechancs. 1 Vectors over the complex numbers What

More information

Lecture 6/7 (February 10/12, 2014) DIRAC EQUATION. The non-relativistic Schrödinger equation was obtained by noting that the Hamiltonian 2

Lecture 6/7 (February 10/12, 2014) DIRAC EQUATION. The non-relativistic Schrödinger equation was obtained by noting that the Hamiltonian 2 P470 Lecture 6/7 (February 10/1, 014) DIRAC EQUATION The non-relatvstc Schrödnger equaton was obtaned by notng that the Hamltonan H = P (1) m can be transformed nto an operator form wth the substtutons

More information

THE CHINESE REMAINDER THEOREM. We should thank the Chinese for their wonderful remainder theorem. Glenn Stevens

THE CHINESE REMAINDER THEOREM. We should thank the Chinese for their wonderful remainder theorem. Glenn Stevens THE CHINESE REMAINDER THEOREM KEITH CONRAD We should thank the Chnese for ther wonderful remander theorem. Glenn Stevens 1. Introducton The Chnese remander theorem says we can unquely solve any par of

More information

PRIMES 2015 reading project: Problem set #3

PRIMES 2015 reading project: Problem set #3 PRIMES 2015 readng project: Problem set #3 page 1 PRIMES 2015 readng project: Problem set #3 posted 31 May 2015, to be submtted around 15 June 2015 Darj Grnberg The purpose of ths problem set s to replace

More information

5 The Rational Canonical Form

5 The Rational Canonical Form 5 The Ratonal Canoncal Form Here p s a monc rreducble factor of the mnmum polynomal m T and s not necessarly of degree one Let F p denote the feld constructed earler n the course, consstng of all matrces

More information

From Biot-Savart Law to Divergence of B (1)

From Biot-Savart Law to Divergence of B (1) From Bot-Savart Law to Dvergence of B (1) Let s prove that Bot-Savart gves us B (r ) = 0 for an arbtrary current densty. Frst take the dvergence of both sdes of Bot-Savart. The dervatve s wth respect to

More information

2 More examples with details

2 More examples with details Physcs 129b Lecture 3 Caltech, 01/15/19 2 More examples wth detals 2.3 The permutaton group n = 4 S 4 contans 4! = 24 elements. One s the dentty e. Sx of them are exchange of two objects (, j) ( to j and

More information

Advanced Quantum Mechanics

Advanced Quantum Mechanics Advanced Quantum Mechancs Rajdeep Sensarma! sensarma@theory.tfr.res.n ecture #9 QM of Relatvstc Partcles Recap of ast Class Scalar Felds and orentz nvarant actons Complex Scalar Feld and Charge conjugaton

More information

Problem Solving in Math (Math 43900) Fall 2013

Problem Solving in Math (Math 43900) Fall 2013 Problem Solvng n Math (Math 43900) Fall 2013 Week four (September 17) solutons Instructor: Davd Galvn 1. Let a and b be two nteger for whch a b s dvsble by 3. Prove that a 3 b 3 s dvsble by 9. Soluton:

More information

MATH 241B FUNCTIONAL ANALYSIS - NOTES EXAMPLES OF C ALGEBRAS

MATH 241B FUNCTIONAL ANALYSIS - NOTES EXAMPLES OF C ALGEBRAS MATH 241B FUNCTIONAL ANALYSIS - NOTES EXAMPLES OF C ALGEBRAS These are nformal notes whch cover some of the materal whch s not n the course book. The man purpose s to gve a number of nontrval examples

More information

The Order Relation and Trace Inequalities for. Hermitian Operators

The Order Relation and Trace Inequalities for. Hermitian Operators Internatonal Mathematcal Forum, Vol 3, 08, no, 507-57 HIKARI Ltd, wwwm-hkarcom https://doorg/0988/mf088055 The Order Relaton and Trace Inequaltes for Hermtan Operators Y Huang School of Informaton Scence

More information

Exercises. 18 Algorithms

Exercises. 18 Algorithms 18 Algorthms Exercses 0.1. In each of the followng stuatons, ndcate whether f = O(g), or f = Ω(g), or both (n whch case f = Θ(g)). f(n) g(n) (a) n 100 n 200 (b) n 1/2 n 2/3 (c) 100n + log n n + (log n)

More information

Norms, Condition Numbers, Eigenvalues and Eigenvectors

Norms, Condition Numbers, Eigenvalues and Eigenvectors Norms, Condton Numbers, Egenvalues and Egenvectors 1 Norms A norm s a measure of the sze of a matrx or a vector For vectors the common norms are: N a 2 = ( x 2 1/2 the Eucldean Norm (1a b 1 = =1 N x (1b

More information

The equation of motion of a dynamical system is given by a set of differential equations. That is (1)

The equation of motion of a dynamical system is given by a set of differential equations. That is (1) Dynamcal Systems Many engneerng and natural systems are dynamcal systems. For example a pendulum s a dynamcal system. State l The state of the dynamcal system specfes t condtons. For a pendulum n the absence

More information

763622S ADVANCED QUANTUM MECHANICS Solution Set 1 Spring c n a n. c n 2 = 1.

763622S ADVANCED QUANTUM MECHANICS Solution Set 1 Spring c n a n. c n 2 = 1. 7636S ADVANCED QUANTUM MECHANICS Soluton Set 1 Sprng 013 1 Warm-up Show that the egenvalues of a Hermtan operator  are real and that the egenkets correspondng to dfferent egenvalues are orthogonal (b)

More information

Eigenvalues of Random Graphs

Eigenvalues of Random Graphs Spectral Graph Theory Lecture 2 Egenvalues of Random Graphs Danel A. Spelman November 4, 202 2. Introducton In ths lecture, we consder a random graph on n vertces n whch each edge s chosen to be n the

More information

1 GSW Iterative Techniques for y = Ax

1 GSW Iterative Techniques for y = Ax 1 for y = A I m gong to cheat here. here are a lot of teratve technques that can be used to solve the general case of a set of smultaneous equatons (wrtten n the matr form as y = A), but ths chapter sn

More information

1 (1 + ( )) = 1 8 ( ) = (c) Carrying out the Taylor expansion, in this case, the series truncates at second order:

1 (1 + ( )) = 1 8 ( ) = (c) Carrying out the Taylor expansion, in this case, the series truncates at second order: 68A Solutons to Exercses March 05 (a) Usng a Taylor expanson, and notng that n 0 for all n >, ( + ) ( + ( ) + ) We can t nvert / because there s no Taylor expanson around 0 Lets try to calculate the nverse

More information

Lecture 10 Support Vector Machines II

Lecture 10 Support Vector Machines II Lecture 10 Support Vector Machnes II 22 February 2016 Taylor B. Arnold Yale Statstcs STAT 365/665 1/28 Notes: Problem 3 s posted and due ths upcomng Frday There was an early bug n the fake-test data; fxed

More information

Complex Numbers. x = B B 2 4AC 2A. or x = x = 2 ± 4 4 (1) (5) 2 (1)

Complex Numbers. x = B B 2 4AC 2A. or x = x = 2 ± 4 4 (1) (5) 2 (1) Complex Numbers If you have not yet encountered complex numbers, you wll soon do so n the process of solvng quadratc equatons. The general quadratc equaton Ax + Bx + C 0 has solutons x B + B 4AC A For

More information

Problem Do any of the following determine homomorphisms from GL n (C) to GL n (C)?

Problem Do any of the following determine homomorphisms from GL n (C) to GL n (C)? Homework 8 solutons. Problem 16.1. Whch of the followng defne homomomorphsms from C\{0} to C\{0}? Answer. a) f 1 : z z Yes, f 1 s a homomorphsm. We have that z s the complex conjugate of z. If z 1,z 2

More information

Chat eld, C. and A.J.Collins, Introduction to multivariate analysis. Chapman & Hall, 1980

Chat eld, C. and A.J.Collins, Introduction to multivariate analysis. Chapman & Hall, 1980 MT07: Multvarate Statstcal Methods Mke Tso: emal mke.tso@manchester.ac.uk Webpage for notes: http://www.maths.manchester.ac.uk/~mkt/new_teachng.htm. Introducton to multvarate data. Books Chat eld, C. and

More information

CHAPTER 14 GENERAL PERTURBATION THEORY

CHAPTER 14 GENERAL PERTURBATION THEORY CHAPTER 4 GENERAL PERTURBATION THEORY 4 Introducton A partcle n orbt around a pont mass or a sphercally symmetrc mass dstrbuton s movng n a gravtatonal potental of the form GM / r In ths potental t moves

More information

Linear Feature Engineering 11

Linear Feature Engineering 11 Lnear Feature Engneerng 11 2 Least-Squares 2.1 Smple least-squares Consder the followng dataset. We have a bunch of nputs x and correspondng outputs y. The partcular values n ths dataset are x y 0.23 0.19

More information

Section 3.6 Complex Zeros

Section 3.6 Complex Zeros 04 Chapter Secton 6 Comple Zeros When fndng the zeros of polynomals, at some pont you're faced wth the problem Whle there are clearly no real numbers that are solutons to ths equaton, leavng thngs there

More information

An Introduction to Morita Theory

An Introduction to Morita Theory An Introducton to Morta Theory Matt Booth October 2015 Nov. 2017: made a few revsons. Thanks to Nng Shan for catchng a typo. My man reference for these notes was Chapter II of Bass s book Algebrac K-Theory

More information

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems Numercal Analyss by Dr. Anta Pal Assstant Professor Department of Mathematcs Natonal Insttute of Technology Durgapur Durgapur-713209 emal: anta.bue@gmal.com 1 . Chapter 5 Soluton of System of Lnear Equatons

More information

10. Canonical Transformations Michael Fowler

10. Canonical Transformations Michael Fowler 10. Canoncal Transformatons Mchael Fowler Pont Transformatons It s clear that Lagrange s equatons are correct for any reasonable choce of parameters labelng the system confguraton. Let s call our frst

More information

CHAPTER 4. Vector Spaces

CHAPTER 4. Vector Spaces man 2007/2/16 page 234 CHAPTER 4 Vector Spaces To crtcze mathematcs for ts abstracton s to mss the pont entrel. Abstracton s what makes mathematcs work. Ian Stewart The man am of ths tet s to stud lnear

More information

Affine transformations and convexity

Affine transformations and convexity Affne transformatons and convexty The purpose of ths document s to prove some basc propertes of affne transformatons nvolvng convex sets. Here are a few onlne references for background nformaton: http://math.ucr.edu/

More information

= z 20 z n. (k 20) + 4 z k = 4

= z 20 z n. (k 20) + 4 z k = 4 Problem Set #7 solutons 7.2.. (a Fnd the coeffcent of z k n (z + z 5 + z 6 + z 7 + 5, k 20. We use the known seres expanson ( n+l ( z l l z n below: (z + z 5 + z 6 + z 7 + 5 (z 5 ( + z + z 2 + z + 5 5

More information

Restricted Lie Algebras. Jared Warner

Restricted Lie Algebras. Jared Warner Restrcted Le Algebras Jared Warner 1. Defntons and Examples Defnton 1.1. Let k be a feld of characterstc p. A restrcted Le algebra (g, ( ) [p] ) s a Le algebra g over k and a map ( ) [p] : g g called

More information

The Feynman path integral

The Feynman path integral The Feynman path ntegral Aprl 3, 205 Hesenberg and Schrödnger pctures The Schrödnger wave functon places the tme dependence of a physcal system n the state, ψ, t, where the state s a vector n Hlbert space

More information

THE SUMMATION NOTATION Ʃ

THE SUMMATION NOTATION Ʃ Sngle Subscrpt otaton THE SUMMATIO OTATIO Ʃ Most of the calculatons we perform n statstcs are repettve operatons on lsts of numbers. For example, we compute the sum of a set of numbers, or the sum of the

More information

Chapter Twelve. Integration. We now turn our attention to the idea of an integral in dimensions higher than one. Consider a real-valued function f : D

Chapter Twelve. Integration. We now turn our attention to the idea of an integral in dimensions higher than one. Consider a real-valued function f : D Chapter Twelve Integraton 12.1 Introducton We now turn our attenton to the dea of an ntegral n dmensons hgher than one. Consder a real-valued functon f : R, where the doman s a nce closed subset of Eucldean

More information

Random Walks on Digraphs

Random Walks on Digraphs Random Walks on Dgraphs J. J. P. Veerman October 23, 27 Introducton Let V = {, n} be a vertex set and S a non-negatve row-stochastc matrx (.e. rows sum to ). V and S defne a dgraph G = G(V, S) and a drected

More information

Unit 5: Quadratic Equations & Functions

Unit 5: Quadratic Equations & Functions Date Perod Unt 5: Quadratc Equatons & Functons DAY TOPIC 1 Modelng Data wth Quadratc Functons Factorng Quadratc Epressons 3 Solvng Quadratc Equatons 4 Comple Numbers Smplfcaton, Addton/Subtracton & Multplcaton

More information

Ph 219a/CS 219a. Exercises Due: Wednesday 23 October 2013

Ph 219a/CS 219a. Exercises Due: Wednesday 23 October 2013 1 Ph 219a/CS 219a Exercses Due: Wednesday 23 October 2013 1.1 How far apart are two quantum states? Consder two quantum states descrbed by densty operators ρ and ρ n an N-dmensonal Hlbert space, and consder

More information

The Geometry of Logit and Probit

The Geometry of Logit and Probit The Geometry of Logt and Probt Ths short note s meant as a supplement to Chapters and 3 of Spatal Models of Parlamentary Votng and the notaton and reference to fgures n the text below s to those two chapters.

More information

ψ = i c i u i c i a i b i u i = i b 0 0 b 0 0

ψ = i c i u i c i a i b i u i = i b 0 0 b 0 0 Quantum Mechancs, Advanced Course FMFN/FYSN7 Solutons Sheet Soluton. Lets denote the two operators by  and ˆB, the set of egenstates by { u }, and the egenvalues as  u = a u and ˆB u = b u. Snce the

More information

Singular Value Decomposition: Theory and Applications

Singular Value Decomposition: Theory and Applications Sngular Value Decomposton: Theory and Applcatons Danel Khashab Sprng 2015 Last Update: March 2, 2015 1 Introducton A = UDV where columns of U and V are orthonormal and matrx D s dagonal wth postve real

More information

Workshop: Approximating energies and wave functions Quantum aspects of physical chemistry

Workshop: Approximating energies and wave functions Quantum aspects of physical chemistry Workshop: Approxmatng energes and wave functons Quantum aspects of physcal chemstry http://quantum.bu.edu/pltl/6/6.pdf Last updated Thursday, November 7, 25 7:9:5-5: Copyrght 25 Dan Dll (dan@bu.edu) Department

More information

Moments of Inertia. and reminds us of the analogous equation for linear momentum p= mv, which is of the form. The kinetic energy of the body is.

Moments of Inertia. and reminds us of the analogous equation for linear momentum p= mv, which is of the form. The kinetic energy of the body is. Moments of Inerta Suppose a body s movng on a crcular path wth constant speed Let s consder two quanttes: the body s angular momentum L about the center of the crcle, and ts knetc energy T How are these

More information

Transfer Functions. Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: ( ) system

Transfer Functions. Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: ( ) system Transfer Functons Convenent representaton of a lnear, dynamc model. A transfer functon (TF) relates one nput and one output: x t X s y t system Y s The followng termnology s used: x y nput output forcng

More information

12 MATH 101A: ALGEBRA I, PART C: MULTILINEAR ALGEBRA. 4. Tensor product

12 MATH 101A: ALGEBRA I, PART C: MULTILINEAR ALGEBRA. 4. Tensor product 12 MATH 101A: ALGEBRA I, PART C: MULTILINEAR ALGEBRA Here s an outlne of what I dd: (1) categorcal defnton (2) constructon (3) lst of basc propertes (4) dstrbutve property (5) rght exactness (6) localzaton

More information

MATH Sensitivity of Eigenvalue Problems

MATH Sensitivity of Eigenvalue Problems MATH 537- Senstvty of Egenvalue Problems Prelmnares Let A be an n n matrx, and let λ be an egenvalue of A, correspondngly there are vectors x and y such that Ax = λx and y H A = λy H Then x s called A

More information

STAT 309: MATHEMATICAL COMPUTATIONS I FALL 2018 LECTURE 16

STAT 309: MATHEMATICAL COMPUTATIONS I FALL 2018 LECTURE 16 STAT 39: MATHEMATICAL COMPUTATIONS I FALL 218 LECTURE 16 1 why teratve methods f we have a lnear system Ax = b where A s very, very large but s ether sparse or structured (eg, banded, Toepltz, banded plus

More information

PHYS 705: Classical Mechanics. Canonical Transformation II

PHYS 705: Classical Mechanics. Canonical Transformation II 1 PHYS 705: Classcal Mechancs Canoncal Transformaton II Example: Harmonc Oscllator f ( x) x m 0 x U( x) x mx x LT U m Defne or L p p mx x x m mx x H px L px p m p x m m H p 1 x m p m 1 m H x p m x m m

More information

CSci 6974 and ECSE 6966 Math. Tech. for Vision, Graphics and Robotics Lecture 21, April 17, 2006 Estimating A Plane Homography

CSci 6974 and ECSE 6966 Math. Tech. for Vision, Graphics and Robotics Lecture 21, April 17, 2006 Estimating A Plane Homography CSc 6974 and ECSE 6966 Math. Tech. for Vson, Graphcs and Robotcs Lecture 21, Aprl 17, 2006 Estmatng A Plane Homography Overvew We contnue wth a dscusson of the major ssues, usng estmaton of plane projectve

More information

Vector Norms. Chapter 7 Iterative Techniques in Matrix Algebra. Cauchy-Bunyakovsky-Schwarz Inequality for Sums. Distances. Convergence.

Vector Norms. Chapter 7 Iterative Techniques in Matrix Algebra. Cauchy-Bunyakovsky-Schwarz Inequality for Sums. Distances. Convergence. Vector Norms Chapter 7 Iteratve Technques n Matrx Algebra Per-Olof Persson persson@berkeley.edu Department of Mathematcs Unversty of Calforna, Berkeley Math 128B Numercal Analyss Defnton A vector norm

More information

Lecture 3. Ax x i a i. i i

Lecture 3. Ax x i a i. i i 18.409 The Behavor of Algorthms n Practce 2/14/2 Lecturer: Dan Spelman Lecture 3 Scrbe: Arvnd Sankar 1 Largest sngular value In order to bound the condton number, we need an upper bound on the largest

More information

Lecture 12: Discrete Laplacian

Lecture 12: Discrete Laplacian Lecture 12: Dscrete Laplacan Scrbe: Tanye Lu Our goal s to come up wth a dscrete verson of Laplacan operator for trangulated surfaces, so that we can use t n practce to solve related problems We are mostly

More information

Bézier curves. Michael S. Floater. September 10, These notes provide an introduction to Bézier curves. i=0

Bézier curves. Michael S. Floater. September 10, These notes provide an introduction to Bézier curves. i=0 Bézer curves Mchael S. Floater September 1, 215 These notes provde an ntroducton to Bézer curves. 1 Bernsten polynomals Recall that a real polynomal of a real varable x R, wth degree n, s a functon of

More information

Radar Trackers. Study Guide. All chapters, problems, examples and page numbers refer to Applied Optimal Estimation, A. Gelb, Ed.

Radar Trackers. Study Guide. All chapters, problems, examples and page numbers refer to Applied Optimal Estimation, A. Gelb, Ed. Radar rackers Study Gude All chapters, problems, examples and page numbers refer to Appled Optmal Estmaton, A. Gelb, Ed. Chapter Example.0- Problem Statement wo sensors Each has a sngle nose measurement

More information

LECTURE 9 CANONICAL CORRELATION ANALYSIS

LECTURE 9 CANONICAL CORRELATION ANALYSIS LECURE 9 CANONICAL CORRELAION ANALYSIS Introducton he concept of canoncal correlaton arses when we want to quantfy the assocatons between two sets of varables. For example, suppose that the frst set of

More information

9 Characteristic classes

9 Characteristic classes THEODORE VORONOV DIFFERENTIAL GEOMETRY. Sprng 2009 [under constructon] 9 Characterstc classes 9.1 The frst Chern class of a lne bundle Consder a complex vector bundle E B of rank p. We shall construct

More information

where the sums are over the partcle labels. In general H = p2 2m + V s(r ) V j = V nt (jr, r j j) (5) where V s s the sngle-partcle potental and V nt

where the sums are over the partcle labels. In general H = p2 2m + V s(r ) V j = V nt (jr, r j j) (5) where V s s the sngle-partcle potental and V nt Physcs 543 Quantum Mechancs II Fall 998 Hartree-Fock and the Self-consstent Feld Varatonal Methods In the dscusson of statonary perturbaton theory, I mentoned brey the dea of varatonal approxmaton schemes.

More information

Errata to Invariant Theory with Applications January 28, 2017

Errata to Invariant Theory with Applications January 28, 2017 Invarant Theory wth Applcatons Jan Drasma and Don Gjswjt http: //www.wn.tue.nl/~jdrasma/teachng/nvtheory0910/lecturenotes12.pdf verson of 7 December 2009 Errata and addenda by Darj Grnberg The followng

More information

Explicit constructions of all separable two-qubits density matrices and related problems for three-qubits systems

Explicit constructions of all separable two-qubits density matrices and related problems for three-qubits systems Explct constructons of all separable two-qubts densty matrces and related problems for three-qubts systems Y. en-ryeh and. Mann Physcs Department, Technon-Israel Insttute of Technology, Hafa 2000, Israel

More information

G = G 1 + G 2 + G 3 G 2 +G 3 G1 G2 G3. Network (a) Network (b) Network (c) Network (d)

G = G 1 + G 2 + G 3 G 2 +G 3 G1 G2 G3. Network (a) Network (b) Network (c) Network (d) Massachusetts Insttute of Technology Department of Electrcal Engneerng and Computer Scence 6.002 í Electronc Crcuts Homework 2 Soluton Handout F98023 Exercse 21: Determne the conductance of each network

More information

U.C. Berkeley CS294: Spectral Methods and Expanders Handout 8 Luca Trevisan February 17, 2016

U.C. Berkeley CS294: Spectral Methods and Expanders Handout 8 Luca Trevisan February 17, 2016 U.C. Berkeley CS94: Spectral Methods and Expanders Handout 8 Luca Trevsan February 7, 06 Lecture 8: Spectral Algorthms Wrap-up In whch we talk about even more generalzatons of Cheeger s nequaltes, and

More information

Math 261 Exercise sheet 2

Math 261 Exercise sheet 2 Math 261 Exercse sheet 2 http://staff.aub.edu.lb/~nm116/teachng/2017/math261/ndex.html Verson: September 25, 2017 Answers are due for Monday 25 September, 11AM. The use of calculators s allowed. Exercse

More information

Math1110 (Spring 2009) Prelim 3 - Solutions

Math1110 (Spring 2009) Prelim 3 - Solutions Math 1110 (Sprng 2009) Solutons to Prelm 3 (04/21/2009) 1 Queston 1. (16 ponts) Short answer. Math1110 (Sprng 2009) Prelm 3 - Solutons x a 1 (a) (4 ponts) Please evaluate lm, where a and b are postve numbers.

More information

w ). Then use the Cauchy-Schwartz inequality ( v w v w ).] = in R 4. Can you find a vector u 4 in R 4 such that the

w ). Then use the Cauchy-Schwartz inequality ( v w v w ).] = in R 4. Can you find a vector u 4 in R 4 such that the Math S-b Summer 8 Homework #5 Problems due Wed, July 8: Secton 5: Gve an algebrac proof for the trangle nequalty v+ w v + w Draw a sketch [Hnt: Expand v+ w ( v+ w) ( v+ w ) hen use the Cauchy-Schwartz

More information

EPR Paradox and the Physical Meaning of an Experiment in Quantum Mechanics. Vesselin C. Noninski

EPR Paradox and the Physical Meaning of an Experiment in Quantum Mechanics. Vesselin C. Noninski EPR Paradox and the Physcal Meanng of an Experment n Quantum Mechancs Vesseln C Nonnsk vesselnnonnsk@verzonnet Abstract It s shown that there s one purely determnstc outcome when measurement s made on

More information

CSE 252C: Computer Vision III

CSE 252C: Computer Vision III CSE 252C: Computer Vson III Lecturer: Serge Belonge Scrbe: Catherne Wah LECTURE 15 Kernel Machnes 15.1. Kernels We wll study two methods based on a specal knd of functon k(x, y) called a kernel: Kernel

More information

Time-Varying Systems and Computations Lecture 6

Time-Varying Systems and Computations Lecture 6 Tme-Varyng Systems and Computatons Lecture 6 Klaus Depold 14. Januar 2014 The Kalman Flter The Kalman estmaton flter attempts to estmate the actual state of an unknown dscrete dynamcal system, gven nosy

More information

Bezier curves. Michael S. Floater. August 25, These notes provide an introduction to Bezier curves. i=0

Bezier curves. Michael S. Floater. August 25, These notes provide an introduction to Bezier curves. i=0 Bezer curves Mchael S. Floater August 25, 211 These notes provde an ntroducton to Bezer curves. 1 Bernsten polynomals Recall that a real polynomal of a real varable x R, wth degree n, s a functon of the

More information

3.1 Expectation of Functions of Several Random Variables. )' be a k-dimensional discrete or continuous random vector, with joint PMF p (, E X E X1 E X

3.1 Expectation of Functions of Several Random Variables. )' be a k-dimensional discrete or continuous random vector, with joint PMF p (, E X E X1 E X Statstcs 1: Probablty Theory II 37 3 EPECTATION OF SEVERAL RANDOM VARIABLES As n Probablty Theory I, the nterest n most stuatons les not on the actual dstrbuton of a random vector, but rather on a number

More information

Foundations of Arithmetic

Foundations of Arithmetic Foundatons of Arthmetc Notaton We shall denote the sum and product of numbers n the usual notaton as a 2 + a 2 + a 3 + + a = a, a 1 a 2 a 3 a = a The notaton a b means a dvdes b,.e. ac = b where c s an

More information

Poisson brackets and canonical transformations

Poisson brackets and canonical transformations rof O B Wrght Mechancs Notes osson brackets and canoncal transformatons osson Brackets Consder an arbtrary functon f f ( qp t) df f f f q p q p t But q p p where ( qp ) pq q df f f f p q q p t In order

More information

Mathematical Preparations

Mathematical Preparations 1 Introducton Mathematcal Preparatons The theory of relatvty was developed to explan experments whch studed the propagaton of electromagnetc radaton n movng coordnate systems. Wthn expermental error the

More information