fbpx
Wikipedia

Triangular matrix

In mathematics, a triangular matrix is a special kind of square matrix. A square matrix is called lower triangular if all the entries above the main diagonal are zero. Similarly, a square matrix is called upper triangular if all the entries below the main diagonal are zero.

Because matrix equations with triangular matrices are easier to solve, they are very important in numerical analysis. By the LU decomposition algorithm, an invertible matrix may be written as the product of a lower triangular matrix L and an upper triangular matrix U if and only if all its leading principal minors are non-zero.

Description

A matrix of the form

 

is called a lower triangular matrix or left triangular matrix, and analogously a matrix of the form

 

is called an upper triangular matrix or right triangular matrix. A lower or left triangular matrix is commonly denoted with the variable L, and an upper or right triangular matrix is commonly denoted with the variable U or R.

A matrix that is both upper and lower triangular is diagonal. Matrices that are similar to triangular matrices are called triangularisable.

A non-square (or sometimes any) matrix with zeros above (below) the diagonal is called a lower (upper) trapezoidal matrix. The non-zero entries form the shape of a trapezoid.

Examples

This matrix

 

is upper triangular and this matrix

 

is lower triangular.

Forward and back substitution

A matrix equation in the form   or   is very easy to solve by an iterative process called forward substitution for lower triangular matrices and analogously back substitution for upper triangular matrices. The process is so called because for lower triangular matrices, one first computes  , then substitutes that forward into the next equation to solve for  , and repeats through to  . In an upper triangular matrix, one works backwards, first computing  , then substituting that back into the previous equation to solve for  , and repeating through  .

Notice that this does not require inverting the matrix.

Forward substitution

The matrix equation Lx = b can be written as a system of linear equations

 

Observe that the first equation ( ) only involves  , and thus one can solve for   directly. The second equation only involves   and  , and thus can be solved once one substitutes in the already solved value for  . Continuing in this way, the  -th equation only involves  , and one can solve for   using the previously solved values for  . The resulting formulas are:

 

A matrix equation with an upper triangular matrix U can be solved in an analogous way, only working backwards.

Applications

Forward substitution is used in financial bootstrapping to construct a yield curve.

Properties

The transpose of an upper triangular matrix is a lower triangular matrix and vice versa.

A matrix which is both symmetric and triangular is diagonal. In a similar vein, a matrix which is both normal (meaning A*A = AA*, where A* is the conjugate transpose) and triangular is also diagonal. This can be seen by looking at the diagonal entries of A*A and AA*.

The determinant and permanent of a triangular matrix equal the product of the diagonal entries, as can be checked by direct computation.

In fact more is true: the eigenvalues of a triangular matrix are exactly its diagonal entries. Moreover, each eigenvalue occurs exactly k times on the diagonal, where k is its algebraic multiplicity, that is, its multiplicity as a root of the characteristic polynomial   of A. In other words, the characteristic polynomial of a triangular n×n matrix A is exactly

 ,

that is, the unique degree n polynomial whose roots are the diagonal entries of A (with multiplicities). To see this, observe that   is also triangular and hence its determinant   is the product of its diagonal entries  .[1]

Special forms

Unitriangular matrix

If the entries on the main diagonal of a (upper or lower) triangular matrix are all 1, the matrix is called (upper or lower) unitriangular.

Other names used for these matrices are unit (upper or lower) triangular, or very rarely normed (upper or lower) triangular. However, a unit triangular matrix is not the same as the unit matrix, and a normed triangular matrix has nothing to do with the notion of matrix norm.

All finite unitriangular matrices are unipotent.

Strictly triangular matrix

If all of the entries on the main diagonal of a (upper or lower) triangular matrix are also 0, the matrix is called strictly (upper or lower) triangular.

All finite strictly triangular matrices are nilpotent of index at most n as a consequence of the Cayley-Hamilton theorem.

Atomic triangular matrix

An atomic (upper or lower) triangular matrix is a special form of unitriangular matrix, where all of the off-diagonal elements are zero, except for the entries in a single column. Such a matrix is also called a Frobenius matrix, a Gauss matrix, or a Gauss transformation matrix.

