This repository contains solutions to assignments for the course Numerické metódy a pravdepodobnosť a štatistika (NMPaS) from the academic year 2023. The assignments are implemented in MATLAB and cover numerical methods, probability, and statistics.
Numerické metódy a pravdepodobnosť a štatistika is a foundational course focusing on computational and statistical methods for solving mathematical problems. The course covers root-finding, solving systems of equations, numerical integration, probability calculations, and descriptive statistics.
.
├── zadanie1/ # Numerical Methods (root finding, systems, integration)
├── zadanie2/ # Probability and Statistics (urn problems, statistics from Excel)
- zadanie1/README.md - Numerical Methods assignment
- zadanie2/README.md - Probability and Statistics assignment
Each subfolder contains its own README with detailed instructions and assignment descriptions.
This repository is licensed under the MIT License. You are free to use, modify, and distribute the code for educational and non-commercial purposes. See the LICENSE file for details.