Nilpotent matrix: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>Anita5192
Undid revision 1251489766 by 2A0C:5A81:2102:8A00:D7B:935:461B:EE08 (talk)Reverted unexplained edit. "Characterization" is more appropriate here.
 
(No difference)

Latest revision as of 17:45, 16 October 2024

Template:Short description In linear algebra, a nilpotent matrix is a square matrix N such that

Nk=0

for some positive integer k. The smallest such k is called the index of N,[1] sometimes the degree of N.

More generally, a nilpotent transformation is a linear transformation L of a vector space such that Lk=0 for some positive integer k (and thus, Lj=0 for all jk).[2][3][4] Both of these concepts are special cases of a more general concept of nilpotence that applies to elements of rings.

Examples

Example 1

The matrix

A=[0100]

is nilpotent with index 2, since A2=0.

Example 2

More generally, any n-dimensional triangular matrix with zeros along the main diagonal is nilpotent, with index n Template:Citation needed. For example, the matrix

B=[0216001200030000]

is nilpotent, with

B2=[0027000300000000]; B3=[0006000000000000]; B4=[0000000000000000]

The index of B is therefore 4.

Example 3

Although the examples above have a large number of zero entries, a typical nilpotent matrix does not. For example,

C=[53215961064]C2=[000000000]

although the matrix has no zero entries.

Example 4

Additionally, any matrices of the form

[a1a1a1a2a2a2a1a2an1a1a2an1a1a2an1]

such as

[555666111111]

or

[1111222244447777]

square to zero.

Example 5

Perhaps some of the most striking examples of nilpotent matrices are n×n square matrices of the form:

[2221nn+211n1n+21n11n+2n]

The first few of which are:

[2142][222513153][2223611416141164][2222471115171151171511175]

These matrices are nilpotent but there are no zero entries in any powers of them less than the index.[5]

Example 6

Consider the linear space of polynomials of a bounded degree. The derivative operator is a linear map. We know that applying the derivative to a polynomial decreases its degree by one, so when applying it iteratively, we will eventually obtain zero. Therefore, on such a space, the derivative is representable by a nilpotent matrix.

Characterization

Template:Unreferenced section For an n×n square matrix N with real (or complex) entries, the following are equivalent:

The last theorem holds true for matrices over any field of characteristic 0 or sufficiently large characteristic. (cf. Newton's identities)

This theorem has several consequences, including:

  • The index of an n×n nilpotent matrix is always less than or equal to n. For example, every 2×2 nilpotent matrix squares to zero.
  • The determinant and trace of a nilpotent matrix are always zero. Consequently, a nilpotent matrix cannot be invertible.
  • The only nilpotent diagonalizable matrix is the zero matrix.

See also: Jordan–Chevalley decomposition#Nilpotency criterion.

Classification

Consider the n×n (upper) shift matrix:

S=[0100001000010000].

This matrix has 1s along the superdiagonal and 0s everywhere else. As a linear transformation, the shift matrix "shifts" the components of a vector one position to the left, with a zero appearing in the last position:

S(x1,x2,,xn)=(x2,,xn,0).[6]

This matrix is nilpotent with degree n, and is the canonical nilpotent matrix.

Specifically, if N is any nilpotent matrix, then N is similar to a block diagonal matrix of the form

[S1000S2000Sr]

where each of the blocks S1,S2,,Sr is a shift matrix (possibly of different sizes). This form is a special case of the Jordan canonical form for matrices.[7]

For example, any nonzero 2 × 2 nilpotent matrix is similar to the matrix

[0100].

That is, if N is any nonzero 2 × 2 nilpotent matrix, then there exists a basis b1b2 such that Nb1 = 0 and Nb2 = b1.

This classification theorem holds for matrices over any field. (It is not necessary for the field to be algebraically closed.)

Flag of subspaces

A nilpotent transformation L on n naturally determines a flag of subspaces

{0}kerLkerL2kerLq1kerLq=n

and a signature

0=n0<n1<n2<<nq1<nq=n,ni=dimkerLi.

The signature characterizes L up to an invertible linear transformation. Furthermore, it satisfies the inequalities

nj+1njnjnj1,for all j=1,,q1.

Conversely, any sequence of natural numbers satisfying these inequalities is the signature of a nilpotent transformation.

Additional properties

Template:Unordered list

Generalizations

A linear operator T is locally nilpotent if for every vector v, there exists a k such that

Tk(v)=0.

For operators on a finite-dimensional vector space, local nilpotence is equivalent to nilpotence.

Notes

References

Template:Matrix classes