Lecture 6. Inverse of Matrix

Total Page:16

File Type:pdf, Size:1020Kb

Lecture 6. Inverse of Matrix Lecture 6. Inverse of Matrix Recall that any linear system can be written as a matrix equation A~x = ~b. In one dimension case, i.e., A is 1 1, then £ Ax = b can be easily solved as b 1 1 x = = b = A¡ b provided that A = 0. A A 6 In this lecture, we intend to extend this simple method to matrix equations. De…nition 7.1. A square matrix An n is said to be invertible if there exists a unique £ matrix Cn n of the same size such that £ AC = CA = In. The matrix C is called the inverse of A, and is denoted by 1 C = A¡ 1 Suppose now An n is invertible and C = A¡ is its inverse matrix. Then the matrix equation £ A~x = ~b can be easily solved as follows. Left-multipling the matrix equation by the inverse matrix 1 C = A¡ , we have CA~x = C~b. 1 By de…nition, CA = A¡ A = In. It leads to ~ In~x = Cb, which is the same as 1 ~x = A¡ ~b. (1) We have just solve the matrix equation and obtained a unique solution (1). The above discussion is summarized as Theorem 7.1 Let A be an invertible matrix. Then matrix equation A~x = ~b has a unique solution 1 ~x = A¡ ~b. 1 1 Example 7.1 (a) Show A is invertible and A¡ = C, where 2 5 7 5 A = , C = . 3 7 ¡3 ¡2 ·¡ ¡ ¸ · ¸ (b) Solve 2x1 + 5x2 = 1 3x 7x = 4. ¡ 1 ¡ 2 (c) Show that the matrix 0 2 B = 0 0 · ¸ is NOT invertible. Solution: (a) Direct calculations lead to 2 5 7 5 1 0 AC = = = I 3 7 ¡3 ¡2 0 1 2 ·¡ ¡ ¸ · ¸ · ¸ 7 5 2 5 1 0 CA = = = I . ¡3 ¡2 3 7 0 1 2 · ¸ ·¡ ¡ ¸ · ¸ By de…nition, 1 C = A¡ . (b) The system has the coe¢cient matrix A, .i.e., the matrix equation is 1 A~x = . 4 · ¸ Therefore, According to Theorem 1, the solution is 1 ~x = A 1 ¡ 4 · ¸ 7 5 1 = ¡3 ¡2 4 · ¸ · ¸ 27 = . ¡11 · ¸ (c) By calculation, we …nd that 0 2 0 2 0 0 B2 = = . 0 0 0 0 0 0 · ¸ · ¸ · ¸ Now, suppose that B is invertible. Then there exists a matrix D such that BD = I2. 2 Multiplying the above equation by B from the left, we …nd B (BC) = BI2, B2C = B, which implies 0 = B, since B2 = 0. This is obviously a contradiction. Therefore, the assumption at the beginning "suppose that B is invertible" is false, and consequently, B is NOT invertible. Theorem 7.2 A 2 2 matrix £ a b A = c d · ¸ is invertible i¤ def det (A) = ad bc = 0. ¡ 6 When ad bc = 0, the inverse is ¡ 6 1 1 d b A¡ = ¡ . ad bc c a ¡ ·¡ ¸ 1 Example 7.2. (a) Find A¡ if 2 5 A = . 3 6 ·¡ ¡ ¸ (b) Solve 2x + 5y = 1 3x 6y = 2 ¡ ¡ Solution: (a) a = 2, b = 5, c = 3, d = 6. ad bc = 12 ( 15) = 3. So ¡ ¡ ¡ ¡ ¡ ¡ 1 1 d b A¡ = ¡ ad bc c a ¡ ·¡ ¸ 1 6 5 2 5/3 = ¡ ¡ = ¡ ¡ . 3 3 2 1 2/3 · ¸ · ¸ We may verify the above solution as follows: 2 5 2 5/3 1 0 = . 3 6 ¡1 ¡2/3 0 1 ·¡ ¡ ¸ · ¸ · ¸ (b) To solve the system, we write its matrix equation: A~x = ~b, where 2 5 1 A = , ~b = . 3 6 2 ·¡ ¡ ¸ · ¸ The solution is 2 5/3 1 16 ~x = A 1~b = = 3 . ¡ ¡1 ¡2/3 2 ¡7 · ¸ · ¸ · 3 ¸ 3 Properties if Invertible Matrix: ² Theorem 7.3 Suppose that A is an invertible square matrix. Then 1 1 1 1. A¡ is also invertible and (A¡ )¡ = A. T T 1 1 T 2. A is also invertible and A ¡ = (A¡ ) . 3. If B is another invertible¡mat¢rix of the same size, then AB is also invertible, and 1 1 1 (AB)¡ = B¡ A¡ . 4. The reduced Echelon of A is the identity matrix I of the same size, i.e., A I. ¡! 1 Proof. (1) By de…nition, A¡ if we can …nd a matrix C such that 1 1 A¡ C = C A¡ = I. The above is indeed true if C = A¡. ¢ ¡ ¢ 1 1 (2) Take transposes of all three sides of (A¡ ) A = A (A¡ ) = I, 1 T 1 T T T 1 T 1 T T A¡ A = A A¡ = I = A A¡ = A¡ A = I ) T T 1 T T ¡¡ ¢ ¢ =¡ ¡A C¢=¢ CA = I, wh¡ere C¢ = A¡¡ ¢ is the inverse of A . ) 1 1 (3) Let C = B¡ A¡ . Since ¡ ¢ 1 1 1 1 1 1 C (AB) = (CA) B = B¡ A¡ A B = B¡ A¡ A B = B¡ I B = B¡ B = I 1 1 1 1 1 1 (AB) C = A (BC) = ¡A¡ B B¡ ¢A¡¢ = ¡A B¡B¡ A¢¢¡ = ¡A IA¡¢ = A¡ A¡ ¢= I. it follows from the de…niti¡on t¡hat this ¢C¢ is the¡¡inverse¢of A¢B, i.e.¡, ¢ 1 1 1 (AB)¡ = C = B¡ A¡ . (4) Since A~x = ~0 has the only solution 1 ~x = A¡ ~0 = ~0, there is no non-trivial solution. Consequently, A has no free variable. All columns are pivot columns. Since A is a square matrix, this means that r (A) = number of columns = number of rows. Therefore, the reduced Echelon form of A has a non-zero entry in each row and thus has to be the identity matrix. We next develop an algorithm to …nd inverse matrices. De…nition 7.2 A matrix is called an elementary matrix if it is obtained by performing one single elementary row operation on an identity matrix. 4 Example 7.3 Let us look at 3 3 elementary matrices for corresponding row operations. £ A type (1) elementary matrix E1 is obtained by performing one type (1) row operation. For instance, 1 0 0 1 0 0 0 1 0 R + ¸R R ¸ 1 0 = E . 2 3 2 1 ! 2 2 3 1 0 0 1 ¡¡¡¡¡¡¡¡¡¡¡! 0 0 1 We call E1 is the elemen4tary mat5rix associated wit4h the row5operation R2 + ¸R1 R2. ! For any matrix A, performing the above row operation is the same as left multiplying by E1. For instance, we see that 1 3 1 1 3 1 ¡ ¡ 2 1 0 R2 + ( 2) R1 R2 0 5 2 . 2 3 ¡ ! 2 ¡ 3 4 0 1 ¡¡¡¡¡¡¡¡¡¡¡¡¡¡! 4 0 1 4 5 4 5 On the other hand, left multiplication by E1 with ¸= 2 yields ¡ 1 3 1 ¡ E1A = E1 2 1 0 24 0 1 3 14 0 0 51 3 1 1 3 1 = 2 1 0 2 1 ¡0 = 0 5 ¡2 . 2¡0 0 13 24 0 1 3 24 ¡0 1 3 4 5 4 5 4 5 A type (2) elementary matrix E2 is obtained by performing one type (2) row operation. For instance, 1 0 0 0 1 0 0 1 0 R2 R1 1 0 0 = E2. 2 3 ! 2 3 0 0 1 ¡¡¡¡¡¡! 0 0 1 For any matrix A, performi4ng the ab5ove row op4eration is5the same as left multiplying by E2. For instance, we see that 1 3 1 2 1 0 ¡ 2 1 0 R2 R1 1 3 1 2 3 ! 2 ¡ 3 4 0 1 ¡¡¡¡¡¡! 4 0 1 4 5 4 5 On the other hand, left multiplication by E2 yield 1 3 1 ¡ E2A = E2 2 1 0 24 0 1 3 0 41 0 153 1 2 1 0 = 1 0 0 2 1 ¡0 = 1 3 1 . 20 0 13 24 0 1 3 24 0 ¡1 3 4 5 4 5 4 5 5 A type (3) elementary matrix E3 is obtained by performing one type (3) row operation. For instance, 1 0 0 1 0 0 0 1 0 ¸R R 0 1 0 = E . 2 3 3 ! 3 2 3 3 0 0 1 ¡¡¡¡¡¡¡! 0 0 ¸ 4 5 4 5 Similarly, performing the above row operation is the same as left multiplying by E2. For instance, we see that 1 3 1 1 3 1 ¡ 1 ¡ 2 1 0 R3 R3 2 1 0 . 24 0 1 3 4 ! 21 0 1/43 ¡¡¡¡¡¡¡! 4 5 4 5 On the other hand, left multiplication by E3 with ¸= 1/4 leads to 1 3 1 ¡ E3A = E3 2 1 0 24 0 1 3 1 40 0 51 3 1 1 3 1 = 0 1 0 2 1 ¡0 = 2 1 ¡0 . 20 0 1/43 24 0 1 3 21 0 1/43 4 5 4 5 4 5 Conclusion Performing an elementary row operation on an identity matrix produces an elementary matrix corresponding to that elementary row operation. Any elementary row operation is equivalent to left multiplying by the corresponding elementary matrix. Justi…cation of LU Decomposition Algorithm ² Recall in Lecture 2, we introduced LU Decomposition as follows: Any matrix A may be decomposed as the product Am n = Lm mUm n £ £ £ of a lower triangle matrix L and a upper triangle matrix U by the following algorithm: 1. Reduce A to an echelon form from U by a sequence of type one row operations (row replacement row operation) 2. Place entries in L such that the same sequence of row operations reduces L to the identity matrix. We can now justify the algorithm. We know that reducing A to U by a sequence of row operations is equivalent to multiplying A from the left by a sequence of elementary matrices, i.e., E E E A = U.
Recommended publications
  • Parametrizations of K-Nonnegative Matrices
    Parametrizations of k-Nonnegative Matrices Anna Brosowsky, Neeraja Kulkarni, Alex Mason, Joe Suk, Ewin Tang∗ October 2, 2017 Abstract Totally nonnegative (positive) matrices are matrices whose minors are all nonnegative (positive). We generalize the notion of total nonnegativity, as follows. A k-nonnegative (resp. k-positive) matrix has all minors of size k or less nonnegative (resp. positive). We give a generating set for the semigroup of k-nonnegative matrices, as well as relations for certain special cases, i.e. the k = n − 1 and k = n − 2 unitriangular cases. In the above two cases, we find that the set of k-nonnegative matrices can be partitioned into cells, analogous to the Bruhat cells of totally nonnegative matrices, based on their factorizations into generators. We will show that these cells, like the Bruhat cells, are homeomorphic to open balls, and we prove some results about the topological structure of the closure of these cells, and in fact, in the latter case, the cells form a Bruhat-like CW complex. We also give a family of minimal k-positivity tests which form sub-cluster algebras of the total positivity test cluster algebra. We describe ways to jump between these tests, and give an alternate description of some tests as double wiring diagrams. 1 Introduction A totally nonnegative (respectively totally positive) matrix is a matrix whose minors are all nonnegative (respectively positive). Total positivity and nonnegativity are well-studied phenomena and arise in areas such as planar networks, combinatorics, dynamics, statistics and probability. The study of total positivity and total nonnegativity admit many varied applications, some of which are explored in “Totally Nonnegative Matrices” by Fallat and Johnson [5].
    [Show full text]
  • The Invertible Matrix Theorem
    The Invertible Matrix Theorem Ryan C. Daileda Trinity University Linear Algebra Daileda The Invertible Matrix Theorem Introduction It is important to recognize when a square matrix is invertible. We can now characterize invertibility in terms of every one of the concepts we have now encountered. We will continue to develop criteria for invertibility, adding them to our list as we go. The invertibility of a matrix is also related to the invertibility of linear transformations, which we discuss below. Daileda The Invertible Matrix Theorem Theorem 1 (The Invertible Matrix Theorem) For a square (n × n) matrix A, TFAE: a. A is invertible. b. A has a pivot in each row/column. RREF c. A −−−→ I. d. The equation Ax = 0 only has the solution x = 0. e. The columns of A are linearly independent. f. Null A = {0}. g. A has a left inverse (BA = In for some B). h. The transformation x 7→ Ax is one to one. i. The equation Ax = b has a (unique) solution for any b. j. Col A = Rn. k. A has a right inverse (AC = In for some C). l. The transformation x 7→ Ax is onto. m. AT is invertible. Daileda The Invertible Matrix Theorem Inverse Transforms Definition A linear transformation T : Rn → Rn (also called an endomorphism of Rn) is called invertible iff it is both one-to-one and onto. If [T ] is the standard matrix for T , then we know T is given by x 7→ [T ]x. The Invertible Matrix Theorem tells us that this transformation is invertible iff [T ] is invertible.
    [Show full text]
  • Chapter Four Determinants
    Chapter Four Determinants In the first chapter of this book we considered linear systems and we picked out the special case of systems with the same number of equations as unknowns, those of the form T~x = ~b where T is a square matrix. We noted a distinction between two classes of T ’s. While such systems may have a unique solution or no solutions or infinitely many solutions, if a particular T is associated with a unique solution in any system, such as the homogeneous system ~b = ~0, then T is associated with a unique solution for every ~b. We call such a matrix of coefficients ‘nonsingular’. The other kind of T , where every linear system for which it is the matrix of coefficients has either no solution or infinitely many solutions, we call ‘singular’. Through the second and third chapters the value of this distinction has been a theme. For instance, we now know that nonsingularity of an n£n matrix T is equivalent to each of these: ² a system T~x = ~b has a solution, and that solution is unique; ² Gauss-Jordan reduction of T yields an identity matrix; ² the rows of T form a linearly independent set; ² the columns of T form a basis for Rn; ² any map that T represents is an isomorphism; ² an inverse matrix T ¡1 exists. So when we look at a particular square matrix, the question of whether it is nonsingular is one of the first things that we ask. This chapter develops a formula to determine this. (Since we will restrict the discussion to square matrices, in this chapter we will usually simply say ‘matrix’ in place of ‘square matrix’.) More precisely, we will develop infinitely many formulas, one for 1£1 ma- trices, one for 2£2 matrices, etc.
    [Show full text]
  • Handout 9 More Matrix Properties; the Transpose
    Handout 9 More matrix properties; the transpose Square matrix properties These properties only apply to a square matrix, i.e. n £ n. ² The leading diagonal is the diagonal line consisting of the entries a11, a22, a33, . ann. ² A diagonal matrix has zeros everywhere except the leading diagonal. ² The identity matrix I has zeros o® the leading diagonal, and 1 for each entry on the diagonal. It is a special case of a diagonal matrix, and A I = I A = A for any n £ n matrix A. ² An upper triangular matrix has all its non-zero entries on or above the leading diagonal. ² A lower triangular matrix has all its non-zero entries on or below the leading diagonal. ² A symmetric matrix has the same entries below and above the diagonal: aij = aji for any values of i and j between 1 and n. ² An antisymmetric or skew-symmetric matrix has the opposite entries below and above the diagonal: aij = ¡aji for any values of i and j between 1 and n. This automatically means the digaonal entries must all be zero. Transpose To transpose a matrix, we reect it across the line given by the leading diagonal a11, a22 etc. In general the result is a di®erent shape to the original matrix: a11 a21 a11 a12 a13 > > A = A = 0 a12 a22 1 [A ]ij = A : µ a21 a22 a23 ¶ ji a13 a23 @ A > ² If A is m £ n then A is n £ m. > ² The transpose of a symmetric matrix is itself: A = A (recalling that only square matrices can be symmetric).
    [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]
  • Math 54. Selected Solutions for Week 8 Section 6.1 (Page 282) 22. Let U = U1 U2 U3 . Explain Why U · U ≥ 0. Wh
    Math 54. Selected Solutions for Week 8 Section 6.1 (Page 282) 2 3 u1 22. Let ~u = 4 u2 5 . Explain why ~u · ~u ≥ 0 . When is ~u · ~u = 0 ? u3 2 2 2 We have ~u · ~u = u1 + u2 + u3 , which is ≥ 0 because it is a sum of squares (all of which are ≥ 0 ). It is zero if and only if ~u = ~0 . Indeed, if ~u = ~0 then ~u · ~u = 0 , as 2 can be seen directly from the formula. Conversely, if ~u · ~u = 0 then all the terms ui must be zero, so each ui must be zero. This implies ~u = ~0 . 2 5 3 26. Let ~u = 4 −6 5 , and let W be the set of all ~x in R3 such that ~u · ~x = 0 . What 7 theorem in Chapter 4 can be used to show that W is a subspace of R3 ? Describe W in geometric language. The condition ~u · ~x = 0 is equivalent to ~x 2 Nul ~uT , and this is a subspace of R3 by Theorem 2 on page 187. Geometrically, it is the plane perpendicular to ~u and passing through the origin. 30. Let W be a subspace of Rn , and let W ? be the set of all vectors orthogonal to W . Show that W ? is a subspace of Rn using the following steps. (a). Take ~z 2 W ? , and let ~u represent any element of W . Then ~z · ~u = 0 . Take any scalar c and show that c~z is orthogonal to ~u . (Since ~u was an arbitrary element of W , this will show that c~z is in W ? .) ? (b).
    [Show full text]
  • 2014 CBK Linear Algebra Honors.Pdf
    PETERS TOWNSHIP SCHOOL DISTRICT CORE BODY OF KNOWLEDGE LINEAR ALGEBRA HONORS GRADE 12 For each of the sections that follow, students may be required to analyze, recall, explain, interpret, apply, or evaluate the particular concept being taught. Course Description This college level mathematics course will cover linear algebra and matrix theory emphasizing topics useful in other disciplines such as physics and engineering. Key topics include solving systems of equations, evaluating vector spaces, performing linear transformations and matrix representations. Linear Algebra Honors is designed for the extremely capable student who has completed one year of calculus. Systems of Linear Equations Categorize a linear equation in n variables Formulate a parametric representation of solution set Assess a system of linear equations to determine if it is consistent or inconsistent Apply concepts to use back-substitution and Guassian elimination to solve a system of linear equations Investigate the size of a matrix and write an augmented or coefficient matrix from a system of linear equations Apply concepts to use matrices and Guass-Jordan elimination to solve a system of linear equations Solve a homogenous system of linear equations Design, setup and solve a system of equations to fit a polynomial function to a set of data points Design, set up and solve a system of equations to represent a network Matrices Categorize matrices as equal Construct a sum matrix Construct a product matrix Assess two matrices as compatible Apply matrix multiplication
    [Show full text]
  • Section 2.4–2.5 Partitioned Matrices and LU Factorization
    Section 2.4{2.5 Partitioned Matrices and LU Factorization Gexin Yu [email protected] College of William and Mary Gexin Yu [email protected] Section 2.4{2.5 Partitioned Matrices and LU Factorization One approach to simplify the computation is to partition a matrix into blocks. 2 3 0 −1 5 9 −2 3 Ex: A = 4 −5 2 4 0 −3 1 5. −8 −6 3 1 7 −4 This partition can also be written as the following 2 × 3 block matrix: A A A A = 11 12 13 A21 A22 A23 3 0 −1 In the block form, we have blocks A = and so on. 11 −5 2 4 partition matrices into blocks In real world problems, systems can have huge numbers of equations and un-knowns. Standard computation techniques are inefficient in such cases, so we need to develop techniques which exploit the internal structure of the matrices. In most cases, the matrices of interest have lots of zeros. Gexin Yu [email protected] Section 2.4{2.5 Partitioned Matrices and LU Factorization 2 3 0 −1 5 9 −2 3 Ex: A = 4 −5 2 4 0 −3 1 5. −8 −6 3 1 7 −4 This partition can also be written as the following 2 × 3 block matrix: A A A A = 11 12 13 A21 A22 A23 3 0 −1 In the block form, we have blocks A = and so on. 11 −5 2 4 partition matrices into blocks In real world problems, systems can have huge numbers of equations and un-knowns.
    [Show full text]
  • Linear Algebra and Matrix Theory
    Linear Algebra and Matrix Theory Chapter 1 - Linear Systems, Matrices and Determinants This is a very brief outline of some basic definitions and theorems of linear algebra. We will assume that you know elementary facts such as how to add two matrices, how to multiply a matrix by a number, how to multiply two matrices, what an identity matrix is, and what a solution of a linear system of equations is. Hardly any of the theorems will be proved. More complete treatments may be found in the following references. 1. References (1) S. Friedberg, A. Insel and L. Spence, Linear Algebra, Prentice-Hall. (2) M. Golubitsky and M. Dellnitz, Linear Algebra and Differential Equa- tions Using Matlab, Brooks-Cole. (3) K. Hoffman and R. Kunze, Linear Algebra, Prentice-Hall. (4) P. Lancaster and M. Tismenetsky, The Theory of Matrices, Aca- demic Press. 1 2 2. Linear Systems of Equations and Gaussian Elimination The solutions, if any, of a linear system of equations (2.1) a11x1 + a12x2 + ··· + a1nxn = b1 a21x1 + a22x2 + ··· + a2nxn = b2 . am1x1 + am2x2 + ··· + amnxn = bm may be found by Gaussian elimination. The permitted steps are as follows. (1) Both sides of any equation may be multiplied by the same nonzero constant. (2) Any two equations may be interchanged. (3) Any multiple of one equation may be added to another equation. Instead of working with the symbols for the variables (the xi), it is eas- ier to place the coefficients (the aij) and the forcing terms (the bi) in a rectangular array called the augmented matrix of the system. a11 a12 .
    [Show full text]
  • The Invertible Matrix Theorem II in Section 2.8, We Gave a List of Characterizations of Invertible Matrices (Theorem 2.8.1)
    i i “main” 2007/2/16 page 312 i i 312 CHAPTER 4 Vector Spaces For Problems 9–12, determine the solution set to Ax = b, 14. Show that a 6 × 4 matrix A with nullity(A) = 0 must and show that all solutions are of the form (4.9.3). have rowspace(A) = R4. Is colspace(A) = R4? 13−1 4 15. Prove that if rowspace(A) = nullspace(A), then A 9. A = 27 9 , b = 11 . contains an even number of columns. 15 21 10 16. Show that a 5×7 matrix A must have 2 ≤ nullity(A) ≤ 2 −114 5 7. Give an example of a 5 × 7 matrix A with 10. A = 1 −123 , b = 6 . nullity(A) = 2 and an example of a 5 × 7 matrix 1 −255 13 A with nullity(A) = 7. 11−2 −3 17. Show that 3 × 8 matrix A must have 5 ≤ nullity(A) ≤ 3 −1 −7 2 8. Give an example of a 3 × 8 matrix A with 11. A = , b = . 111 0 nullity(A) = 5 and an example of a 3 × 8 matrix 22−4 −6 A with nullity(A) = 8. 11−15 0 18. Prove that if A and B are n × n matrices and A is 12. A = 02−17 , b = 0 . invertible, then 42−313 0 nullity(AB) = nullity(B). 13. Show that a 3 × 7 matrix A with nullity(A) = 4 must have colspace(A) = R3. Is rowspace(A) = R3? [Hint: Bx = 0 if and only if ABx = 0.] 4.10 The Invertible Matrix Theorem II In Section 2.8, we gave a list of characterizations of invertible matrices (Theorem 2.8.1).
    [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]
  • On Bounds and Closed Form Expressions for Capacities Of
    On Bounds and Closed Form Expressions for Capacities of Discrete Memoryless Channels with Invertible Positive Matrices Thuan Nguyen Thinh Nguyen School of Electrical and School of Electrical and Computer Engineering Computer Engineering Oregon State University Oregon State University Corvallis, OR, 97331 Corvallis, 97331 Email: [email protected] Email: [email protected] Abstract—While capacities of discrete memoryless channels are That said, it is still beneficial to find the channel capacity well studied, it is still not possible to obtain a closed form expres- in closed form expression for a number of reasons. These sion for the capacity of an arbitrary discrete memoryless channel. include (1) formulas can often provide a good intuition about This paper describes an elementary technique based on Karush- Kuhn-Tucker (KKT) conditions to obtain (1) a good upper bound the relationship between the capacity and different channel of a discrete memoryless channel having an invertible positive parameters, (2) formulas offer a faster way to determine the channel matrix and (2) a closed form expression for the capacity capacity than that of algorithms, and (3) formulas are useful if the channel matrix satisfies certain conditions related to its for analytical derivations where closed form expression of the singular value and its Gershgorin’s disk. capacity is needed in the intermediate steps. To that end, our Index Terms—Wireless Communication, Convex Optimization, Channel Capacity, Mutual Information. paper describes an elementary technique based on the theory of convex optimization, to find closed form expressions for (1) a new upper bound on capacities of discrete memoryless I. INTRODUCTION channels with positive invertible channel matrix and (2) the Discrete memoryless channels (DMC) play a critical role optimality conditions of the channel matrix such that the upper in the early development of information theory and its ap- bound is precisely the capacity.
    [Show full text]