FAST EXACT AFFINE PROJECTION ALGORITHM USING DISPLACEMENT STRUCTURE THEORY. Manolis C. Tsakiris and Patrick A. Naylor

Size: px
Start display at page:

Download "FAST EXACT AFFINE PROJECTION ALGORITHM USING DISPLACEMENT STRUCTURE THEORY. Manolis C. Tsakiris and Patrick A. Naylor"

Transcription

1 FAST EXACT AFFINE PROJECTION ALGORITHM USING DISPLACEMENT STRUCTURE THEORY Manolis C Tsakiris and Patrick A Naylor Dept of Electrical and Electronic Engineering, Imperial College London Communications and Signal Processing Group manolistsakiris8, pnaylor@imperialacuk ABSTRACT This paper exploits the displacement structure of the coefficient matrix of the linear system of equations pertinent to the Affine Projection Algorithm (APA), to obtain the exact solution in a way faster than any other existing exact method The main emphasis of the paper is to present the concepts of displacement structure theory and how these are applied to the APA context Index Terms Adaptive Filters, Affine Projection Algorithm, Displacement Structure Theory, Choleski Factor 1 INTRODUCTION The affine projection algorithm (APA) 1 was proposed in order to improve the convergence speed of the Normalized-Least-Mean- Squares (NLMS) algorithm for colored input signals Part of the computational complexity of APA comes from the requirement to solve a linear system of equations (LSOE) with coefficient matrix being a sample covariance matrix of the input signal The cost of solving this LSOE determines the overall cost of APA in applications where the adaptive filter length is not much larger than the projection order, such as in adaptive beamforming 2 In applications where this is not true, such as in echo cancellation 3, approximate fast versions of APA (FAPs) can be used, where the critical issue is again to solve a LSOE with the same coefficient matrix as in the exact APA Over the past few years, many efforts have been made, especially in the context of FAPs, in order to solve this LSOE in a fast and reliable way The majority of the proposed methods, eg 3, 4, 5, 6 and 7, achieve relatively low complexity, albeit at the disadvantage of leading to approximate solutions, while few only studies have been concerned with obtaining the exact solution, eg 8 and 9 In this study, the special structure of the sample covariance matrix is fully exploited by invoking the theory of displacement structure and the concept of displacement rank, in order to solve the LSOE in a fast and exact manner A numerical linear algebra algorithm for time-variant structured matrices 1 is applied into the APA context resulting in the fastest existing exact implementation of APA to the best knowledge of the authors This is done by propagating from iteration to iteration the Choleski factor of the sample covariance matrix and solving two triangular LSOE Although the presentation is done in the context of the exact APA, the core of the proposed algorithm can equally well be applied to the context of FAPs The notation used is standard with vectors and matrices denoted with boldface lower and upper case respectively and with the indexing of the columns and rows of a matrix starting from except if explicitely otherwise stated 11 The Affine Projection Algorithm In the standard system identification scenario, the APA can be described as follows Consider a collection of scalar measurements {d(i)} that arise from the model d(i) u iw o + v(i), i (1) where w o is an M 1 column vector representing the unknown finite impulse response of the system to be identified, u i is the 1 M regressor vector that captures the input data u i u(i),u(i 1),,u(i M + 1) (2) and v(i) accounts for the measurement noise At time i the APA delivers an estimate w i of the unknown w o via where b i is the solution of with U i w i w i 1 + µu b i (3) R ib i e i (4) R i U iu + ɛ I K (5) u T i, u T i 1,, u T i K+1 T (6) being the K M regressors matrix, e i the vector estimation error e i d i U iw i 1 (7) and d i d(i),d(i 1),,d(i K + 1) T the K 1 measurements vector The parameter K denotes the APA projection order, while µ is a step-size that controls convergence, ɛ is a small positive regularization parameter that enforces the positive-definiteness of R i and I K is the K K identity matrix 12 Fast Affine Projection Algorithms The fast affine projection algorithms (FAPs) are approximations of the standard APA and are well suited for echo cancellation, where usually M K An approximation adopted in this context is that e i has the following structure: e(i) e i (8) (1 µ)e i /9/$25 29 IEEE DSP 29 Authorized licensed use limited to: Imperial College London Downloaded on January 4, 21 at 8:23 from IEEE Xplore Restrictions apply

2 where e i 1 denotes the upper K 1 elements of e i 1 3 Another key approximation of FAPs is that their recursions employ an alternative weight vector, whose computation is much faster than for the weight vector of the standard APA In order for this weight vector to be updated from iteration to iteration the solution of a LSOE of the form (4) is required, with the right side now satisfying property (8) 13 Background in Solving Linear Systems of Equations AstandardapproachtowardssolvingaLSOERb e, R being K K symmetric positive-definite, is via the Choleski decomposition R LL,whereL is the unique lower triangular factor of R with positive diagonal elemens The cost is O( K3 3 )m1 (12, p144) If R is additionally Toeplitz, then the solution can be obtained via the Levisnon algorithm at O(4K 2 ) m (12, p197) Alternatively, a sequence of approximate solutions can be found usually at a smaller cost via the so-called iterative methods, typical examples of which are the Conjugate-Gradient and the Gauss-Seidel methods Existing Approaches Towards Solving the APA and FAP Linear System of Equations Returning to the LSOE (4) that arises in the APA and FAP contexts (with the approximation (8) for the latter), it is observed that the coefficient matrix R i is symmetric positive-definite and consequently the standard method to solve it is via Choleski decomposition, which as mentioned in subsection 13, requires O( K3 ) m 3 Several methods have been proposed in order to obtain the exact solution or an approximate one faster than O( K3 ) m Although this 3 work is concerned with obtaining the exact solution, it is significant to first briefly refer to the approximate methods To begin with, in 3 the inverse coefficient matrix is estimated using a sliding window fast RLS and an approximate solution is obtained at O(2N) m In4R i is assumed to be Toeplitz and solution via the Levinson algorithm is implied (O(4K 2 ) m) In 5 and 6 an approximate solution is iteratively obtained via the conjugategradient algorithm in O(2K 2 ) m and via the Gauss-Seidel algorithm in O(N 2 /p) m (p is an integer) respectively, after some significant simplification taking place by setting µ 1in (8) Finally, in 9 two approximate methods are proposed: the first assumes that R i can be regarded as constant over K sampling intervals and the second assumes as 4 that R i is Toeplitz Less work has been done in obtaining the exact solution of (4) A method that most efficiently exploits so far in the literature the structure of R i is 8, where the exact solution is obtained at O(4K 2 ) m by using the matrix-inversion-lemma in a clever way An exact approach that targets better robustness than 8 is also proposed in 9, whose cost is however proportional to K 3 Noothersignificantcontribution has come to the attention of the authors, as far as obtaining the exact solution of (4) is concerned 15 The Contribution Displacement structure theory 13 from numerical linear algebra can be applied in a novel way to fully exploit the structure of R i and solve the LSOE at O(3K 2 ) m,alowercomputationalcomplexity than that of 8 An indirect reference to the low displacement 1 In this paper the computational complexity of an operation is measured in terms of the order of required multiplications (m) rank of R i has been made in 3, where it was in passing mentioned that the so-called Generalized Levinson algorithm 11 can be used to solve (4) at O(7K 2 ) m In fact, a numerically better algorithm than the generalized Levinson, the so-called Generalized Schur algorithm 14 can be used to solve the LSOE at O(7K 2 ) m,although in the very recent 7 direct inversion requiring O(K 3 ) m is referred to In this work it is attempted to fill the gap between the APA literature and the numerical linear algebra literature, thus opening new perspectives for even faster and more reliable APA implementations This is done by observing at the first place that the displacement rank of the matrix R i is constant in time and equal to 2, regardless of the stationarity or non-stationarity of the input process In the sequel, it is shown how the Choleski factor of R i can be efficiently propagated from iteration to iteration by applying the results of 1 into the APA context The result is a clearly motivated and presented implementation of the standard regularized APA, which requires only O(3K 2 ) m to obtain the exact solution of (4) Note that this algorithm is even faster than solving the system via the Levinson algorithm, under the assumption that R i is Toeplitz This is not surprising since 1) according to the development in 11 the distance of R i from a Toeplitz matrix of the same size is zero and 2) the proposed algorithm does not compute the Choleski factor of R i directly, albeit indirectly by updating the Choleski factor of R i 1 and thus using only the minimum amount of computation 2 DISPLACEMENT STRUCTURE Let R i be a time-varying K K positive-definite matrix with lowertriangular Choleski decomposition R i L il (9) where L i is the unique lower-triangular Choleski factor of R i with positive diagonal elements, and define the matrix ZR i as ZR i R i ZR i 1Z (1) where Z is some sparse lower-triangular displacement matrix If rank( ZR i)r(i) <K, then R i is said to have displacement structure with respect to the displacement defined by Z In this work it is assumed that r(i) r for every i Since ZR i is Hermitian, its eigenvalues are all real and it is assumed that it has p positive and q negative eigenvalues with p+q r Moreover,considertheeigen-decomposition ZR i G iλ ig (11) where G i contains in its columns the eigenvectors of ZR i and Λ i is a diagonal matrix with the corresponding eigenvalues in its diagonal elements Since the eigen-decomposition (11) is not unique, the eigenvectors of ZR i can be ordered in such a way, so that the first p columns of G i contain the eigenvectors which correspond to the positive eigenvalues of ZR i, the next q columns contain the eigenvectors that correspond to the negative eigenvalues, and the remaining (K r) columns contain the eignevectors which correspond to the zero eigenvalues of ZR ibyexpandingitsrightside(11)becomes ZR i K 1 k λ i,k g i,k g,k (12) where g i,k is the k th column of G i Given the ordering of the eigenvectors in the columns of G i, the last (K r) terms of the sum in Authorized licensed use limited to: Imperial College London Downloaded on January 4, 21 at 8:23 from IEEE Xplore Restrictions apply

