"Our" Final Project for Computational Science (Sains Komputasi) in 3rd Semester.
The project implements various of computational science concepts, such as :
- Systems of Linear Equation _________________________ (Sistem Persamaan Linear)
- Practices of Matrix and Equations __________________ (Praktik Matriks dan Persamaannya)
- Invertible Matrix ____________________________________ (Inverse Matriks)
- LU Decomposition
- Numeric Method of Linear Equations ______________ (Metode Numerik Persamaan Linear)
- Numeric Method of Non Linear Equations _________ (Metode Numerik Persamaan Non-Linear)
- Basic Simulation ____________________________________ (Dasar-Dasar Simulasi)
- Iterative Method ____________________________________ (Metode Iterasi)
- Monte-Carlo Simulation ____________________________ (Simulasi Monte-Carlo)
- Markov Chain _______________________________________ (Rantai Markov)
The project is developed using Python, runs on CLI, and requires only a minimal set of packages to install. For further information, there is a report written in Bahasa Indonesia that you can read from.
The project was completed by Group 9, which consists of following members :
- Sandhika Lyandra Prasetyo โ โ โ โ ย ย - 23051204074
- Rayhan Ramadhani Hendra Atmadja ย ย ย ย - 23051204075 @rayhan889
- Adriano Emmanuel โ โ โ โ โ ย ย ย ย ย ย - 23051204082 @pachhy
- Cornelius Louis Nathan โ โ โ โ ย ย ย ย ย - 23051204085 @Louis3112
To install this project, please proceed these steps:
- Clone the repository:
git clone https://github.com/Louis3112/cs_finalproject_sem3 - Navigate to the project directory:
cd cs_finalproject_sem3 - Install dependencies:
pip install -r requirements.txt - Run the project:
python uas_sk.py
If you'd like to contribute or upgrade the project, it would be our pleasure! ๐
Here's how to to contribute:
- Fork the repository
- Create a new branch:
git checkout -b your-branch-name - Make your changes
- Commit your changes:
git commit -m "your messages" - Push your changes to your forked repository:
git push origin your-branch-name - Submit a pull request
If you have any questions or comments about this project, please contact me