Home > Matrix & Vector > Matrix Structure > Nilpotent Matrix checker example

17. is Nilpotent Matrix example ( Enter your problem )
  1. Definition & Examples
  2. Example-2

1. Definition & Examples





1. is Nilpotent Matrix ?
`[[1,2,3],[1,2,3],[-1,-2,-3]]`


Solution:
A square matrix `A` is called a nilpotent matrix, if `A^m = 0` for some positive integer m.


`A` = 
`1``2``3`
`1``2``3`
`-1``-2``-3`


`A×A`=
`1``2``3`
`1``2``3`
`-1``-2``-3`
×
`1``2``3`
`1``2``3`
`-1``-2``-3`


=
`1×1+2×1+3×-1``1×2+2×2+3×-2``1×3+2×3+3×-3`
`1×1+2×1+3×-1``1×2+2×2+3×-2``1×3+2×3+3×-3`
`-1×1-2×1-3×-1``-1×2-2×2-3×-2``-1×3-2×3-3×-3`


=
`1+2-3``2+4-6``3+6-9`
`1+2-3``2+4-6``3+6-9`
`-1-2+3``-2-4+6``-3-6+9`


=
`0``0``0`
`0``0``0`
`0``0``0`



Here `A^2 = 0`, so `A` is a nilpotent matrix whose index is 2







This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here





Share this solution or page with your friends.
 
 
Copyright © 2026. All rights reserved. Terms, Privacy
 
 

.