https://github.com/louis3112/cs_finalproject_sem3
Final Project for Computational Science (Sains Komputasi) in 3rd Semester. Showcases various implementations of computational science concepts.
https://github.com/louis3112/cs_finalproject_sem3
cli-app college-project computer-science
Last synced: 10 months ago
JSON representation
Final Project for Computational Science (Sains Komputasi) in 3rd Semester. Showcases various implementations of computational science concepts.
- Host: GitHub
- URL: https://github.com/louis3112/cs_finalproject_sem3
- Owner: Louis3112
- Created: 2024-12-02T07:05:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T08:01:31.000Z (over 1 year ago)
- Last Synced: 2025-01-27T18:05:38.576Z (over 1 year ago)
- Topics: cli-app, college-project, computer-science
- Language: Python
- Homepage:
- Size: 3.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :bangbang: **Computational Science Final Project for 3rd Semester** :bangbang:
## :microscope: :computer: **cs_finalproject_sem3** :microscope: :computer:
"Our" Final Project for Computational Science (Sains Komputasi) in 3rd Semester.
The project implements various of computational science concepts, such as :
1. Systems of Linear Equation _________________________ *(Sistem Persamaan Linear)*
2. Practices of Matrix and Equations __________________ *(Praktik Matriks dan Persamaannya)*
3. Invertible Matrix ____________________________________ *(Inverse Matriks)*
4. LU Decomposition
5. Numeric Method of Linear Equations ______________ *(Metode Numerik Persamaan Linear)*
6. Numeric Method of Non Linear Equations _________ *(Metode Numerik Persamaan Non-Linear)*
7. Basic Simulation ____________________________________ *(Dasar-Dasar Simulasi)*
8. Iterative Method ____________________________________ *(Metode Iterasi)*
9. Monte-Carlo Simulation ____________________________ *(Simulasi Monte-Carlo)*
10. 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.
## :busts_in_silhouette: **Team** :busts_in_silhouette:
The project was completed by Group 9, which consists of following members :
- **Sandhika Lyandra Prasetyo - 23051204074**
- **Rayhan Ramadhani Hendra Atmadja - 23051204075 [@rayhan889](https://github.com/rayhan889)**
- **Adriano Emmanuel - 23051204082 [@pachhy](https://github.com/pachhy)**
- **Cornelius Louis Nathan - 23051204085 [@Louis3112](https://github.com/Louis3112)**
## :arrow_forward: **Installation and Usage**
To install this project, please proceed these steps:
1. Clone the repository: **`git clone https://github.com/Louis3112/cs_finalproject_sem3`**
2. Navigate to the project directory: **`cd cs_finalproject_sem3`**
3. Install dependencies: **`pip install -r requirements.txt `**
4. Run the project: **`python uas_sk.py`**
## :bust_in_silhouette: **Contributing** :bust_in_silhouette:
If you'd like to contribute or upgrade the project, it would be our pleasure! :smile:
Here's how to to contribute:
1. Fork the repository
2. Create a new branch: **`git checkout -b your-branch-name`**
3. Make your changes
4. Commit your changes: **`git commit -m "your messages"`**
5. Push your changes to your forked repository: **`git push origin your-branch-name`**
6. Submit a pull request
## :telephone_receiver: **Contact** :telephone_receiver:
If you have any questions or comments about this project, please contact **[me](corneliuslouis3112@gmail.com)**