An open API service indexing awesome lists of open source software.

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.

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.