mkamadeus / Linear-Algebra-Polynomial-Interpolation

This is our repository for our Linear and Geometric Algebra class on ITB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linear and Geometric Algebra Project 01

This is our project that's being maintained by 3 people:

  • Jovan Karuna Cahyadi // 13518024
  • Matthew Kevin Amadeus // 13518035
  • Fritz Gerald Tjie // 13518065

What is this project about?

This project was made in order to fill the requirements of the Linear and Geometric Algebra class in ITB Informatics Engineering. This project consists of several features, such as:

  • Gauss Elimination Algorithm
  • Gauss-Jordan Elimination Algorithm
  • Graph Interpolation from given points
  • Study case examples
  • ..and so much more!

The Creation Process

This program was made under several conditions:

  • Using Java SE Runtime Environment 1.8.0_221. (JDK & JRE)
  • Created using Visual Studio Code with several extensions.

What's this Florencia doing about in this program?

We called our library system by the name of Florencia, as the package name. It is based on our classmate, Florencia Wijaya (13518020) as a tribute to her. Also note that we already made an agreement about making her name our project codename :).

How do you run this program?

Using batch file

  1. Run compile.bat once, it will run the program after you made any changes in the program
  2. If you only didn't make any change/made changes only in Menu.java/Main.java, we suggest you to only run the run.bat file.

Manually compile using javac and running using java

  1. Type in into command line : javac ./florencia/augmentedmatrix/*.java.
  2. Also type in into command line : javac ./florencia/matrix/*.java.
  3. Type in into command line to compile then run the program : javac Menu.java and java Menu.

How do you use this program?

TBA

About

This is our repository for our Linear and Geometric Algebra class on ITB.


Languages

Language:Java 99.3%Language:Batchfile 0.7%