https://github.com/okqsna/laboratory-work-moskviak-kryvulia
Laboratory work on discrete math. Reading matrix from file and performing various closures on it.
https://github.com/okqsna/laboratory-work-moskviak-kryvulia
discrete-mathematics floyd-warshall-algorithm matrix matrix-operations python3
Last synced: 3 months ago
JSON representation
Laboratory work on discrete math. Reading matrix from file and performing various closures on it.
- Host: GitHub
- URL: https://github.com/okqsna/laboratory-work-moskviak-kryvulia
- Owner: okqsna
- Created: 2024-10-18T08:35:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T21:31:11.000Z (8 months ago)
- Last Synced: 2024-10-22T02:59:32.356Z (8 months ago)
- Topics: discrete-mathematics, floyd-warshall-algorithm, matrix, matrix-operations, python3
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laboratory work №1
### Work of Anna Kryvulia and Oksana Moskviak
#### Language: Python 3.12
Laboratory work on discrete math. Reading matrix from file and performing various closures on it.- Main file is `laboratory_work.py`
- Provided with `example.csv` file with matrix as an example on which type of matrices our work is based on.