is there a command/quick way in GAP, that gives me the corresponding nilpotent Matrix in jordan normalform(as an element of the matrix algebra MatAlgebra(GF(a),b)) when I enter a Partition and a field? So ([2],GF(3)) should enter the matrix [[0*Z(3),Z(3)^0],[0*Z(3),0*Z(3)]].
2026-03-28 07:33:12.1774683192
Nilpotent matrix corresponding to a partition via gap
91 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
With the specification of a partition and fixed eigenvalue 0 it is in the end less work to write a specialized function than to try to paste it together from existing bits:
The function simply takes a zero matrix and adds appropriate 1's off the diagonal. The variable $o$ is a counter through the rows of the matrix.