Matrix arithmetic over small finite fields, implementing the meataxe algorithm for modular representation theory. Part of the passagemath ecosystem. Current version 10.8.4, requires Python >=3.11 and <3.15. Release cadence follows passagemath releases.
pip install passagemath-meataxeVerified import paths — ran on the pinned version, not inferred.
Basic usage: create a matrix over GF(2) and compute its rank.
Use 'from passagemath.meataxe import ...' instead of 'from sage.all import ...'
Check your field is in the supported list before calling meataxe operations.
Use 'random_matrix' and 'irreducible_matrix'.
Convert field elements to plain ints before constructing a meataxe matrix.