Triangularisability

A matrix that is similar to a triangular matrix is referred to as triangularizable. Abstractly, this is equivalent to stabilizing a flag: upper triangular matrices are precisely those that preserve the standard flag, which is given by the standard ordered basis   and the resulting flag   All flags are conjugate (as the general linear group acts transitively on bases), so any matrix that stabilises a flag is similar to one that stabilizes the standard flag.

Any complex square matrix is triangularizable.[1] In fact, a matrix A over a field containing all of the eigenvalues of A (for example, any matrix over an algebraically closed field) is similar to a triangular matrix. This can be proven by using induction on the fact that A has an eigenvector, by taking the quotient space by the eigenvector and inducting to show that A stabilizes a flag, and is thus triangularizable with respect to a basis for that flag.

A more precise statement is given by the Jordan normal form theorem, which states that in this situation, A is similar to an upper triangular matrix of a very particular form. The simpler triangularization result is often sufficient however, and in any case used in proving the Jordan normal form theorem.[1][2]

In the case of complex matrices, it is possible to say more about triangularization, namely, that any square matrix A has a Schur decomposition. This means that A is unitarily equivalent (i.e. similar, using a unitary matrix as change of basis) to an upper triangular matrix; this follows by taking an Hermitian basis for the flag.

Simultaneous triangularisability

A set of matrices   are said to be simultaneously triangularisable if there is a basis under which they are all upper triangular; equivalently, if they are upper triangularizable by a single similarity matrix P. Such a set of matrices is more easily understood by considering the algebra of matrices it generates, namely all polynomials in the   denoted   Simultaneous triangularizability means that this algebra is conjugate into the Lie subalgebra of upper triangular matrices, and is equivalent to this algebra being a Lie subalgebra of a Borel subalgebra.

The basic result is that (over an algebraically closed field), the commuting matrices   or more generally   are simultaneously triangularizable. This can be proven by first showing that commuting matrices have a common eigenvector, and then inducting on dimension as before. This was proven by Frobenius, starting in 1878 for a commuting pair, as discussed at commuting matrices. As for a single matrix, over the complex numbers these can be triangularized by unitary matrices.

The fact that commuting matrices have a common eigenvector can be interpreted as a result of Hilbert's Nullstellensatz: commuting matrices form a commutative algebra   over   which can be interpreted as a variety in k-dimensional affine space, and the existence of a (common) eigenvalue (and hence a common eigenvector) corresponds to this variety having a point (being non-empty), which is the content of the (weak) Nullstellensatz.[citation needed] In algebraic terms, these operators correspond to an algebra representation of the polynomial algebra in k variables.

This is generalized by Lie's theorem, which shows that any representation of a solvable Lie algebra is simultaneously upper triangularizable, the case of commuting matrices being the abelian Lie algebra case, abelian being a fortiori solvable.

More generally and precisely, a set of matrices   is simultaneously triangularisable if and only if the matrix   is nilpotent for all polynomials p in k non-commuting variables, where   is the commutator; for commuting   the commutator vanishes so this holds. This was proven by Drazin, Dungey, and Gruenberg in 1951;[3] a brief proof is given by Prasolov in 1994.[4] One direction is clear: if the matrices are simultaneously triangularisable, then   is strictly upper triangularizable (hence nilpotent), which is preserved by multiplication by any   or combination thereof – it will still have 0s on the diagonal in the triangularizing basis.

Algebras of triangular matrices

 
Binary lower unitriangular Toeplitz matrices, multiplied using F2 operations. They form the Cayley table of Z4 and correspond to powers of the 4-bit Gray code permutation.

Upper triangularity is preserved by many operations:

  • The sum of two upper triangular matrices is upper triangular.
  • The product of two upper triangular matrices is upper triangular.
  • The inverse of an upper triangular matrix, if it exists, is upper triangular.
  • The product of an upper triangular matrix and a scalar is upper triangular.

