4.1 RANK of a MATRIX Rank List Given Matrix M, the Following Are Equal

Total Page:16

File Type:pdf, Size:1020Kb

4.1 RANK of a MATRIX Rank List Given Matrix M, the Following Are Equal page 1 of Section 4.1 CHAPTER 4 MATRICES CONTINUED SECTION 4.1 RANK OF A MATRIX rank list Given matrix M, the following are equal: (1) maximal number of ind cols (i.e., dim of the col space of M) (2) maximal number of ind rows (i.e., dim of the row space of M) (3) number of cols with pivots in the echelon form of M (4) number of nonzero rows in the echelon form of M You know that (1) = (3) and (2) = (4) from Section 3.1. To see that (3) = (4) just stare at some echelon forms. This one number (that all four things equal) is called the rank of M. As a special case, a zero matrix is said to have rank 0. how row ops affect rank Row ops don't change the rank because they don't change the max number of ind cols or rows. example 1 12-10 24-20 has rank 1 (maximally one ind col, by inspection) 48-40 000 []000 has rank 0 example 2 2540 0001 LetM= -2 1 -1 0 21170 To find the rank of M, use row ops R3=R1+R3 R4=-R1+R4 R2ØR3 R4=-R2+R4 2540 0630 to get the unreduced echelon form 0001 0000 Cols 1,2,4 have pivots. So the rank of M is 3. how the rank is limited by the size of the matrix IfAis7≈4then its rank is either 0 (if it's the zero matrix), 1, 2, 3 or 4. The rank can't be 5 or larger because there can't be 5 ind cols when there are only 4 cols to begin with. example 3 IfMis7≈6andhasrank 4 then the 6 cols are dep, any set of 5 cols is dep, some foursome of cols is ind. Similarly, the 7 rows are dep, any 6 rows are dep, any 5 rows are dep, some set of 4 rows is ind. page 2 of Section 4.1 example 4 IfAis6≈7andthe6rows are dependent then the rank is 0,1,2,3,4 or 5. invertible rule LetMbeann≈nmatrix. The following are equivalent; i.e., either all are true or all are false. (1) M is invertible (nonsingular). (2) |M| ≠ 0. (3) Echelon form of M is I. (4) Rows of M are independent. (5) Cols of M are independent. (6) Rank of M is n. proof that (6) belongs on the list Item (6) is equivalent to (5) because for ann≈nmatrix, ind cols means maximally n ind cols which means the rank is n. order of a determinant If a matrix isn≈nthen its determinant is said to have order n. subdeterminants The fat dots in Fig 1 illustrate the idea of3≈3submatrix. The determinant of the fat dots is a subdeterminant of order 3 as opposed to the original det which is of order 5. A5≈5matrix has lots of subdets of orders 4,3,2,1 and has one subdet (the whole thing) of order 5. …ø…øø …………… …………… …ø…øø …ø…øø FIG 1 rank list Given a matrix M. The following are all equal and are called the rank of M: (1) maximal number of ind cols (i.e., dim of the col space of M) (2) maximal number of ind rows (i.e., dim of the row space of M) (3) number of cols with pivots in the echelon form of M (4) number of nonzero rows in the echelon form of M (5) largest order of all the nonzero subdeterminants of M The proof that (5) belongs on the list is omitted because it gets messy. example 5 Ifa5≈7matrix has rank 3 then every5≈5subdeterminant is 0, every4≈4 subdeterminant is 0 and at least one (but not necessarily all) of the3≈3 subdeterminants is not 0. page 3 of Section 4.1 PROBLEMS FOR SECTION 4.1 1. Find the rank 115 2 1000 3 23456 013 0100 (a) (b) (c) 2519 (d) 4 []00000 0001 5 -1 1 1 0036 3418 2. Suppose M has 9 cols and its rank is 5. Decide, if possible, whether the following are ind or dep. (a) first six cols of M (b) first five cols of M (c) first four cols of M 3. Suppose M is7≈9 (7rows, 9 cols). What can you conclude about the rank of M if (a) that's all the information you have (b)row3=2row7+8row4 (c) first five rows are ind (d) first 5 rows are ind and every set of 6 rows is dep. (e) first 7 cols are ind (f) rows 1 and 2 are ind, rows 1,2,3 are dep 4. Suppose the echelon form of M is 120 001 000 What can you conclude about |M| and about subdeterminants of M. 5. Suppose rankM=5.Find rank MT. 6. Suppose rankA=6andAisinvertible. Find the rank of A-1. 7.IfrankB=2find rank(3B). 8. Let t √20 M= √ 2t√ 2 0 √ 2t Find the rank of M (it will depend on t). 9.Mis5≈5.What can you conclude about the rank of M if (a)oneofits3≈3subdeterminants is 6 (b)the3≈3subdeterminant in the NE corner is 0 and the3≈3subdet in the SW corner is 8 (c)oneofits3≈3subdets is 0, another of its3≈3subdets is 8 and all the4≈4 subdets are 0 (d)allthe3≈3subdets are 0 (e)oneofits3≈3subdets is 0 page 1 of Section 4.2 SECTION 4.2 ORTHOGONAL MATRICES orthogonal matrix rule Let M be a (real)n≈nmatrix. The following are equivalent (i.e., if any one of the three holds then they all hold, if any one fails then they all fail). (1) M-1 =MT, i.e., MMT = I; i.e. MTM=I. n (2) Cols of M are orthonormal vectors in R (orthogonal and unit length). (3) Rows of M are orthonormal vectors in Rn. A matrix with these properties is called orthogonal. Note that, for a square matrix, this rule says all of the following (and then some): If the rows are orthonormal then the cols are also orthonormal. If the cols are orthonormal then the rows are also orthonormal. If the rows are orthonormal then the inverse of the matrix is easy to find; it's the transpose. If the cols are orthonormal then the inverse of the matrix is easy to find; it's the transpose. warning Items (2) and (3) in the orthogonal matrix rule involve orthonormal rows and cols, not just orthogonal rows and cols. proof that (1) is equivalent to (3) Suppose M is3≈3.Letu,v,w be the rows of M so that u,v,w are the cols of MT. then u…u u…v u…w MMT = v…u v…v v…w w…u w…v w…w So MMT = I iff u…u = v…v = w…w = 1 and u…v = u…w = v…w = 0 iff u,v,w are orthog and «u« = «v« = «w« = 1 iff u,v,w are orthonormal proof that (1) is equivalent to (2) This can be done similarly by letting p,q,r be the cols of M and considering MTM instead of MMT. example 1 Let 1/√61/√62/√6 M= -2/√50 1/√5 1/√30 -5√30 2/√30 By inspection, the rows are unit vectors (i.e., «row 1« = «row 2« = «row 3« = 1. And the rows are orthogonal (row 1…row 2 = row 1…row 3 = row 2…row3=0).SoMisan orthogonal matrix. Its cols are orthonormal and M-1 =MT. the basis changing matrix If a new basis for Rn is orthonormal then the basis changing matrix P has orthonormal cols so it is an orthogonal matrix and easy to invert; namely P-1 =PT. For example, if the axes in R2 are rotated by 32o then the new orthonormal basis vectors are u = ( cos 32o, sin 32o) v = (-sin 32o, cos 32o). page 2 of Section 4.2 And cos 32o -sin 32o P= sin 32o cos 32o cos 32o sin 32o P-1 =PT = -sin 32o cos 32o determinant of an orthogonal matrix (1) If M is orthogonal then |M|=–1. This also means that if|M| ≠ –1 then M can't be orthogonal. (2) But orthogonal matrixes are not the only matrices whose dets are –1; in other words, if |M| = –1 then M is not necessarily an orthogonal matrix. proof of (1) Suppose A is orthogonal. Then AAT =I |AAT|=1 |A||AT|=1 |A|2 =1 |A|=–1 proof of (2) 41 Here's a counterexample. Let M = []31 . Then detM=1butMisnotorthogonal. warning repeated A matrix with merely orthogonal cols is a nothing. An orthogonal matrix has to have orthonormal cols. how to show that a matrix is orthogonal method 1 Look at its rows (or cols) to see if they are orthonormal. method 1 Multiply the matrix by its transpose to see if the product is I. how to show that a matrix is not orthogonal method 1 Look at its rows (or cols) to see that they are not orthonormal. method 2 Or show that the matrix times its transpose is not I. method 3 Find the det. If the det is not –1 then the matrix is not orthog. (But if the det is – 1 then you have no conclusion.) example 2 Show that if M is orthogonal then -M is also orthogonal. solution method 1 If M is orthogonal then its col vectors are orthonormal. Intuitively, multiplying by -1 reverses the direction of an arrow but doesn't change it length, so the cols of -M are still orthogonal and still have unit length.
Recommended publications
  • Orthogonal Reduction 1 the Row Echelon Form -.: Mathematical
    MATH 5330: Computational Methods of Linear Algebra Lecture 9: Orthogonal Reduction Xianyi Zeng Department of Mathematical Sciences, UTEP 1 The Row Echelon Form Our target is to solve the normal equation: AtAx = Atb ; (1.1) m×n where A 2 R is arbitrary; we have shown previously that this is equivalent to the least squares problem: min jjAx−bjj : (1.2) x2Rn t n×n As A A2R is symmetric positive semi-definite, we can try to compute the Cholesky decom- t t n×n position such that A A = L L for some lower-triangular matrix L 2 R . One problem with this approach is that we're not fully exploring our information, particularly in Cholesky decomposition we treat AtA as a single entity in ignorance of the information about A itself. t m×m In particular, the structure A A motivates us to study a factorization A=QE, where Q2R m×n is orthogonal and E 2 R is to be determined. Then we may transform the normal equation to: EtEx = EtQtb ; (1.3) t m×m where the identity Q Q = Im (the identity matrix in R ) is used. This normal equation is equivalent to the least squares problem with E: t min Ex−Q b : (1.4) x2Rn Because orthogonal transformation preserves the L2-norm, (1.2) and (1.4) are equivalent to each n other. Indeed, for any x 2 R : jjAx−bjj2 = (b−Ax)t(b−Ax) = (b−QEx)t(b−QEx) = [Q(Qtb−Ex)]t[Q(Qtb−Ex)] t t t t t t t t 2 = (Q b−Ex) Q Q(Q b−Ex) = (Q b−Ex) (Q b−Ex) = Ex−Q b : Hence the target is to find an E such that (1.3) is easier to solve.
    [Show full text]
  • On the Eigenvalues of Euclidean Distance Matrices
    “main” — 2008/10/13 — 23:12 — page 237 — #1 Volume 27, N. 3, pp. 237–250, 2008 Copyright © 2008 SBMAC ISSN 0101-8205 www.scielo.br/cam On the eigenvalues of Euclidean distance matrices A.Y. ALFAKIH∗ Department of Mathematics and Statistics University of Windsor, Windsor, Ontario N9B 3P4, Canada E-mail: [email protected] Abstract. In this paper, the notion of equitable partitions (EP) is used to study the eigenvalues of Euclidean distance matrices (EDMs). In particular, EP is used to obtain the characteristic poly- nomials of regular EDMs and non-spherical centrally symmetric EDMs. The paper also presents methods for constructing cospectral EDMs and EDMs with exactly three distinct eigenvalues. Mathematical subject classification: 51K05, 15A18, 05C50. Key words: Euclidean distance matrices, eigenvalues, equitable partitions, characteristic poly- nomial. 1 Introduction ( ) An n ×n nonzero matrix D = di j is called a Euclidean distance matrix (EDM) 1, 2,..., n r if there exist points p p p in some Euclidean space < such that i j 2 , ,..., , di j = ||p − p || for all i j = 1 n where || || denotes the Euclidean norm. i , ,..., Let p , i ∈ N = {1 2 n}, be the set of points that generate an EDM π π ( , ,..., ) D. An m-partition of D is an ordered sequence = N1 N2 Nm of ,..., nonempty disjoint subsets of N whose union is N. The subsets N1 Nm are called the cells of the partition. The n-partition of D where each cell consists #760/08. Received: 07/IV/08. Accepted: 17/VI/08. ∗Research supported by the Natural Sciences and Engineering Research Council of Canada and MITACS.
    [Show full text]
  • Rotation Matrix - Wikipedia, the Free Encyclopedia Page 1 of 22
    Rotation matrix - Wikipedia, the free encyclopedia Page 1 of 22 Rotation matrix From Wikipedia, the free encyclopedia In linear algebra, a rotation matrix is a matrix that is used to perform a rotation in Euclidean space. For example the matrix rotates points in the xy -Cartesian plane counterclockwise through an angle θ about the origin of the Cartesian coordinate system. To perform the rotation, the position of each point must be represented by a column vector v, containing the coordinates of the point. A rotated vector is obtained by using the matrix multiplication Rv (see below for details). In two and three dimensions, rotation matrices are among the simplest algebraic descriptions of rotations, and are used extensively for computations in geometry, physics, and computer graphics. Though most applications involve rotations in two or three dimensions, rotation matrices can be defined for n-dimensional space. Rotation matrices are always square, with real entries. Algebraically, a rotation matrix in n-dimensions is a n × n special orthogonal matrix, i.e. an orthogonal matrix whose determinant is 1: . The set of all rotation matrices forms a group, known as the rotation group or the special orthogonal group. It is a subset of the orthogonal group, which includes reflections and consists of all orthogonal matrices with determinant 1 or -1, and of the special linear group, which includes all volume-preserving transformations and consists of matrices with determinant 1. Contents 1 Rotations in two dimensions 1.1 Non-standard orientation
    [Show full text]
  • §9.2 Orthogonal Matrices and Similarity Transformations
    n×n Thm: Suppose matrix Q 2 R is orthogonal. Then −1 T I Q is invertible with Q = Q . n T T I For any x; y 2 R ,(Q x) (Q y) = x y. n I For any x 2 R , kQ xk2 = kxk2. Ex 0 1 1 1 1 1 2 2 2 2 B C B 1 1 1 1 C B − 2 2 − 2 2 C B C T H = B C ; H H = I : B C B − 1 − 1 1 1 C B 2 2 2 2 C @ A 1 1 1 1 2 − 2 − 2 2 x9.2 Orthogonal Matrices and Similarity Transformations n×n Def: A matrix Q 2 R is said to be orthogonal if its columns n (1) (2) (n)o n q ; q ; ··· ; q form an orthonormal set in R . Ex 0 1 1 1 1 1 2 2 2 2 B C B 1 1 1 1 C B − 2 2 − 2 2 C B C T H = B C ; H H = I : B C B − 1 − 1 1 1 C B 2 2 2 2 C @ A 1 1 1 1 2 − 2 − 2 2 x9.2 Orthogonal Matrices and Similarity Transformations n×n Def: A matrix Q 2 R is said to be orthogonal if its columns n (1) (2) (n)o n q ; q ; ··· ; q form an orthonormal set in R . n×n Thm: Suppose matrix Q 2 R is orthogonal. Then −1 T I Q is invertible with Q = Q . n T T I For any x; y 2 R ,(Q x) (Q y) = x y.
    [Show full text]
  • The Jordan Canonical Forms of Complex Orthogonal and Skew-Symmetric Matrices Roger A
    CORE Metadata, citation and similar papers at core.ac.uk Provided by Elsevier - Publisher Connector Linear Algebra and its Applications 302–303 (1999) 411–421 www.elsevier.com/locate/laa The Jordan Canonical Forms of complex orthogonal and skew-symmetric matrices Roger A. Horn a,∗, Dennis I. Merino b aDepartment of Mathematics, University of Utah, 155 South 1400 East, Salt Lake City, UT 84112–0090, USA bDepartment of Mathematics, Southeastern Louisiana University, Hammond, LA 70402-0687, USA Received 25 August 1999; accepted 3 September 1999 Submitted by B. Cain Dedicated to Hans Schneider Abstract We study the Jordan Canonical Forms of complex orthogonal and skew-symmetric matrices, and consider some related results. © 1999 Elsevier Science Inc. All rights reserved. Keywords: Canonical form; Complex orthogonal matrix; Complex skew-symmetric matrix 1. Introduction and notation Every square complex matrix A is similar to its transpose, AT ([2, Section 3.2.3] or [1, Chapter XI, Theorem 5]), and the similarity class of the n-by-n complex symmetric matrices is all of Mn [2, Theorem 4.4.9], the set of n-by-n complex matrices. However, other natural similarity classes of matrices are non-trivial and can be characterized by simple conditions involving the Jordan Canonical Form. For example, A is similar to its complex conjugate, A (and hence also to its T adjoint, A∗ = A ), if and only if A is similar to a real matrix [2, Theorem 4.1.7]; the Jordan Canonical Form of such a matrix can contain only Jordan blocks with real eigenvalues and pairs of Jordan blocks of the form Jk(λ) ⊕ Jk(λ) for non-real λ.We denote by Jk(λ) the standard upper triangular k-by-k Jordan block with eigenvalue ∗ Corresponding author.
    [Show full text]
  • Fifth Lecture
    Lecture # 3 Orthogonal Matrices and Matrix Norms We repeat the definition an orthogonal set and orthornormal set. n Definition 1 A set of k vectors fu1; u2;:::; ukg, where each ui 2 R , is said to be an orthogonal with respect to the inner product (·; ·) if (ui; uj) = 0 for i =6 j. The set is said to be orthonormal if it is orthogonal and (ui; ui) = 1 for i = 1; 2; : : : ; k The definition of an orthogonal matrix is related to the definition for vectors, but with a subtle difference. n×k Definition 2 The matrix U = (u1; u2;:::; uk) 2 R whose columns form an orthonormal set is said to be left orthogonal. If k = n, that is, U is square, then U is said to be an orthogonal matrix. Note that the columns of (left) orthogonal matrices are orthonormal, not merely orthogonal. Square complex matrices whose columns form an orthonormal set are called unitary. Example 1 Here are some common 2 × 2 orthogonal matrices ! 1 0 U = 0 1 ! p 1 −1 U = 0:5 1 1 ! 0:8 0:6 U = 0:6 −0:8 ! cos θ sin θ U = − sin θ cos θ Let x 2 Rn then k k2 T Ux 2 = (Ux) (Ux) = xT U T Ux = xT x k k2 = x 2 1 So kUxk2 = kxk2: This property is called orthogonal invariance, it is an important and useful property of the two norm and orthogonal transformations. That is, orthog- onal transformations DO NOT AFFECT the two-norm, there is no compa- rable property for the one-norm or 1-norm.
    [Show full text]
  • Advanced Linear Algebra (MA251) Lecture Notes Contents
    Algebra I – Advanced Linear Algebra (MA251) Lecture Notes Derek Holt and Dmitriy Rumynin year 2009 (revised at the end) Contents 1 Review of Some Linear Algebra 3 1.1 The matrix of a linear map with respect to a fixed basis . ........ 3 1.2 Changeofbasis................................... 4 2 The Jordan Canonical Form 4 2.1 Introduction.................................... 4 2.2 TheCayley-Hamiltontheorem . ... 6 2.3 Theminimalpolynomial. 7 2.4 JordanchainsandJordanblocks . .... 9 2.5 Jordan bases and the Jordan canonical form . ....... 10 2.6 The JCF when n =2and3 ............................ 11 2.7 Thegeneralcase .................................. 14 2.8 Examples ...................................... 15 2.9 Proof of Theorem 2.9 (non-examinable) . ...... 16 2.10 Applications to difference equations . ........ 17 2.11 Functions of matrices and applications to differential equations . 19 3 Bilinear Maps and Quadratic Forms 21 3.1 Bilinearmaps:definitions . 21 3.2 Bilinearmaps:changeofbasis . 22 3.3 Quadraticforms: introduction. ...... 22 3.4 Quadraticforms: definitions. ..... 25 3.5 Change of variable under the general linear group . .......... 26 3.6 Change of variable under the orthogonal group . ........ 29 3.7 Applications of quadratic forms to geometry . ......... 33 3.7.1 Reduction of the general second degree equation . ....... 33 3.7.2 The case n =2............................... 34 3.7.3 The case n =3............................... 34 1 3.8 Unitary, hermitian and normal matrices . ....... 35 3.9 Applications to quantum mechanics . ..... 41 4 Finitely Generated Abelian Groups 44 4.1 Definitions...................................... 44 4.2 Subgroups,cosetsandquotientgroups . ....... 45 4.3 Homomorphisms and the first isomorphism theorem . ....... 48 4.4 Freeabeliangroups............................... 50 4.5 Unimodular elementary row and column operations and the Smith normal formforintegralmatrices .
    [Show full text]
  • Linear Algebra with Exercises B
    Linear Algebra with Exercises B Fall 2017 Kyoto University Ivan Ip These notes summarize the definitions, theorems and some examples discussed in class. Please refer to the class notes and reference books for proofs and more in-depth discussions. Contents 1 Abstract Vector Spaces 1 1.1 Vector Spaces . .1 1.2 Subspaces . .3 1.3 Linearly Independent Sets . .4 1.4 Bases . .5 1.5 Dimensions . .7 1.6 Intersections, Sums and Direct Sums . .9 2 Linear Transformations and Matrices 11 2.1 Linear Transformations . 11 2.2 Injection, Surjection and Isomorphism . 13 2.3 Rank . 14 2.4 Change of Basis . 15 3 Euclidean Space 17 3.1 Inner Product . 17 3.2 Orthogonal Basis . 20 3.3 Orthogonal Projection . 21 i 3.4 Orthogonal Matrix . 24 3.5 Gram-Schmidt Process . 25 3.6 Least Square Approximation . 28 4 Eigenvectors and Eigenvalues 31 4.1 Eigenvectors . 31 4.2 Determinants . 33 4.3 Characteristic polynomial . 36 4.4 Similarity . 38 5 Diagonalization 41 5.1 Diagonalization . 41 5.2 Symmetric Matrices . 44 5.3 Minimal Polynomials . 46 5.4 Jordan Canonical Form . 48 5.5 Positive definite matrix (Optional) . 52 5.6 Singular Value Decomposition (Optional) . 54 A Complex Matrix 59 ii Introduction Real life problems are hard. Linear Algebra is easy (in the mathematical sense). We make linear approximations to real life problems, and reduce the problems to systems of linear equations where we can then use the techniques from Linear Algebra to solve for approximate solutions. Linear Algebra also gives new insights and tools to the original problems.
    [Show full text]
  • Chapter 9 Eigenvectors and Eigenvalues
    Chapter 9 Eigenvectors and Eigenvalues 9.1 Eigenvectors and Eigenvalues of a Linear Map Given a finite-dimensional vector space E,letf : E E ! be any linear map. If, by luck, there is a basis (e1,...,en) of E with respect to which f is represented by a diagonal matrix λ1 0 ... 0 0 λ ... D = 2 , 0 . ... ... 0 1 B 0 ... 0 λ C B nC @ A then the action of f on E is very simple; in every “direc- tion” ei,wehave f(ei)=λiei. 511 512 CHAPTER 9. EIGENVECTORS AND EIGENVALUES We can think of f as a transformation that stretches or shrinks space along the direction e1,...,en (at least if E is a real vector space). In terms of matrices, the above property translates into the fact that there is an invertible matrix P and a di- agonal matrix D such that a matrix A can be factored as 1 A = PDP− . When this happens, we say that f (or A)isdiagonaliz- able,theλisarecalledtheeigenvalues of f,andtheeis are eigenvectors of f. For example, we will see that every symmetric matrix can be diagonalized. 9.1. EIGENVECTORS AND EIGENVALUES OF A LINEAR MAP 513 Unfortunately, not every matrix can be diagonalized. For example, the matrix 11 A = 1 01 ✓ ◆ can’t be diagonalized. Sometimes, a matrix fails to be diagonalizable because its eigenvalues do not belong to the field of coefficients, such as 0 1 A = , 2 10− ✓ ◆ whose eigenvalues are i. ± This is not a serious problem because A2 can be diago- nalized over the complex numbers.
    [Show full text]
  • Lecture Note 9: Orthogonal Reduction 1 the Row Echelon Form
    MATH 5330: Computational Methods of Linear Algebra Lecture Note 9: Orthogonal Reduction Xianyi Zeng Department of Mathematical Sciences, UTEP 1 The Row Echelon Form Our target is to solve the normal equation: AtAx = Atb , (1.1) m n where A R ⇥ is arbitrary; we have shown previously that this is equivalent to the least squares 2 problem: min Ax b . (1.2) x Rn|| − || 2 t n n A first observation we can make is that (1.1) seems familiar! As A A R ⇥ is symmetric 2 semi-positive definite, we can try to compute the Cholesky decomposition such that AtA = LtL for n n some lower-triangular matrix L R ⇥ . One problem with this approach is that we’re not fully 2 exploring our information, particularly in Cholesky decomposition we treat AtA as a single entity in ignorance of the information about A itself. t m m Particularly, the structure A A motivates us to study a factorization A = QE,whereQ R ⇥ m n 2 is orthogonal and E R ⇥ is to be determined. Then we may transform the normal equation to: 2 EtEx = EtQtb , (1.3) t m m where the identity Q Q = Im (the identity matrix in R ⇥ ) is used. This normal equation is equivalent to the least squares problem with E: min Ex Qtb . (1.4) x Rn − 2 Because orthogonal transformation preserves the L2-norm, (1.2) and (1.4) are equivalent to each other. Indeed, for any x Rn: 2 Ax b 2 =(b Ax)t(b Ax)=(b QEx)t(b QEx)=[Q(Qtb Ex)]t[Q(Qtb Ex)] || − || − − − − − − 2 =(Qtb Ex)tQtQ(Qtb Ex)=(Qtb Ex)t(Qtb Ex)= Ex Qtb .
    [Show full text]
  • Arxiv:1911.13240V2 [Math.RA]
    UNIPOTENT FACTORIZATION OF VECTOR BUNDLE AUTOMORPHISMS JAKOB HULTGREN AND ERLEND F. WOLD Abstract. We provide unipotent factorizations of vector bundle automor- phisms of real and complex vector bundles over finite dimensional locally finite CW-complexes. This generalises work of Thurston-Vaserstein and Vaserstein for trivial vector bundles. We also address two symplectic cases and propose a complex geometric analog of the problem in the setting of holomorphic vector bundles over Stein manifolds. 1. Introduction By elementary linear algebra any matrix in SLk(R) orSLk(C) can be written as a product of elementary matrices id+αeij , i.e., matrices with ones on the diagonal and at most one non-zero element outside the diagonal. Replacing SLk(R) or SLk(C) by SLk(R) where R is the ring of continuous real or complex valued functions on a topological space X, we arrive at a much more subtle problem. This problem was adressed Thurston and Vaserstein [15] in the case where X is the Euclidean space and more generally by Vaserstein [16] for a finite dimensional normal topological space X. In particular, Vaserstein [16] proves that for any finite dimensional normal topological space X, and any continuous map F : X → SLk(R) for k ≥ 3 (and SLk(C) for k ≥ 2, respectively) which is homotopic to the constant map x 7→ id, there are continuous maps E1,...,EN from X to the space of elementary real (resp. complex) matrices, such that F = EN ◦···◦ E1. More recently, the problem has been considered by Doubtsov and Kutzschebauch [4]. Recall that a map S on a vector space is unipotent if (S − id)m = 0 for some m.
    [Show full text]
  • Linear Algebra Review
    Linear Algebra Review Kaiyu Zheng October 2017 Linear algebra is fundamental for many areas in computer science. This document aims at providing a reference (mostly for myself) when I need to remember some concepts or examples. Instead of a collection of facts as the Matrix Cookbook, this document is more gentle like a tutorial. Most of the content come from my notes while taking the undergraduate linear algebra course (Math 308) at the University of Washington. Contents on more advanced topics are collected from reading different sources on the Internet. Contents 3.8 Exponential and 7 Special Matrices 19 Logarithm...... 11 7.1 Block Matrix.... 19 1 Linear System of Equa- 3.9 Conversion Be- 7.2 Orthogonal..... 20 tions2 tween Matrix Nota- 7.3 Diagonal....... 20 tion and Summation 12 7.4 Diagonalizable... 20 2 Vectors3 7.5 Symmetric...... 21 2.1 Linear independence5 4 Vector Spaces 13 7.6 Positive-Definite.. 21 2.2 Linear dependence.5 4.1 Determinant..... 13 7.7 Singular Value De- 2.3 Linear transforma- 4.2 Kernel........ 15 composition..... 22 tion.........5 4.3 Basis......... 15 7.8 Similar........ 22 7.9 Jordan Normal Form 23 4.4 Change of Basis... 16 3 Matrix Algebra6 7.10 Hermitian...... 23 4.5 Dimension, Row & 7.11 Discrete Fourier 3.1 Addition.......6 Column Space, and Transform...... 24 3.2 Scalar Multiplication6 Rank......... 17 3.3 Matrix Multiplication6 8 Matrix Calculus 24 3.4 Transpose......8 5 Eigen 17 8.1 Differentiation... 24 3.4.1 Conjugate 5.1 Multiplicity of 8.2 Jacobian......
    [Show full text]