Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pklatka/computational-methods-course

Solutions for computational methods course at AGH UST.
https://github.com/pklatka/computational-methods-course

Last synced: 8 days ago
JSON representation

Solutions for computational methods course at AGH UST.

Awesome Lists containing this project

README

        

# Computational methods course

This repository contains solutions for computational methods course at AGH UST. Every task is in a separate folder. Solutions were written using Python. Each folder contains a task description in Polish.

## Tasks

- [lab1](https://github.com/pklatka/computational-methods-course/tree/main/Lab%2001): computer arithmetic, floating point numbers, errors
- [lab2](https://github.com/pklatka/computational-methods-course/tree/main/Lab%2002): linear equations, Gauss-Jordan elimination, LU decomposition, least squares method, determining currents in a circuit
- [lab3](https://github.com/pklatka/computational-methods-course/tree/main/Lab%2003): root finding methods: bisection, Newton, secant.
- [lab4](https://github.com/pklatka/computational-methods-course/tree/main/Lab%2004): simulated annealing
- [lab5](https://github.com/pklatka/computational-methods-course/tree/main/Lab%2005): Singular Value Decomposition
- [lab6](https://github.com/pklatka/computational-methods-course/tree/main/Lab%2006): search engine using SVD
- [lab7](https://github.com/pklatka/computational-methods-course/tree/main/Lab%2007): spectral decomposition
- [lab8](https://github.com/pklatka/computational-methods-course/tree/main/Lab%2008): PageRank algorithm
- [lab9](https://github.com/pklatka/computational-methods-course/tree/main/Lab%2009): OCR using Fourier transform
- [lab10](https://github.com/pklatka/computational-methods-course/tree/main/Lab%2010): DFT, FFT
- [lab11](https://github.com/pklatka/computational-methods-course/tree/main/Lab%2011): QR decomposition
- [lab12](https://github.com/pklatka/computational-methods-course/tree/main/Lab%2012): numerical integration

If this repository helped you, don't forget to star ⭐️ or fork🍴.