Is there a Julia package that implements methods for functions like invmod and powermod, but for matrices instead of integers?
If there isn't such a package, where ideally should those methods be contributed to? Does it make sense to add them to Base?
Sounds like LinearAlgebra to me
After a bit of googling, I found you can use Mods.jl together with LinearAlgebraX.jl for this.
Last updated: Nov 27 2025 at 04:44 UTC