https://github.com/ilovenooodles/matrix-calculator
Tugas Besar 1 Aljabar Linear dan Geometri
https://github.com/ilovenooodles/matrix-calculator
java matrix-calculator
Last synced: 29 days ago
JSON representation
Tugas Besar 1 Aljabar Linear dan Geometri
- Host: GitHub
- URL: https://github.com/ilovenooodles/matrix-calculator
- Owner: IloveNooodles
- Created: 2021-09-15T08:57:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T06:55:33.000Z (over 3 years ago)
- Last Synced: 2025-03-31T04:09:19.517Z (2 months ago)
- Topics: java, matrix-calculator
- Language: Java
- Homepage:
- Size: 917 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algeo01-20029 - AlgeoKerenGaming
Tugas Besar 1 Aljabar Linear dan Geometri IF20 is a project to build matrice calculator which calculates Polynomial Interpolation, Multiple Linear Regression, Linear Equation System and Determinant. Don't forget to set the precision correctly to get exact result.
---
## File Structure
```
├── README.md
├── bin
│ ├── Aplikasi
│ │ ├── Crammer.class
│ │ ├── Determinan.class
│ │ ├── Interpolasi.class
│ │ ├── Inverse.class
│ │ ├── RLB.class
│ │ └── SistemPersamaanLinear.class
│ ├── Main.class
│ ├── Matrix
│ │ ├── Matrix.class
│ │ └── Operation.class
│ └── Utility
│ ├── IO.class
│ └── Menu.class
├── doc
│ └── Algeo01-20029.pdf
├── lib
│ └── Algeo01-20029.jar
├── src
│ ├── Aplikasi
│ │ ├── Crammer.java
│ │ ├── Determinan.java
│ │ ├── Interpolasi.java
│ │ ├── Inverse.java
│ │ ├── RLB.java
│ │ └── SistemPersamaanLinear.java
│ ├── Main.java
│ ├── Matrix
│ │ ├── Matrix.java
│ │ └── Operation.java
│ └── Utility
│ ├── IO.java
│ └── Menu.java
└── test
├── 1_a.txt
├── 1_b.txt
├── 1_c.txt
├── 1_d1.txt
├── 1_d2.txt
├── 2_a.txt
├── 2_b.txt
├── 3_a.txt
├── 3_b.txt
├── 4.txt
├── 5.txt
├── 6_a.txt
├── 6_b.txt
├── 6_c.txt
└── 7.txt
```---
## How To Use?
### Using source code
1. Clone folder with `git clone https://github.com/IloveNooodles/Algeo01-20029.git` or download the zip file from the github
1. Go to the folder `cd Algeo01-20029`
1. Go to bin folder `cd bin`
1. Run matrix calculator using `java Main` command
1. test folder is used to store input and output txt file
1. you can also run the jar using `java -jar `### Using Jar Separately (Release ver)
1. Download the jar file
1. To use the jar file, you must make siblings folder and one folder name test
1. It will look like this
1. test file will contain input text and it will be output folder too```
├──
│ └──
│
└── test
└──```
1. after you set up the folder `cd ` to go to the directory
1. use `java -jar ` to run the program---
## Note
Make sure you inputed the matrices right, because we use buffered reader so the number of element in the row or column must be precise