3 the right side of (12) will be zero and consequently r 1 ZR i λ i,k g i,k g,k (13) k By defining the scaled eigenvectors as (13) can be rewritten as g i,k λ i,k g i,k, k, 1,,r 1 (14) p 1 r 1 ZR i g i,k g,k g i,k g,k (15) k kp which can be expressed more compactly in matrix form as ZR i G ijg R i ZR i 1Z (16) where G i is the K r generator matrix defined as G i g i, g i,p 1 g i,p g i,r 1 and J is the r r signature matrix defined as 2 J I p ( I q) I p p q q p I q (17) (19) where denotes the direct sum operator Equation (16) will be refered to as the displacement equation 3 CHOLESKI FACTOR PROPAGATION The displacement equation (16) has an extremely important implication: the Choleski factor L i 1 of R i 1 can be updated to the Choleski factor L i of R i and most importantly this can be done at O(rK 2 ) m 1 In the rest of this section the general theory of how to obtain L i from L i 1 is presented Towards this end, a key lemma is invoked, known as Hyperbolic Basis Rotation Lemma: Hyperbolic Basis Rotation Lemma Consider two n m (n m) matrices A and B IfAĴA BĴB s of full rank, for some m m signature matrix Ĵ I p ( I q), p + q m, then there exists an m m Ĵ-unitary matrix H (HĴH Ĵ) such that A BH Aproofcanbefoundat1,whileamoreelegantproofcanbe found at (15, p68) Moreover, it is noted that the transformation H is highly non-unique since it can be shown that any other tranformation HC, where C is Ĵ-unitary, has the same effect, ie that of mapping B to A Now, from (16) R i ZR i 1Z + G ijg (2) which can be rewritten as Li K r I K K r I K K r L r K L i 1 Z 2 If A is p p and B is q q, then A B A diag {A, B} p q q p B G (21) (18) Since the left side of equation (21) equals to R i, which being positive-definite is also full-rank, equation (21) fits exactly to the statement of the Hyperbolic Basis Rotation Lemma with A L i K r (22) B ZL i 1 G i (23) and I Ĵ (I K J) K K r (24) Consequently, there exists a (I K J)-unitary matrix H i such that Hi L i K r (25) Equation (25) clearly reveals that knowlegde of L i 1 and G i is sufficient for the computation of L iitremainstocarefullydesignthe transformation H i which will yield L i Towards this end, note first that H i should result in a zero rightmost K r block when applied to the matrix ZL i 1 G i Moreover, H i should be designed so as to yield a lower-triangular leftmost K K block with positive diagonal elements It is shown in the sequel that if H i satisfies these two properties, then the resulting leftmost K K block is necessarily L i Schematically and assuming for simplicity K 3and r 2, H i must be designed so as to map ZL i 1 G i to a matrix of the following form: indefinite positive positive indefinite indefinite positive In other words, Hi X i K r (26) (27) where X i is lower-triangular with positive diagonal elements Now, taking the squared (I K J)-norm 3 of both sides of equation (27) leads to Hi I K K r Xi K r I K K r H L i 1 i G X r K which in view of the (I K J)-unitarity of H i 4 becomes which can be rewritten as (28) ZL i 1L 1Z + G ijg X ix (29) ZR i 1Z + G ijg X ix (3) By combining equations (3) and (2) the result is X ix R i (31) which is the lower-triangular Choleski decomposition of R i, since X i is by design lower-triangular with positive diagonal elements By the uniqueness of the Choleski decomposition it is concluded that X i L i (32) In the next section the theory of this section is applied in the APA context 3 The squared Ĵ-norm of a column-vector x is the sign-indefinite quantity x 2 x Ĵx Ĵ 4 I H K K r i H i I K K r Authorized licensed use limited to: Imperial College London Downloaded on January 4, 21 at 8:23 from IEEE Xplore Restrictions apply

