News

Implemented the conventional and Strassen's matrix multiplication algorithms for 𝑛 × 𝑛 matrices and determined the optimal cross-over point both analytically and experimentally. For 𝑛 × 𝑛 matrices ...
To run the algorithm you should have a "input.txt" file in the directory where you are running the python scripts. It took me so long to figure out why Strassen takes longer implementation time than ...
One of the cryptographic approaches is the Hill Cipher. A square key matrix must have an inverse modulo in the Hill Cipher algorithm. The unimodular matrix is one of the special matrices that has an ...