Skip to content

Little program that computes the inverse of a binary matrix by gaussian elimination

License

Notifications You must be signed in to change notification settings

roirh/inverse-binary-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

INVERSE BINARY MATRIX CALCULATOR

Little program that computes the inverse of a binary matrix by gaussian elimination. This only works for rectangular matrix NxN.

Created to solve part of the "Nintendo HireMe.c" challenge. I needed to calculate the inverse of a binary matrix to reverse some XOR mutations. At the end the inversed matrix was equal to the input matrix, but I only could figure it out by calculating the inverse.

I didn't find any place or code to calculate the inverse of a binary matrix so here is my code.

About

Little program that computes the inverse of a binary matrix by gaussian elimination

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages