I'm trying to work out the modular inverse of a matrix, how could this be done in Java?
So far I've found the package Jama package - http://math.nist.gov/javanumerics/jama/ Can be used for inverse and matrix multiplication, however I'm stumped trying to find the mouldar inverse of a matrix...
This is exactly what I am trying to achieve here: http://planetcalc.com/3324/
Any ideas?
Thanks