Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 833 Bytes

README.md

File metadata and controls

28 lines (27 loc) · 833 Bytes

Matdis2

File-file untuk tugas pemrograman Matematika Diskrit 2 batch 1 Fasilkom UI
Materi mengenai :

  1. Mencari faktor-faktor prima
  2. Mencari GCD dan LCM dari 2 bilangan
  3. Mencari inverse dari suatu kongruensi linear
  4. Menghitung pemangkatan modular
  5. Menyelesaikan Chinese Remainder Theorem

visit this project at github :

https://github.com/galuhest/Matdis2
By:
Azady Bayu (1406543675)
Galuh Estya (1406559036)
M. Ihsan A. (1406623682)

Division of tasks :

tugas_1 by Azady Bayu
tugas_2 by Galuh Estya
tugas_3 by Galuh Estya
tugas_4 by Azady Bayu
tugas_5 by M. Ihsan A.

This project is written in Java version 1.8.0 JDK1.8
Documentation for each program is written inside java file in form of Javadoc.