4 4 ALGORITHM DEVELOPMENT Returning to the APA context, consider the R i matrix of equation (5) with its Choleski decomposition given by equation (9) Then by using the lower-shift matrix 1 (K 1) Z 1 1 (33) I K 1 (K 1) 1 it is seen that multiplication of R i 1 from the left by Z and from the right by Z amounts to shifting it downward along the main diagonal by one position while setting the first column and the first row equal to zero Consequently, the displacement equation becomes R i ZR i 1Z u iu + ɛ u iu 1 u iu K+1 u i 1u u i 1u 1 + ɛ u i 1u K+1 u i K+1u u i K+1u 1 u i K+1u K+1 + ɛ u i 1u 1 + ɛ u i 1u K+1 u i 2u 1 u i 2u K+1 u i K+1u 1 u i K+1u K+1 + ɛ u iu + ɛ u iu 1 u iu K+1 u i 1u u i K+1u (34) with the right side being a rank-2 matrix that can be factored as in (16) with u i 2 + ɛ u i 1 u u i 1 u G i u i 2 u u i 2 u (35) and J 1 1 (36) Now assume that the Choleski factor of R i 1, ie L i 1 is available According to section 3, in order to obtain L i, the matrix ZLi 1 } {{ } K K G i }{{} K 2 (37) must be (I K J)-transformed, with J now explicitely given by equation (36), to a matrix of the form X }{{} i }{{} (38) K K K 2 where X i is lower-triangular with positive diagonal entries Then X i will be the Choleski factor of R i, ie L i Details are now given on how to design an appropriate transformation H i, which performs the mapping (37) H i (38) Towards this end, consider H i as a sequence of K elementary (I K J)-unitary transformations {H i,j} K 1 j successively applied to the matrix (37), ie H i H i,h i,1 H i,k 1 Denote by l i,j the non-zero part of the j th column of L i and expand the Choleski decomposition of R i as follows R i L il l i,l, + K 1 j1 j 1 l i,j 1 j l,j (39) It is important to note that the j th term of the above sum is a K K matrix with its first j columns and rows equal to zero Now, set in (37) ZL i 1 X i, and G i G i, and consider the matrix B i, X i, G i, (4) which eventually must be transformed into the form (38) Observe that the first row of X i, is equal to zero and moreover the second entry of the first row of G i, is also zero, while its first entry is positive Consequently, H i, can be selected as I K K 2 H i, P 2 K Q K P K (41) i, where Q i, I 2 and P K denotes the orthogonal permutation matrix which permutes columns and K In this way, B i,1 B i,h i, B i,p K x 1 (K 1) 1 2 i, X i,1 G i,1 (42) where it is also mentioned for future reference that the first row of X i,1 equals to zero, since X i,1 is the lower-right (K 1) (K 1) block of the matrix ZL i 1 Now, by taking the squared (I K J)- norm of both sides of equation (42), noting that B i,h i, 2 (I K J) R i and invoking equation (39), the result is l i,l, + K 1 j1 x i,x 1 (K 1) i, + from which it is evident that j 1 l i,j 1 j l,j X i,1 (K 1) 1 X, J G 2 1 G,1 i,1 + (43) x i, l i, (44) and hence the first column of L i has been found Now, again from (43) it is seen that R i l i,l i, (K 1) (K 1) 1 X i,1x,1 + G i,1jg (45) i,1 If L i is partitioned in the following block form L i l 1 (K 1) i, L i,1 it is readily found that R i l i,l, L il l i,l, (K 1) (K 1) 1 L i,1l,1 Combining equations (45) and (47) it is seen that (46) (47) L i,1l,1 X i,1x,1 + G i,1jg,1 (48) Authorized licensed use limited to: Imperial College London Downloaded on January 4, 21 at 8:23 from IEEE Xplore Restrictions apply

5 H i,1 can now be determined Denote the first row of G i,1 by g i,1 v i,1 v i,1 (49) where v i,1 and v i,1 are scalars Since the first row of X i,1 is zero, it is infered from equation (48) that g i,1 Jg,1 > (5) since g i,1 Jg,1 equals to the squared magnitude of the upper-left 1 1 entry of L i,1, which is seen from equation (46) to be equal to the second diagonal element of L i, which by definition is positive Moreover, it is deduced from inequality (5) that v i,1 > v i,1 (51) It can easily be checked that the matrix 5 1 v Q i,1 i,1 v i,1 v i,1 2 v i,1 2 vi,1 v i,1 (52) is J-unitary and also that vi,1 v i,1 Qi,1 g i,1 Jg,1 (53) The previous analysis suggests that H i,1 can be designed as I K K 2 H i,1 P 2 K Q 1 K (54) i,1 where P 1 K permutes columns 1 and K Asaresult, B i,2 B i,1h i,1 x (K 2) 2 2 i, x i,1 X i,2 G i,2 (55) where the first row of X i,2 is equal to zero, since X i,2 consists of the (K 2) rightmost columns of X i,1 By taking the squared (I K J)-norm of both sides it is verified by using similar arguments as before that x i,1 equals to l i,1, which is the non-zero part of the second column of L i By proceeding in a similar fashion for j 2, 3,, (K 1) it can be shown that B i,k B i,h i,h i,1 H i,k 1 L i K 2 (56) 5 THE PROPOSED ALGORITHM The proposed algorithm of this paper can now be stated: Displacement-APA (DAPA) Select a filter order M,a projection order K, a positive regularization parameter ɛ, a positive step-size µ, set w 1 M 1, L 1 ɛ I K, G 1 K 2, J diag {1, 1} and iterate for i : 1 Compute 1 and set u i 2 + ɛ G i u i 1 u u i 2 u u i 1 u u i 2 u (57) 5 The matrix (52) represents an elementary hyperbolic rotation and is a generalization of the unitary Givens elementary rotation matrix 2 Using Z of equation (33) form the matrix 3 Iterate for j, 1, (K 1): (a) Form the scalars B i, ZL i 1 G i (58) v i,j B i,j(j, K) (59) v i,j B i,j(j, K + 1) (6) where B i,j(j, K) and B i,j(j, K +1)denote the (j, K) and (j, K +1)respectively entries of B i,j (b) Form the 2 2 J-unitary transformation Q i,j 1 v i,j 2 v i,j 2 v i,j v i,j vi,j (61) v i,j (c) Form the (I K J)-unitary (K + 2) (K + 2) transformation I K K 2 H i,j P 2 K Q j K i,j where P j K is the permutation matrix that permutes columns j and K (d) Apply H i,j to B i,j and obtain B i,j+1 B i,j+1 B i,jh i,j (62) 4 Obtain the Choleski factor of (U iu + ɛ I K) as the leftmost K K block of B i,k L i B i,k( : K 1, :K 1) (63) 5 Solve the two triangular systems L ic i e i and L b i c i 6 Update the weight vector w i w i 1 + µu b i (64) Note that always Q i, I 2 since the second entry of the first row of the generator matrix G i is always equal to zero This is implicitely stated in the algorithm formulation since v i, 6 COMPUTATIONAL COMPLEXITY In this section it is shown that the proposed algorithm requires O(3K 2 ) multiplications in order to compute the vector b i To begin with, the computationally intensive operations performed by the proposed algorithm towards computing L i are the elementary hyperbolic rotations (EHRs) of the rows of {G i,j} K 1 j, where G i,j B i,j(j : K 1,K : K + 1) (65) Each EHR is performed via a vector-matrix multiplication of size (1 2)(2 2) and hence requires 4 multiplications Now, at each iteration j the aforementioned EHR is performed (K j) times The total number of EHRs performed is therefore K 1 j1 (K j) where it has been taken into consideration that no EHRs take place for j ( EHRs performed being O K 2 2 ) This leads to the order of total and consequently, the order of total required multiplications is O(2K 2 ) Now, as can be seen from step 5 of the proposed algorithm, L i is used to form two triangular systems of equations These can be solved directly by forward and backward substitution at O( K2 ) m 2 each The cost required for solving these two systems is therefore O(K 2 ) multiplications Authorized licensed use limited to: Imperial College London Downloaded on January 4, 21 at 8:23 from IEEE Xplore Restrictions apply

6 db db MSD (a) Displacement APA (DAPA) standard APA using MATLAB solver iteration index k(i) (b) error convergence to limit of numerical precision iteration index Fig 1 Comparison between a standard APA implementation using the MATLAB solver for the LSOE and the proposed implementation using the propagated Choleski decomposition (DAPA) Plot (a) shows the MSD of the two algorithms and plot (b) shows the Euclidean norm of the difference of the two computed solutions of the LSOE of each iteration 7 SIMULATIONS In this section, DAPA is compared to a standard APA implementation, which solves the LSOE (4) using the MATLAB solver linsolve(r i,e i,opts), where the fields SYM and POSDEF of the structure opts have been set to true, while the others are set to false The two implementations are compared in a system identification scenario, where w o is randomly generated and of unit norm The input signal is zero-mean, unit-variance white noise filtered through the system H(z) (1 9z 1 ) 1 The measurement noise is such so that the SNR at the output of the unknown system is 3 db The algorithmic parameters are set to the standard values M 16, K 8, µ 1and ɛ 1 5 The results are averaged over 1 independent trials The Mean Square Deviation (MSD) for the two implementations is depicted at the top of figure 1, from which it is clear that they coincide The fact that the two implementations are theoretically and practically equivalent is further verified by the extremely small values of the quantity k(i) b i,(mat LAB SOLV ER) b i,dap A 2 (66) which is depicted at plot (b) of Figure 1, showing that k(i) within the numerical limits of the computations 8 CONCLUSIONS The displacement structure theory for time-variant matrices has been applied to the APA context resulting in the fastest existing exact APA implementation to the best knowledge of the authors The technique employed to solve the involved linear system of equations can also be used to derive a FAP algorithm 9 REFERENCES 1 K Ozeki and T Umeda, An adaptive filtering algorithm using an orthogonal projection to an affine subspace and its properties, Electron Commun Jpn, 1984,vol67 A,no5,pp YR Zheng and RA Goubran, Adaptive beamforming using affine projection algorithms, in Proc IEEE Int Conf Signal Process,August2,vol3,pp Steven L Gay and Sanjeev Tavanthia, The fast affine projection algorithm, in Proc IEEE Int Conf Acoust, Speech, Signal Process (ICASSP),1995,vol5,pp S Oh, D Linebarger, B Priest and B Raghothaman, A fast affine projection algorithm for an acoustic echo cancellation using a fixed-point DSP processor, in Proc IEEE ICASSP, 1997, vol 5, pp H Ding, A stable fast affine projection adaptation algorithm suitable for low-cost processors, in Proc IEEE ICASSP,2, Instabul, Turkey, pp I F Albu, J Kadlec, N Coleman and A Fagan, The Gauss- Seidel fast affine projection algorithm, In Proc IEEE Signal Process Systems Workshop, October22,SanDiegeo,CA, pp Yuriy V Zakharov, Low complexity implementation of the affine projection algorithm, IEEE signal process letters, pp 1 4, April 28 8 Q G Liu, B Champagne and K C Ho, On the use of a modified fast affine projection algorithm in subbands for acoustic echo cancellation, in Proc IEEE Digital Signal Process Workshop,1996,pp Heping Ding, Fast affine projection adaptation algorithms with stable and robust symmetric linear system solvers, IEEE trans on signal process, vol55,no5,pp ,May 27 1 Ali H Sayed, Hanoch Lev-Ari and Thomas Kailath, Timevariant displacement structure and triangular arrays, IEEE Trans on Signal Process, vol 42, NO 5 issue 8, pp , May Ph Delsarte, Y Genin and Y Kamp, On the mathematical foundations of the generalized Levinson algorithm, in Proc IEEE ICASSP,May1982,vol7,pp G H Golub and C F Van Loan, Matrix Computations, The John Hopkins University Press, Baltimore, MD, third edition, Thomas Kailath and Ali H Sayed, Displacement Structure: Theory and Applications, SIAM review, vol37,no3,pp , September T Kailath and A H Sayed, Fast Reliable Algorithms for Matrices with Structure, SIAM, Ali H Sayed, Adaptive Filters, WileyInter-Science,28 Acknowledgment The authors are thankful to Charalampos Nakos at the National Technical University of Athens for his comments on the manuscript Authorized licensed use limited to: Imperial College London Downloaded on January 4, 21 at 8:23 from IEEE Xplore Restrictions apply

By choosing to view this document, you agree to all provisions of the copyright laws protecting it.

By choosing to view this document, you agree to all provisions of the copyright laws protecting it. This material is posted here with permission of the IEEE Such permission of the IEEE does not in any way imply IEEE endorsement of any of Helsinki University of Technology's products or services Internal

More information

15.062 Data Mining: Algorithms and Applications Matrix Math Review

15.062 Data Mining: Algorithms and Applications Matrix Math Review .6 Data Mining: Algorithms and Applications Matrix Math Review The purpose of this document is to give a brief review of selected linear algebra concepts that will be useful for the course and to develop

More information

Subspace intersection tracking using the Signed URV algorithm

Subspace intersection tracking using the Signed URV algorithm Subspace intersection tracking using the Signed URV algorithm Mu Zhou and Alle-Jan van der Veen TU Delft, The Netherlands 1 Outline Part I: Application 1. AIS ship transponder signal separation 2. Algorithm

More information

6. Cholesky factorization

6. Cholesky factorization 6. Cholesky factorization EE103 (Fall 2011-12) triangular matrices forward and backward substitution the Cholesky factorization solving Ax = b with A positive definite inverse of a positive definite matrix

More information

A Direct Numerical Method for Observability Analysis

A Direct Numerical Method for Observability Analysis IEEE TRANSACTIONS ON POWER SYSTEMS, VOL 15, NO 2, MAY 2000 625 A Direct Numerical Method for Observability Analysis Bei Gou and Ali Abur, Senior Member, IEEE Abstract This paper presents an algebraic method

More information

7 Gaussian Elimination and LU Factorization

7 Gaussian Elimination and LU Factorization 7 Gaussian Elimination and LU Factorization In this final section on matrix factorization methods for solving Ax = b we want to take a closer look at Gaussian elimination (probably the best known method

More information

Solution of Linear Systems

Solution of Linear Systems Chapter 3 Solution of Linear Systems In this chapter we study algorithms for possibly the most commonly occurring problem in scientific computing, the solution of linear systems of equations. We start

More information

CS3220 Lecture Notes: QR factorization and orthogonal transformations

CS3220 Lecture Notes: QR factorization and orthogonal transformations CS3220 Lecture Notes: QR factorization and orthogonal transformations Steve Marschner Cornell University 11 March 2009 In this lecture I ll talk about orthogonal matrices and their properties, discuss

More information

Stability of the LMS Adaptive Filter by Means of a State Equation

Stability of the LMS Adaptive Filter by Means of a State Equation Stability of the LMS Adaptive Filter by Means of a State Equation Vítor H. Nascimento and Ali H. Sayed Electrical Engineering Department University of California Los Angeles, CA 90095 Abstract This work

More information

General Framework for an Iterative Solution of Ax b. Jacobi s Method

General Framework for an Iterative Solution of Ax b. Jacobi s Method 2.6 Iterative Solutions of Linear Systems 143 2.6 Iterative Solutions of Linear Systems Consistent linear systems in real life are solved in one of two ways: by direct calculation (using a matrix factorization,

More information

Inner Product Spaces and Orthogonality

Inner Product Spaces and Orthogonality Inner Product Spaces and Orthogonality week 3-4 Fall 2006 Dot product of R n The inner product or dot product of R n is a function, defined by u, v a b + a 2 b 2 + + a n b n for u a, a 2,, a n T, v b,

More information

Factorization Theorems

Factorization Theorems Chapter 7 Factorization Theorems This chapter highlights a few of the many factorization theorems for matrices While some factorization results are relatively direct, others are iterative While some factorization

More information

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm 1 Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm Hani Mehrpouyan, Student Member, IEEE, Department of Electrical and Computer Engineering Queen s University, Kingston, Ontario,

More information

DATA ANALYSIS II. Matrix Algorithms

DATA ANALYSIS II. Matrix Algorithms DATA ANALYSIS II Matrix Algorithms Similarity Matrix Given a dataset D = {x i }, i=1,..,n consisting of n points in R d, let A denote the n n symmetric similarity matrix between the points, given as where

More information

The Characteristic Polynomial

The Characteristic Polynomial Physics 116A Winter 2011 The Characteristic Polynomial 1 Coefficients of the characteristic polynomial Consider the eigenvalue problem for an n n matrix A, A v = λ v, v 0 (1) The solution to this problem

More information

A STUDY OF ECHO IN VOIP SYSTEMS AND SYNCHRONOUS CONVERGENCE OF

A STUDY OF ECHO IN VOIP SYSTEMS AND SYNCHRONOUS CONVERGENCE OF A STUDY OF ECHO IN VOIP SYSTEMS AND SYNCHRONOUS CONVERGENCE OF THE µ-law PNLMS ALGORITHM Laura Mintandjian and Patrick A. Naylor 2 TSS Departement, Nortel Parc d activites de Chateaufort, 78 Chateaufort-France

More information

Mehtap Ergüven Abstract of Ph.D. Dissertation for the degree of PhD of Engineering in Informatics

Mehtap Ergüven Abstract of Ph.D. Dissertation for the degree of PhD of Engineering in Informatics INTERNATIONAL BLACK SEA UNIVERSITY COMPUTER TECHNOLOGIES AND ENGINEERING FACULTY ELABORATION OF AN ALGORITHM OF DETECTING TESTS DIMENSIONALITY Mehtap Ergüven Abstract of Ph.D. Dissertation for the degree

More information

Numerical Methods I Solving Linear Systems: Sparse Matrices, Iterative Methods and Non-Square Systems

Numerical Methods I Solving Linear Systems: Sparse Matrices, Iterative Methods and Non-Square Systems Numerical Methods I Solving Linear Systems: Sparse Matrices, Iterative Methods and Non-Square Systems Aleksandar Donev Courant Institute, NYU 1 donev@courant.nyu.edu 1 Course G63.2010.001 / G22.2420-001,

More information

Similarity and Diagonalization. Similar Matrices

Similarity and Diagonalization. Similar Matrices MATH022 Linear Algebra Brief lecture notes 48 Similarity and Diagonalization Similar Matrices Let A and B be n n matrices. We say that A is similar to B if there is an invertible n n matrix P such that

More information

SOLVING LINEAR SYSTEMS

SOLVING LINEAR SYSTEMS SOLVING LINEAR SYSTEMS Linear systems Ax = b occur widely in applied mathematics They occur as direct formulations of real world problems; but more often, they occur as a part of the numerical analysis

More information

Linear Algebra Review. Vectors

Linear Algebra Review. Vectors Linear Algebra Review By Tim K. Marks UCSD Borrows heavily from: Jana Kosecka kosecka@cs.gmu.edu http://cs.gmu.edu/~kosecka/cs682.html Virginia de Sa Cogsci 8F Linear Algebra review UCSD Vectors The length

More information

7. LU factorization. factor-solve method. LU factorization. solving Ax = b with A nonsingular. the inverse of a nonsingular matrix

7. LU factorization. factor-solve method. LU factorization. solving Ax = b with A nonsingular. the inverse of a nonsingular matrix 7. LU factorization EE103 (Fall 2011-12) factor-solve method LU factorization solving Ax = b with A nonsingular the inverse of a nonsingular matrix LU factorization algorithm effect of rounding error sparse

More information

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

Direct Methods for Solving Linear Systems. Matrix Factorization

Direct Methods for Solving Linear Systems. Matrix Factorization Direct Methods for Solving Linear Systems Matrix Factorization Numerical Analysis (9th Edition) R L Burden & J D Faires Beamer Presentation Slides prepared by John Carroll Dublin City University c 2011

More information

ADAPTIVE ALGORITHMS FOR ACOUSTIC ECHO CANCELLATION IN SPEECH PROCESSING

ADAPTIVE ALGORITHMS FOR ACOUSTIC ECHO CANCELLATION IN SPEECH PROCESSING www.arpapress.com/volumes/vol7issue1/ijrras_7_1_05.pdf ADAPTIVE ALGORITHMS FOR ACOUSTIC ECHO CANCELLATION IN SPEECH PROCESSING 1,* Radhika Chinaboina, 1 D.S.Ramkiran, 2 Habibulla Khan, 1 M.Usha, 1 B.T.P.Madhav,

More information

LINEAR ALGEBRA W W L CHEN

LINEAR ALGEBRA W W L CHEN LINEAR ALGEBRA W W L CHEN c W W L Chen, 1997, 2008 This chapter is available free to all individuals, on understanding that it is not to be used for financial gain, and may be downloaded and/or photocopied,

More information

Lecture 3: Finding integer solutions to systems of linear equations

Lecture 3: Finding integer solutions to systems of linear equations Lecture 3: Finding integer solutions to systems of linear equations Algorithmic Number Theory (Fall 2014) Rutgers University Swastik Kopparty Scribe: Abhishek Bhrushundi 1 Overview The goal of this lecture

More information

IRREDUCIBLE OPERATOR SEMIGROUPS SUCH THAT AB AND BA ARE PROPORTIONAL. 1. Introduction

IRREDUCIBLE OPERATOR SEMIGROUPS SUCH THAT AB AND BA ARE PROPORTIONAL. 1. Introduction IRREDUCIBLE OPERATOR SEMIGROUPS SUCH THAT AB AND BA ARE PROPORTIONAL R. DRNOVŠEK, T. KOŠIR Dedicated to Prof. Heydar Radjavi on the occasion of his seventieth birthday. Abstract. Let S be an irreducible

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS 1. SYSTEMS OF EQUATIONS AND MATRICES 1.1. Representation of a linear system. The general system of m equations in n unknowns can be written a 11 x 1 + a 12 x 2 +

More information

Notes on Determinant

Notes on Determinant ENGG2012B Advanced Engineering Mathematics Notes on Determinant Lecturer: Kenneth Shum Lecture 9-18/02/2013 The determinant of a system of linear equations determines whether the solution is unique, without

More information

1 VECTOR SPACES AND SUBSPACES

1 VECTOR SPACES AND SUBSPACES 1 VECTOR SPACES AND SUBSPACES What is a vector? Many are familiar with the concept of a vector as: Something which has magnitude and direction. an ordered pair or triple. a description for quantities such

More information

4F7 Adaptive Filters (and Spectrum Estimation) Least Mean Square (LMS) Algorithm Sumeetpal Singh Engineering Department Email : sss40@eng.cam.ac.

4F7 Adaptive Filters (and Spectrum Estimation) Least Mean Square (LMS) Algorithm Sumeetpal Singh Engineering Department Email : sss40@eng.cam.ac. 4F7 Adaptive Filters (and Spectrum Estimation) Least Mean Square (LMS) Algorithm Sumeetpal Singh Engineering Department Email : sss40@eng.cam.ac.uk 1 1 Outline The LMS algorithm Overview of LMS issues

More information

CHAPTER 8 FACTOR EXTRACTION BY MATRIX FACTORING TECHNIQUES. From Exploratory Factor Analysis Ledyard R Tucker and Robert C.

CHAPTER 8 FACTOR EXTRACTION BY MATRIX FACTORING TECHNIQUES. From Exploratory Factor Analysis Ledyard R Tucker and Robert C. CHAPTER 8 FACTOR EXTRACTION BY MATRIX FACTORING TECHNIQUES From Exploratory Factor Analysis Ledyard R Tucker and Robert C MacCallum 1997 180 CHAPTER 8 FACTOR EXTRACTION BY MATRIX FACTORING TECHNIQUES In

More information

Applied Linear Algebra I Review page 1

Applied Linear Algebra I Review page 1 Applied Linear Algebra Review 1 I. Determinants A. Definition of a determinant 1. Using sum a. Permutations i. Sign of a permutation ii. Cycle 2. Uniqueness of the determinant function in terms of properties

More information

Classification of Cartan matrices

Classification of Cartan matrices Chapter 7 Classification of Cartan matrices In this chapter we describe a classification of generalised Cartan matrices This classification can be compared as the rough classification of varieties in terms

More information

Recall that two vectors in are perpendicular or orthogonal provided that their dot

Recall that two vectors in are perpendicular or orthogonal provided that their dot Orthogonal Complements and Projections Recall that two vectors in are perpendicular or orthogonal provided that their dot product vanishes That is, if and only if Example 1 The vectors in are orthogonal

More information

Elementary Matrices and The LU Factorization

Elementary Matrices and The LU Factorization lementary Matrices and The LU Factorization Definition: ny matrix obtained by performing a single elementary row operation (RO) on the identity (unit) matrix is called an elementary matrix. There are three

More information

System Identification for Acoustic Comms.:

System Identification for Acoustic Comms.: System Identification for Acoustic Comms.: New Insights and Approaches for Tracking Sparse and Rapidly Fluctuating Channels Weichang Li and James Preisig Woods Hole Oceanographic Institution The demodulation

More information

Nonlinear Iterative Partial Least Squares Method

Nonlinear Iterative Partial Least Squares Method Numerical Methods for Determining Principal Component Analysis Abstract Factors Béchu, S., Richard-Plouet, M., Fernandez, V., Walton, J., and Fairley, N. (2016) Developments in numerical treatments for

More information

A Piggybacking Design Framework for Read-and Download-efficient Distributed Storage Codes

A Piggybacking Design Framework for Read-and Download-efficient Distributed Storage Codes A Piggybacing Design Framewor for Read-and Download-efficient Distributed Storage Codes K V Rashmi, Nihar B Shah, Kannan Ramchandran, Fellow, IEEE Department of Electrical Engineering and Computer Sciences

More information

Communication on the Grassmann Manifold: A Geometric Approach to the Noncoherent Multiple-Antenna Channel

Communication on the Grassmann Manifold: A Geometric Approach to the Noncoherent Multiple-Antenna Channel IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 48, NO. 2, FEBRUARY 2002 359 Communication on the Grassmann Manifold: A Geometric Approach to the Noncoherent Multiple-Antenna Channel Lizhong Zheng, Student

More information

Continued Fractions and the Euclidean Algorithm

Continued Fractions and the Euclidean Algorithm Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction

More information

Mean value theorem, Taylors Theorem, Maxima and Minima.

Mean value theorem, Taylors Theorem, Maxima and Minima. MA 001 Preparatory Mathematics I. Complex numbers as ordered pairs. Argand s diagram. Triangle inequality. De Moivre s Theorem. Algebra: Quadratic equations and express-ions. Permutations and Combinations.

More information

Mathematics Course 111: Algebra I Part IV: Vector Spaces

Mathematics Course 111: Algebra I Part IV: Vector Spaces Mathematics Course 111: Algebra I Part IV: Vector Spaces D. R. Wilkins Academic Year 1996-7 9 Vector Spaces A vector space over some field K is an algebraic structure consisting of a set V on which are

More information

Orthogonal Bases and the QR Algorithm

Orthogonal Bases and the QR Algorithm Orthogonal Bases and the QR Algorithm Orthogonal Bases by Peter J Olver University of Minnesota Throughout, we work in the Euclidean vector space V = R n, the space of column vectors with n real entries

More information

Linear Algebra: Determinants, Inverses, Rank

Linear Algebra: Determinants, Inverses, Rank D Linear Algebra: Determinants, Inverses, Rank D 1 Appendix D: LINEAR ALGEBRA: DETERMINANTS, INVERSES, RANK TABLE OF CONTENTS Page D.1. Introduction D 3 D.2. Determinants D 3 D.2.1. Some Properties of

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS Systems of Equations and Matrices Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

Operation Count; Numerical Linear Algebra

Operation Count; Numerical Linear Algebra 10 Operation Count; Numerical Linear Algebra 10.1 Introduction Many computations are limited simply by the sheer number of required additions, multiplications, or function evaluations. If floating-point

More information

Introduction to Matrix Algebra

Introduction to Matrix Algebra Psychology 7291: Multivariate Statistics (Carey) 8/27/98 Matrix Algebra - 1 Introduction to Matrix Algebra Definitions: A matrix is a collection of numbers ordered by rows and columns. It is customary

More information

by the matrix A results in a vector which is a reflection of the given

by the matrix A results in a vector which is a reflection of the given Eigenvalues & Eigenvectors Example Suppose Then So, geometrically, multiplying a vector in by the matrix A results in a vector which is a reflection of the given vector about the y-axis We observe that

More information

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model 1 September 004 A. Introduction and assumptions The classical normal linear regression model can be written

More information

Factor analysis. Angela Montanari

Factor analysis. Angela Montanari Factor analysis Angela Montanari 1 Introduction Factor analysis is a statistical model that allows to explain the correlations between a large number of observed correlated variables through a small number

More information

LINEAR ALGEBRA. September 23, 2010

LINEAR ALGEBRA. September 23, 2010 LINEAR ALGEBRA September 3, 00 Contents 0. LU-decomposition.................................... 0. Inverses and Transposes................................. 0.3 Column Spaces and NullSpaces.............................

More information

AMS526: Numerical Analysis I (Numerical Linear Algebra)

AMS526: Numerical Analysis I (Numerical Linear Algebra) AMS526: Numerical Analysis I (Numerical Linear Algebra) Lecture 19: SVD revisited; Software for Linear Algebra Xiangmin Jiao Stony Brook University Xiangmin Jiao Numerical Analysis I 1 / 9 Outline 1 Computing

More information

THE Walsh Hadamard transform (WHT) and discrete

THE Walsh Hadamard transform (WHT) and discrete IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 54, NO. 12, DECEMBER 2007 2741 Fast Block Center Weighted Hadamard Transform Moon Ho Lee, Senior Member, IEEE, Xiao-Dong Zhang Abstract

More information

Math 115A HW4 Solutions University of California, Los Angeles. 5 2i 6 + 4i. (5 2i)7i (6 + 4i)( 3 + i) = 35i + 14 ( 22 6i) = 36 + 41i.

Math 115A HW4 Solutions University of California, Los Angeles. 5 2i 6 + 4i. (5 2i)7i (6 + 4i)( 3 + i) = 35i + 14 ( 22 6i) = 36 + 41i. Math 5A HW4 Solutions September 5, 202 University of California, Los Angeles Problem 4..3b Calculate the determinant, 5 2i 6 + 4i 3 + i 7i Solution: The textbook s instructions give us, (5 2i)7i (6 + 4i)(

More information

Least Squares Estimation

Least Squares Estimation Least Squares Estimation SARA A VAN DE GEER Volume 2, pp 1041 1045 in Encyclopedia of Statistics in Behavioral Science ISBN-13: 978-0-470-86080-9 ISBN-10: 0-470-86080-4 Editors Brian S Everitt & David

More information

ALGEBRAIC EIGENVALUE PROBLEM

ALGEBRAIC EIGENVALUE PROBLEM ALGEBRAIC EIGENVALUE PROBLEM BY J. H. WILKINSON, M.A. (Cantab.), Sc.D. Technische Universes! Dsrmstedt FACHBEREICH (NFORMATiK BIBL1OTHEK Sachgebieto:. Standort: CLARENDON PRESS OXFORD 1965 Contents 1.

More information

Orthogonal Diagonalization of Symmetric Matrices

Orthogonal Diagonalization of Symmetric Matrices MATH10212 Linear Algebra Brief lecture notes 57 Gram Schmidt Process enables us to find an orthogonal basis of a subspace. Let u 1,..., u k be a basis of a subspace V of R n. We begin the process of finding

More information

A Spectral Clustering Approach to Validating Sensors via Their Peers in Distributed Sensor Networks

A Spectral Clustering Approach to Validating Sensors via Their Peers in Distributed Sensor Networks A Spectral Clustering Approach to Validating Sensors via Their Peers in Distributed Sensor Networks H. T. Kung Dario Vlah {htk, dario}@eecs.harvard.edu Harvard School of Engineering and Applied Sciences

More information

Solving Systems of Linear Equations

Solving Systems of Linear Equations LECTURE 5 Solving Systems of Linear Equations Recall that we introduced the notion of matrices as a way of standardizing the expression of systems of linear equations In today s lecture I shall show how

More information

Analysis of Mean-Square Error and Transient Speed of the LMS Adaptive Algorithm

Analysis of Mean-Square Error and Transient Speed of the LMS Adaptive Algorithm IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 48, NO. 7, JULY 2002 1873 Analysis of Mean-Square Error Transient Speed of the LMS Adaptive Algorithm Onkar Dabeer, Student Member, IEEE, Elias Masry, Fellow,

More information

Eigenvalues, Eigenvectors, Matrix Factoring, and Principal Components

Eigenvalues, Eigenvectors, Matrix Factoring, and Principal Components Eigenvalues, Eigenvectors, Matrix Factoring, and Principal Components The eigenvalues and eigenvectors of a square matrix play a key role in some important operations in statistics. In particular, they

More information

Clarify Some Issues on the Sparse Bayesian Learning for Sparse Signal Recovery

Clarify Some Issues on the Sparse Bayesian Learning for Sparse Signal Recovery Clarify Some Issues on the Sparse Bayesian Learning for Sparse Signal Recovery Zhilin Zhang and Bhaskar D. Rao Technical Report University of California at San Diego September, Abstract Sparse Bayesian

More information

MATH 423 Linear Algebra II Lecture 38: Generalized eigenvectors. Jordan canonical form (continued).

MATH 423 Linear Algebra II Lecture 38: Generalized eigenvectors. Jordan canonical form (continued). MATH 423 Linear Algebra II Lecture 38: Generalized eigenvectors Jordan canonical form (continued) Jordan canonical form A Jordan block is a square matrix of the form λ 1 0 0 0 0 λ 1 0 0 0 0 λ 0 0 J = 0

More information

The Singular Value Decomposition in Symmetric (Löwdin) Orthogonalization and Data Compression

The Singular Value Decomposition in Symmetric (Löwdin) Orthogonalization and Data Compression The Singular Value Decomposition in Symmetric (Löwdin) Orthogonalization and Data Compression The SVD is the most generally applicable of the orthogonal-diagonal-orthogonal type matrix decompositions Every

More information

Matrix Differentiation

Matrix Differentiation 1 Introduction Matrix Differentiation ( and some other stuff ) Randal J. Barnes Department of Civil Engineering, University of Minnesota Minneapolis, Minnesota, USA Throughout this presentation I have

More information

University of Lille I PC first year list of exercises n 7. Review

University of Lille I PC first year list of exercises n 7. Review University of Lille I PC first year list of exercises n 7 Review Exercise Solve the following systems in 4 different ways (by substitution, by the Gauss method, by inverting the matrix of coefficients

More information

Notes on Cholesky Factorization

Notes on Cholesky Factorization Notes on Cholesky Factorization Robert A. van de Geijn Department of Computer Science Institute for Computational Engineering and Sciences The University of Texas at Austin Austin, TX 78712 rvdg@cs.utexas.edu

More information

Dynamic Eigenvalues for Scalar Linear Time-Varying Systems

Dynamic Eigenvalues for Scalar Linear Time-Varying Systems Dynamic Eigenvalues for Scalar Linear Time-Varying Systems P. van der Kloet and F.L. Neerhoff Department of Electrical Engineering Delft University of Technology Mekelweg 4 2628 CD Delft The Netherlands

More information

Examination paper for TMA4205 Numerical Linear Algebra

Examination paper for TMA4205 Numerical Linear Algebra Department of Mathematical Sciences Examination paper for TMA4205 Numerical Linear Algebra Academic contact during examination: Markus Grasmair Phone: 97580435 Examination date: December 16, 2015 Examination

More information

Matrices and Polynomials

Matrices and Polynomials APPENDIX 9 Matrices and Polynomials he Multiplication of Polynomials Let α(z) =α 0 +α 1 z+α 2 z 2 + α p z p and y(z) =y 0 +y 1 z+y 2 z 2 + y n z n be two polynomials of degrees p and n respectively. hen,

More information

MATRICES WITH DISPLACEMENT STRUCTURE A SURVEY

MATRICES WITH DISPLACEMENT STRUCTURE A SURVEY MATRICES WITH DISPLACEMENT STRUCTURE A SURVEY PLAMEN KOEV Abstract In the following survey we look at structured matrices with what is referred to as low displacement rank Matrices like Cauchy Vandermonde

More information

Vector and Matrix Norms

Vector and Matrix Norms Chapter 1 Vector and Matrix Norms 11 Vector Spaces Let F be a field (such as the real numbers, R, or complex numbers, C) with elements called scalars A Vector Space, V, over the field F is a non-empty

More information

Linear Codes. Chapter 3. 3.1 Basics

Linear Codes. Chapter 3. 3.1 Basics Chapter 3 Linear Codes In order to define codes that we can encode and decode efficiently, we add more structure to the codespace. We shall be mainly interested in linear codes. A linear code of length

More information

Some Polynomial Theorems. John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom.

Some Polynomial Theorems. John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom. Some Polynomial Theorems by John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom.com This paper contains a collection of 31 theorems, lemmas,

More information

Least-Squares Intersection of Lines

Least-Squares Intersection of Lines Least-Squares Intersection of Lines Johannes Traa - UIUC 2013 This write-up derives the least-squares solution for the intersection of lines. In the general case, a set of lines will not intersect at a

More information

Lecture 5: Singular Value Decomposition SVD (1)

Lecture 5: Singular Value Decomposition SVD (1) EEM3L1: Numerical and Analytical Techniques Lecture 5: Singular Value Decomposition SVD (1) EE3L1, slide 1, Version 4: 25-Sep-02 Motivation for SVD (1) SVD = Singular Value Decomposition Consider the system

More information

Lecture 1: Schur s Unitary Triangularization Theorem

Lecture 1: Schur s Unitary Triangularization Theorem Lecture 1: Schur s Unitary Triangularization Theorem This lecture introduces the notion of unitary equivalence and presents Schur s theorem and some of its consequences It roughly corresponds to Sections

More information

Kristine L. Bell and Harry L. Van Trees. Center of Excellence in C 3 I George Mason University Fairfax, VA 22030-4444, USA kbell@gmu.edu, hlv@gmu.

Kristine L. Bell and Harry L. Van Trees. Center of Excellence in C 3 I George Mason University Fairfax, VA 22030-4444, USA kbell@gmu.edu, hlv@gmu. POSERIOR CRAMÉR-RAO BOUND FOR RACKING ARGE BEARING Kristine L. Bell and Harry L. Van rees Center of Excellence in C 3 I George Mason University Fairfax, VA 22030-4444, USA bell@gmu.edu, hlv@gmu.edu ABSRAC

More information

1 Introduction to Matrices

1 Introduction to Matrices 1 Introduction to Matrices In this section, important definitions and results from matrix algebra that are useful in regression analysis are introduced. While all statements below regarding the columns

More information

Two classes of ternary codes and their weight distributions

Two classes of ternary codes and their weight distributions Two classes of ternary codes and their weight distributions Cunsheng Ding, Torleiv Kløve, and Francesco Sica Abstract In this paper we describe two classes of ternary codes, determine their minimum weight

More information

1 Sets and Set Notation.

1 Sets and Set Notation. LINEAR ALGEBRA MATH 27.6 SPRING 23 (COHEN) LECTURE NOTES Sets and Set Notation. Definition (Naive Definition of a Set). A set is any collection of objects, called the elements of that set. We will most

More information

Linear Threshold Units

Linear Threshold Units Linear Threshold Units w x hx (... w n x n w We assume that each feature x j and each weight w j is a real number (we will relax this later) We will study three different algorithms for learning linear

More information

NOTES ON LINEAR TRANSFORMATIONS

NOTES ON LINEAR TRANSFORMATIONS NOTES ON LINEAR TRANSFORMATIONS Definition 1. Let V and W be vector spaces. A function T : V W is a linear transformation from V to W if the following two properties hold. i T v + v = T v + T v for all

More information

Inner products on R n, and more

Inner products on R n, and more Inner products on R n, and more Peyam Ryan Tabrizian Friday, April 12th, 2013 1 Introduction You might be wondering: Are there inner products on R n that are not the usual dot product x y = x 1 y 1 + +

More information

MATH 551 - APPLIED MATRIX THEORY

MATH 551 - APPLIED MATRIX THEORY MATH 55 - APPLIED MATRIX THEORY FINAL TEST: SAMPLE with SOLUTIONS (25 points NAME: PROBLEM (3 points A web of 5 pages is described by a directed graph whose matrix is given by A Do the following ( points

More information

ON THE DEGREES OF FREEDOM OF SIGNALS ON GRAPHS. Mikhail Tsitsvero and Sergio Barbarossa

ON THE DEGREES OF FREEDOM OF SIGNALS ON GRAPHS. Mikhail Tsitsvero and Sergio Barbarossa ON THE DEGREES OF FREEDOM OF SIGNALS ON GRAPHS Mikhail Tsitsvero and Sergio Barbarossa Sapienza Univ. of Rome, DIET Dept., Via Eudossiana 18, 00184 Rome, Italy E-mail: tsitsvero@gmail.com, sergio.barbarossa@uniroma1.it

More information

Network (Tree) Topology Inference Based on Prüfer Sequence

Network (Tree) Topology Inference Based on Prüfer Sequence Network (Tree) Topology Inference Based on Prüfer Sequence C. Vanniarajan and Kamala Krithivasan Department of Computer Science and Engineering Indian Institute of Technology Madras Chennai 600036 vanniarajanc@hcl.in,

More information

Final Year Project Progress Report. Frequency-Domain Adaptive Filtering. Myles Friel. Supervisor: Dr.Edward Jones

Final Year Project Progress Report. Frequency-Domain Adaptive Filtering. Myles Friel. Supervisor: Dr.Edward Jones Final Year Project Progress Report Frequency-Domain Adaptive Filtering Myles Friel 01510401 Supervisor: Dr.Edward Jones Abstract The Final Year Project is an important part of the final year of the Electronic

More information

Linear Algebra Methods for Data Mining

Linear Algebra Methods for Data Mining Linear Algebra Methods for Data Mining Saara Hyvönen, Saara.Hyvonen@cs.helsinki.fi Spring 2007 Lecture 3: QR, least squares, linear regression Linear Algebra Methods for Data Mining, Spring 2007, University

More information

The Matrix Elements of a 3 3 Orthogonal Matrix Revisited

The Matrix Elements of a 3 3 Orthogonal Matrix Revisited Physics 116A Winter 2011 The Matrix Elements of a 3 3 Orthogonal Matrix Revisited 1. Introduction In a class handout entitled, Three-Dimensional Proper and Improper Rotation Matrices, I provided a derivation

More information

α = u v. In other words, Orthogonal Projection

α = u v. In other words, Orthogonal Projection Orthogonal Projection Given any nonzero vector v, it is possible to decompose an arbitrary vector u into a component that points in the direction of v and one that points in a direction orthogonal to v

More information

Review Jeopardy. Blue vs. Orange. Review Jeopardy

Review Jeopardy. Blue vs. Orange. Review Jeopardy Review Jeopardy Blue vs. Orange Review Jeopardy Jeopardy Round Lectures 0-3 Jeopardy Round $200 How could I measure how far apart (i.e. how different) two observations, y 1 and y 2, are from each other?

More information

13 MATH FACTS 101. 2 a = 1. 7. The elements of a vector have a graphical interpretation, which is particularly easy to see in two or three dimensions.

13 MATH FACTS 101. 2 a = 1. 7. The elements of a vector have a graphical interpretation, which is particularly easy to see in two or three dimensions. 3 MATH FACTS 0 3 MATH FACTS 3. Vectors 3.. Definition We use the overhead arrow to denote a column vector, i.e., a linear segment with a direction. For example, in three-space, we write a vector in terms

More information

Section 6.1 - Inner Products and Norms

Section 6.1 - Inner Products and Norms Section 6.1 - Inner Products and Norms Definition. Let V be a vector space over F {R, C}. An inner product on V is a function that assigns, to every ordered pair of vectors x and y in V, a scalar in F,

More information

Solving polynomial least squares problems via semidefinite programming relaxations

Solving polynomial least squares problems via semidefinite programming relaxations Solving polynomial least squares problems via semidefinite programming relaxations Sunyoung Kim and Masakazu Kojima August 2007, revised in November, 2007 Abstract. A polynomial optimization problem whose

More information

A linear algebraic method for pricing temporary life annuities

A linear algebraic method for pricing temporary life annuities A linear algebraic method for pricing temporary life annuities P. Date (joint work with R. Mamon, L. Jalen and I.C. Wang) Department of Mathematical Sciences, Brunel University, London Outline Introduction

More information

Notes on Symmetric Matrices

Notes on Symmetric Matrices CPSC 536N: Randomized Algorithms 2011-12 Term 2 Notes on Symmetric Matrices Prof. Nick Harvey University of British Columbia 1 Symmetric Matrices We review some basic results concerning symmetric matrices.

More information

P164 Tomographic Velocity Model Building Using Iterative Eigendecomposition

P164 Tomographic Velocity Model Building Using Iterative Eigendecomposition P164 Tomographic Velocity Model Building Using Iterative Eigendecomposition K. Osypov* (WesternGeco), D. Nichols (WesternGeco), M. Woodward (WesternGeco) & C.E. Yarman (WesternGeco) SUMMARY Tomographic

More information