I am investigating the hill cipher. The determinant of my encryption matrix is a negative number, and I need to find the inverse modulo (using mod 26) of this determinant. This is eventually used to create the deciphering matrix. Do I take the absolute value of the determinant, and hence make it positive, or is there a method to find it as a negative.
The determinant to find reciprocal modulo 26 of is -441. Thanks for the help.