https://github.com/gthomas08/scientific-computing-project
Scientific computing algorithms implemented in MATLAB.
https://github.com/gthomas08/scientific-computing-project
matlab scientific-computing
Last synced: 9 months ago
JSON representation
Scientific computing algorithms implemented in MATLAB.
- Host: GitHub
- URL: https://github.com/gthomas08/scientific-computing-project
- Owner: gthomas08
- Created: 2021-03-29T11:24:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T12:52:24.000Z (over 4 years ago)
- Last Synced: 2025-01-21T03:41:45.228Z (11 months ago)
- Topics: matlab, scientific-computing
- Language: MATLAB
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scientific Computing Project
## About The Project
This project was part of the Computer Engineering and Informatics Department (CEID) of University of Patras curriculum.
The goal of the project was to implement different scientific computing algorithms in MATLAB.
## Exercises
1. Report tools and hardware that were used to solve the exercises.
2. Implement Block Compressed Row Storage (BCRS) algorithm.
3. Calculate number of possible paths between two nodes given an adjacency matrix.
4. Calculate bandedness of a band matrix.
5. Extract diagrams from different algorithms.
* **Note**: Since there was no actual code written in the first exercise, there is no folder representing the exercise.