sufian27 / linear-congruencies-solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linear Congruencies Solver

I made this project to help me solve homework problems for my discrete math class.

The project is a simple JFrame application which uses the chinese remainder theorem to solve a system of three linear congruencies. The program will not work until the conditions of the chinese remainder theorem are met i.e. the three numbers entered after mod must be pairwise relatively prime. Press the "SOLVE!" button to get the answer displayed at the bottom.

About


Languages

Language:Java 100.0%