Together these facts mean that the upper triangular matrices form a subalgebra of the associative algebra of square matrices for a given size. Additionally, this also shows that the upper triangular matrices can be viewed as a Lie subalgebra of the Lie algebra of square matrices of a fixed size, where the Lie bracket [a, b] given by the commutator ab − ba. The Lie algebra of all upper triangular matrices is a solvable Lie algebra. It is often referred to as a Borel subalgebra of the Lie algebra of all square matrices.

All these results hold if upper triangular is replaced by lower triangular throughout; in particular the lower triangular matrices also form a Lie algebra. However, operations mixing upper and lower triangular matrices do not in general produce triangular matrices. For instance, the sum of an upper and a lower triangular matrix can be any matrix; the product of a lower triangular with an upper triangular matrix is not necessarily triangular either.

The set of unitriangular matrices forms a Lie group.

The set of strictly upper (or lower) triangular matrices forms a nilpotent Lie algebra, denoted   This algebra is the derived Lie algebra of  , the Lie algebra of all upper triangular matrices; in symbols,   In addition,   is the Lie algebra of the Lie group of unitriangular matrices.

In fact, by Engel's theorem, any finite-dimensional nilpotent Lie algebra is conjugate to a subalgebra of the strictly upper triangular matrices, that is to say, a finite-dimensional nilpotent Lie algebra is simultaneously strictly upper triangularizable.

Algebras of upper triangular matrices have a natural generalization in functional analysis which yields nest algebras on Hilbert spaces.

Borel subgroups and Borel subalgebras

The set of invertible triangular matrices of a given kind (upper or lower) forms a group, indeed a Lie group, which is a subgroup of the general linear group of all invertible matrices. A triangular matrix is invertible precisely when its diagonal entries are invertible (non-zero).

Over the real numbers, this group is disconnected, having   components accordingly as each diagonal entry is positive or negative. The identity component is invertible triangular matrices with positive entries on the diagonal, and the group of all invertible triangular matrices is a semidirect product of this group and the group of diagonal matrices with   on the diagonal, corresponding to the components.

The Lie algebra of the Lie group of invertible upper triangular matrices is the set of all upper triangular matrices, not necessarily invertible, and is a solvable Lie algebra. These are, respectively, the standard Borel subgroup B of the Lie group GLn and the standard Borel subalgebra   of the Lie algebra gln.

The upper triangular matrices are precisely those that stabilize the standard flag. The invertible ones among them form a subgroup of the general linear group, whose conjugate subgroups are those defined as the stabilizer of some (other) complete flag. These subgroups are Borel subgroups. The group of invertible lower triangular matrices is such a subgroup, since it is the stabilizer of the standard flag associated to the standard basis in reverse order.

The stabilizer of a partial flag obtained by forgetting some parts of the standard flag can be described as a set of block upper triangular matrices (but its elements are not all triangular matrices). The conjugates of such a group are the subgroups defined as the stabilizer of some partial flag. These subgroups are called parabolic subgroups.

Examples

The group of 2×2 upper unitriangular matrices is isomorphic to the additive group of the field of scalars; in the case of complex numbers it corresponds to a group formed of parabolic Möbius transformations; the 3×3 upper unitriangular matrices form the Heisenberg group.

See also

References

  1. ^ a b c Axler, Sheldon Jay (1997). Linear Algebra Done Right (2nd ed.). New York: Springer. pp. 86–87, 169. ISBN 0-387-22595-1. OCLC 54850562.
  2. ^ Herstein, I. N. (1975). Topics in Algebra (2nd ed.). New York: Wiley. pp. 285–290. ISBN 0-471-01090-1. OCLC 3307396.
  3. ^ Drazin, M. P.; Dungey, J. W.; Gruenberg, K. W. (1951). "Some Theorems on Commutative Matrices". Journal of the London Mathematical Society. 26 (3): 221–228. doi:10.1112/jlms/s1-26.3.221.
  4. ^ Prasolov, V. V. (1994). Problems and Theorems in Linear Algebra. Simeon Ivanov. Providence, R.I.: American Mathematical Society. p. 178–179. ISBN 9780821802366. OCLC 30076024.

