- Rizky Abdillah Rasyid | 13521109
- Saddam Annais Shaquille | 13521121
- Hanif Muhammad Zhafran | 13521157
This program was made to fulfill the First Major Assignment of IF2123 Linear and Geometric Algebra Course. The programming language used by this project is Java.
This program can do several task involving Matrices and Linear Equations such as:
- Find solutions to a System of Linear Equation using Gauss Elimination method, Gauss-Jordan Elimination method, Inverse of a Matrix, and Cramer's Rule.
- Calculate determinant of a matrix using Row Reduction method and Cofactor Expansion method.
- Find an Inverse of a Matrix
- Find an equation and an estimated value in a case of Polinomial Interpolation, Bicubic Interpolation, and Multiple Linear Regression.
- Enlarge image to twice of its initial size using Bicubic Interpolation.
bin
folder contains Java bytecode (*.class) files.doc
folder contains report of the project.lib
folder contains the library required for this program (jar
file).src
folder contains source code for this program (.java
files).test
folder contains test cases for the program, including the output.Algeo01-21109.jar
file, contains all classes in the program and the required library from thelib
folder. You can use this file to run the program.
Execute the jar file in the parent directory.
java --enable-preview -jar Algeo01-21109.jar