Skip to content

Final Project for Computational Science (Sains Komputasi) in 3rd Semester. Showcases various implementations of computational science concepts.

Notifications You must be signed in to change notification settings

Louis3112/cs_finalproject_sem3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

44 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

โ€ผ๏ธ Computational Science Final Project for 3rd Semester โ€ผ๏ธ

๐Ÿ”ฌ ๐Ÿ’ป cs_finalproject_sem3 ๐Ÿ”ฌ ๐Ÿ’ป

"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.

๐Ÿ‘ฅ Team ๐Ÿ‘ฅ

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

โ–ถ๏ธ 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

๐Ÿ‘ค Contributing ๐Ÿ‘ค

If you'd like to contribute or upgrade the project, it would be our pleasure! ๐Ÿ˜„

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

๐Ÿ“ž Contact ๐Ÿ“ž

If you have any questions or comments about this project, please contact me

About

Final Project for Computational Science (Sains Komputasi) in 3rd Semester. Showcases various implementations of computational science concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages