Stream: helpdesk (published)

Topic: invmod and powermod for matrices?


view this post on Zulip Sergio Vargas (Oct 05 2023 at 22:50):

Is there a Julia package that implements methods for functions like invmod and powermod, but for matrices instead of integers?

view this post on Zulip Sergio Vargas (Oct 05 2023 at 22:51):

If there isn't such a package, where ideally should those methods be contributed to? Does it make sense to add them to Base?

view this post on Zulip Nils (Oct 06 2023 at 09:32):

Sounds like LinearAlgebra to me

view this post on Zulip Sergio Vargas (Oct 06 2023 at 17:53):

After a bit of googling, I found you can use Mods.jl together with LinearAlgebraX.jl for this.


Last updated: Nov 06 2024 at 04:40 UTC