triangular, matrix, confused, with, triangular, array, related, concept, rings, triangular, matrix, ring, mathematics, triangular, matrix, special, kind, square, matrix, square, matrix, called, lower, triangular, entries, above, main, diagonal, zero, similarly. Not to be confused with a triangular array a related concept For the rings see triangular matrix ring In mathematics a triangular matrix is a special kind of square matrix A square matrix is called lower triangular if all the entries above the main diagonal are zero Similarly a square matrix is called upper triangular if all the entries below the main diagonal are zero Because matrix equations with triangular matrices are easier to solve they are very important in numerical analysis By the LU decomposition algorithm an invertible matrix may be written as the product of a lower triangular matrix L and an upper triangular matrix U if and only if all its leading principal minors are non zero Contents 1 Description 1 1 Examples 2 Forward and back substitution 2 1 Forward substitution 2 2 Applications 3 Properties 4 Special forms 4 1 Unitriangular matrix 4 2 Strictly triangular matrix 4 3 Atomic triangular matrix 5 Triangularisability 5 1 Simultaneous triangularisability 6 Algebras of triangular matrices 6 1 Borel subgroups and Borel subalgebras 6 2 Examples 7 See also 8 ReferencesDescription EditA matrix of the form L ℓ 1 1 0 ℓ 2 1 ℓ 2 2 ℓ 3 1 ℓ 3 2 ℓ n 1 ℓ n 2 ℓ n n 1 ℓ n n displaystyle L begin bmatrix ell 1 1 amp amp amp amp 0 ell 2 1 amp ell 2 2 amp amp amp ell 3 1 amp ell 3 2 amp ddots amp amp vdots amp vdots amp ddots amp ddots amp ell n 1 amp ell n 2 amp ldots amp ell n n 1 amp ell n n end bmatrix is called a lower triangular matrix or left triangular matrix and analogously a matrix of the form U u 1 1 u 1 2 u 1 3 u 1 n u 2 2 u 2 3 u 2 n u n 1 n 0 u n n displaystyle U begin bmatrix u 1 1 amp u 1 2 amp u 1 3 amp ldots amp u 1 n amp u 2 2 amp u 2 3 amp ldots amp u 2 n amp amp ddots amp ddots amp vdots amp amp amp ddots amp u n 1 n 0 amp amp amp amp u n n end bmatrix is called an upper triangular matrix or right triangular matrix A lower or left triangular matrix is commonly denoted with the variable L and an upper or right triangular matrix is commonly denoted with the variable U or R A matrix that is both upper and lower triangular is diagonal Matrices that are similar to triangular matrices are called triangularisable A non square or sometimes any matrix with zeros above below the diagonal is called a lower upper trapezoidal matrix The non zero entries form the shape of a trapezoid Examples Edit This matrix 1 4 1 0 6 4 0 0 1 displaystyle begin bmatrix 1 amp 4 amp 1 0 amp 6 amp 4 0 amp 0 amp 1 end bmatrix is upper triangular and this matrix 1 0 0 2 96 0 4 9 69 displaystyle begin bmatrix 1 amp 0 amp 0 2 amp 96 amp 0 4 amp 9 amp 69 end bmatrix is lower triangular Forward and back substitution EditA matrix equation in the form L x b displaystyle L mathbf x mathbf b or U x b displaystyle U mathbf x mathbf b is very easy to solve by an iterative process called forward substitution for lower triangular matrices and analogously back substitution for upper triangular matrices The process is so called because for lower triangular matrices one first computes x 1 displaystyle x 1 then substitutes that forward into the next equation to solve for x 2 displaystyle x 2 and repeats through to x n displaystyle x n In an upper triangular matrix one works backwards first computing x n displaystyle x n then substituting that back into the previous equation to solve for x n 1 displaystyle x n 1 and repeating through x 1 displaystyle x 1 Notice that this does not require inverting the matrix Forward substitution Edit The matrix equation Lx b can be written as a system of linear equations ℓ 1 1 x 1 b 1 ℓ 2 1 x 1 ℓ 2 2 x 2 b 2 ℓ m 1 x 1 ℓ m 2 x 2 ℓ m m x m b m displaystyle begin matrix ell 1 1 x 1 amp amp amp amp amp amp amp amp b 1 ell 2 1 x 1 amp amp ell 2 2 x 2 amp amp amp amp amp amp b 2 vdots amp amp vdots amp amp ddots amp amp amp amp vdots ell m 1 x 1 amp amp ell m 2 x 2 amp amp dotsb amp amp ell m m x m amp amp b m end matrix Observe that the first equation ℓ 1 1 x 1 b 1 displaystyle ell 1 1 x 1 b 1 only involves x 1 displaystyle x 1 and thus one can solve for x 1 displaystyle x 1 directly The second equation only involves x 1 displaystyle x 1 and x 2 displaystyle x 2 and thus can be solved once one substitutes in the already solved value for x 1 displaystyle x 1 Continuing in this way the k displaystyle k th equation only involves x 1 x k displaystyle x 1 dots x k and one can solve for x k displaystyle x k using the previously solved values for x 1 x k 1 displaystyle x 1 dots x k 1 The resulting formulas are x 1 b 1 ℓ 1 1 x 2 b 2 ℓ 2 1 x 1 ℓ 2 2 x m b m i 1 m 1 ℓ m i x i ℓ m m displaystyle begin aligned x 1 amp frac b 1 ell 1 1 x 2 amp frac b 2 ell 2 1 x 1 ell 2 2 amp vdots x m amp frac b m sum i 1 m 1 ell m i x i ell m m end aligned A matrix equation with an upper triangular matrix U can be solved in an analogous way only working backwards Applications Edit Forward substitution is used in financial bootstrapping to construct a yield curve Properties EditThe transpose of an upper triangular matrix is a lower triangular matrix and vice versa A matrix which is both symmetric and triangular is diagonal In a similar vein a matrix which is both normal meaning A A AA where A is the conjugate transpose and triangular is also diagonal This can be seen by looking at the diagonal entries of A A and AA The determinant and permanent of a triangular matrix equal the product of the diagonal entries as can be checked by direct computation In fact more is true the eigenvalues of a triangular matrix are exactly its diagonal entries Moreover each eigenvalue occurs exactly k times on the diagonal where k is its algebraic multiplicity that is its multiplicity as a root of the characteristic polynomial p A x det x I A displaystyle p A x det xI A of A In other words the characteristic polynomial of a triangular n n matrix A is exactly p A x x a 11 x a 22 x a n n displaystyle p A x x a 11 x a 22 cdots x a nn that is the unique degree n polynomial whose roots are the diagonal entries of A with multiplicities To see this observe that x I A displaystyle xI A is also triangular and hence its determinant det x I A displaystyle det xI A is the product of its diagonal entries x a 11 x a 22 x a n n displaystyle x a 11 x a 22 cdots x a nn 1 Special forms EditUnitriangular matrix Edit If the entries on the main diagonal of a upper or lower triangular matrix are all 1 the matrix is called upper or lower unitriangular Other names used for these matrices are unit upper or lower triangular or very rarely normed upper or lower triangular However a unit triangular matrix is not the same as the unit matrix and a normed triangular matrix has nothing to do with the notion of matrix norm All finite unitriangular matrices are unipotent Strictly triangular matrix Edit If all of the entries on the main diagonal of a upper or lower triangular matrix are also 0 the matrix is called strictly upper or lower triangular All finite strictly triangular matrices are nilpotent of index at most n as a consequence of the Cayley Hamilton theorem Atomic triangular matrix Edit Main article Frobenius matrix An atomic upper or lower triangular matrix is a special form of unitriangular matrix where all of the off diagonal elements are zero except for the entries in a single column Such a matrix is also called a Frobenius matrix a Gauss matrix or a Gauss transformation matrix Triangularisability EditA matrix that is similar to a triangular matrix is referred to as triangularizable Abstractly this is equivalent to stabilizing a flag upper triangular matrices are precisely those that preserve the standard flag which is given by the standard ordered basis e 1 e n displaystyle e 1 ldots e n and the resulting flag 0 lt e 1 lt e 1 e 2 lt lt e 1 e n K n displaystyle 0 lt left langle e 1 right rangle lt left langle e 1 e 2 right rangle lt cdots lt left langle e 1 ldots e n right rangle K n All flags are conjugate as the general linear group acts transitively on bases so any matrix that stabilises a flag is similar to one that stabilizes the standard flag Any complex square matrix is triangularizable 1 In fact a matrix A over a field containing all of the eigenvalues of A for example any matrix over an algebraically closed field is similar to a triangular matrix This can be proven by using induction on the fact that A has an eigenvector by taking the quotient space by the eigenvector and inducting to show that A stabilizes a flag and is thus triangularizable with respect to a basis for that flag A more precise statement is given by the Jordan normal form theorem which states that in this situation A is similar to an upper triangular matrix of a very particular form The simpler triangularization result is often sufficient however and in any case used in proving the Jordan normal form theorem 1 2 In the case of complex matrices it is possible to say more about triangularization namely that any square matrix A has a Schur decomposition This means that A is unitarily equivalent i e similar using a unitary matrix as change of basis to an upper triangular matrix this follows by taking an Hermitian basis for the flag Simultaneous triangularisability Edit See also Simultaneously diagonalizable A set of matrices A 1 A k displaystyle A 1 ldots A k are said to be simultaneously triangularisable if there is a basis under which they are all upper triangular equivalently if they are upper triangularizable by a single similarity matrix P Such a set of matrices is more easily understood by considering the algebra of matrices it generates namely all polynomials in the A i displaystyle A i denoted K A 1 A k displaystyle K A 1 ldots A k Simultaneous triangularizability means that this algebra is conjugate into the Lie subalgebra of upper triangular matrices and is equivalent to this algebra being a Lie subalgebra of a Borel subalgebra The basic result is that over an algebraically closed field the commuting matrices A B displaystyle A B or more generally A 1 A k displaystyle A 1 ldots A k are simultaneously triangularizable This can be proven by first showing that commuting matrices have a common eigenvector and then inducting on dimension as before This was proven by Frobenius starting in 1878 for a commuting pair as discussed at commuting matrices As for a single matrix over the complex numbers these can be triangularized by unitary matrices The fact that commuting matrices have a common eigenvector can be interpreted as a result of Hilbert s Nullstellensatz commuting matrices form a commutative algebra K A 1 A k displaystyle K A 1 ldots A k over K x 1 x k displaystyle K x 1 ldots x k which can be interpreted as a variety in k dimensional affine space and the existence of a common eigenvalue and hence a common eigenvector corresponds to this variety having a point being non empty which is the content of the weak Nullstellensatz citation needed In algebraic terms these operators correspond to an algebra representation of the polynomial algebra in k variables This is generalized by Lie s theorem which shows that any representation of a solvable Lie algebra is simultaneously upper triangularizable the case of commuting matrices being the abelian Lie algebra case abelian being a fortiori solvable More generally and precisely a set of matrices A 1 A k displaystyle A 1 ldots A k is simultaneously triangularisable if and only if the matrix p A 1 A k A i A j displaystyle p A 1 ldots A k A i A j is nilpotent for all polynomials p in k non commuting variables where A i A j displaystyle A i A j is the commutator for commuting A i displaystyle A i the commutator vanishes so this holds This was proven by Drazin Dungey and Gruenberg in 1951 3 a brief proof is given by Prasolov in 1994 4 One direction is clear if the matrices are simultaneously triangularisable then A i A j displaystyle A i A j is strictly upper triangularizable hence nilpotent which is preserved by multiplication by any A k displaystyle A k or combination thereof it will still have 0s on the diagonal in the triangularizing basis Algebras of triangular matrices Edit Binary lower unitriangular Toeplitz matrices multiplied using F2 operations They form the Cayley table of Z4 and correspond to powers of the 4 bit Gray code permutation Upper triangularity is preserved by many operations The sum of two upper triangular matrices is upper triangular The product of two upper triangular matrices is upper triangular The inverse of an upper triangular matrix if it exists is upper triangular The product of an upper triangular matrix and a scalar is upper triangular Together these facts mean that the upper triangular matrices form a subalgebra of the associative algebra of square matrices for a given size Additionally this also shows that the upper triangular matrices can be viewed as a Lie subalgebra of the Lie algebra of square matrices of a fixed size where the Lie bracket a b given by the commutator ab ba The Lie algebra of all upper triangular matrices is a solvable Lie algebra It is often referred to as a Borel subalgebra of the Lie algebra of all square matrices All these results hold if upper triangular is replaced by lower triangular throughout in particular the lower triangular matrices also form a Lie algebra However operations mixing upper and lower triangular matrices do not in general produce triangular matrices For instance the sum of an upper and a lower triangular matrix can be any matrix the product of a lower triangular with an upper triangular matrix is not necessarily triangular either The set of unitriangular matrices forms a Lie group The set of strictly upper or lower triangular matrices forms a nilpotent Lie algebra denoted n displaystyle mathfrak n This algebra is the derived Lie algebra of b displaystyle mathfrak b the Lie algebra of all upper triangular matrices in symbols n b b displaystyle mathfrak n mathfrak b mathfrak b In addition n displaystyle mathfrak n is the Lie algebra of the Lie group of unitriangular matrices In fact by Engel s theorem any finite dimensional nilpotent Lie algebra is conjugate to a subalgebra of the strictly upper triangular matrices that is to say a finite dimensional nilpotent Lie algebra is simultaneously strictly upper triangularizable Algebras of upper triangular matrices have a natural generalization in functional analysis which yields nest algebras on Hilbert spaces See also Affine group Borel subgroups and Borel subalgebras Edit Main articles Borel subgroup and Borel subalgebra The set of invertible triangular matrices of a given kind upper or lower forms a group indeed a Lie group which is a subgroup of the general linear group of all invertible matrices A triangular matrix is invertible precisely when its diagonal entries are invertible non zero Over the real numbers this group is disconnected having 2 n displaystyle 2 n components accordingly as each diagonal entry is positive or negative The identity component is invertible triangular matrices with positive entries on the diagonal and the group of all invertible triangular matrices is a semidirect product of this group and the group of diagonal matrices with 1 displaystyle pm 1 on the diagonal corresponding to the components The Lie algebra of the Lie group of invertible upper triangular matrices is the set of all upper triangular matrices not necessarily invertible and is a solvable Lie algebra These are respectively the standard Borel subgroup B of the Lie group GLn and the standard Borel subalgebra b displaystyle mathfrak b of the Lie algebra gln The upper triangular matrices are precisely those that stabilize the standard flag The invertible ones among them form a subgroup of the general linear group whose conjugate subgroups are those defined as the stabilizer of some other complete flag These subgroups are Borel subgroups The group of invertible lower triangular matrices is such a subgroup since it is the stabilizer of the standard flag associated to the standard basis in reverse order The stabilizer of a partial flag obtained by forgetting some parts of the standard flag can be described as a set of block upper triangular matrices but its elements are not all triangular matrices The conjugates of such a group are the subgroups defined as the stabilizer of some partial flag These subgroups are called parabolic subgroups Examples Edit The group of 2 2 upper unitriangular matrices is isomorphic to the additive group of the field of scalars in the case of complex numbers it corresponds to a group formed of parabolic Mobius transformations the 3 3 upper unitriangular matrices form the Heisenberg group See also EditGaussian elimination QR decomposition Cholesky decomposition Hessenberg matrix Tridiagonal matrix Invariant subspaceReferences Edit a b c Axler Sheldon Jay 1997 Linear Algebra Done Right 2nd ed New York Springer pp 86 87 169 ISBN 0 387 22595 1 OCLC 54850562 Herstein I N 1975 Topics in Algebra 2nd ed New York Wiley pp 285 290 ISBN 0 471 01090 1 OCLC 3307396 Drazin M P Dungey J W Gruenberg K W 1951 Some Theorems on Commutative Matrices Journal of the London Mathematical Society 26 3 221 228 doi 10 1112 jlms s1 26 3 221 Prasolov V V 1994 Problems and Theorems in Linear Algebra Simeon Ivanov Providence R I American Mathematical Society p 178 179 ISBN 9780821802366 OCLC 30076024 Retrieved from https en wikipedia org w index php title Triangular matrix amp oldid 1124319602, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.