id.ac.unpar.siamodels.matakuliah.AMS100 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SIAModels Show documentation
Show all versions of SIAModels Show documentation
This library models various aspects of Universitas Katolik Parahyangan's
objects, such as mahasiswa (student), their modules, and their grades.
Theoretically supports all departments, but only Informatics department
is mostly complete.
package id.ac.unpar.siamodels.matakuliah;
import id.ac.unpar.siamodels.InfoMataKuliah;
import id.ac.unpar.siamodels.MataKuliah;
/**
* Sistem Bilangan, Fungsi, Limit dan Kekontinuan Fungsi, Turunan, Integral,
* Penggunaan Integral, Sistem Persamaan Linear, Determinan, Vektor, Nilai dan
* Vektor Eigen.
* @author Taufik Limansyah, S.Si, MT.
*/
@InfoMataKuliah(nama = "Matematika Informatika", sks = 4)
public class AMS100 extends MataKuliah {
}