{"library":"passagemath-meataxe","title":"passagemath-meataxe","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install passagemath-meataxe"],"cli":null},"imports":["from passagemath.meataxe import Meataxe"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from passagemath.meataxe import Meataxe\n# Create a matrix over GF(2)\nm = Meataxe(2, [[1,0],[0,1]])\nprint(m.rank())","lang":"python","description":"Basic usage: create a matrix over GF(2) and compute its rank.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}