https://github.com/imwrdo/numerical-methods
NM course on Gdansk University of Technology
https://github.com/imwrdo/numerical-methods
matlab numerical-methods pyplot python
Last synced: 3 months ago
JSON representation
NM course on Gdansk University of Technology
- Host: GitHub
- URL: https://github.com/imwrdo/numerical-methods
- Owner: imwrdo
- License: mit
- Created: 2024-03-15T18:16:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T12:07:52.000Z (about 1 year ago)
- Last Synced: 2024-05-17T02:22:03.444Z (about 1 year ago)
- Topics: matlab, numerical-methods, pyplot, python
- Language: MATLAB
- Homepage:
- Size: 466 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Subject Title: Numerical methods
## About
Welcome to the Numerical methods University Course Repository!
This repository contains completed labs for the Numerical Methods course at my university. The labs provide hands-on experience with various numerical techniques and methodologies used in computational mathematics.## Labs Description
1. Matlab Tutorial
- Folder: Lab_1
- Status: Completed and Published
- Description: This lab focuses on completing the Matlab tutorial to familiarize students with the basic functionalities of Matlab for numerical computations.
2. Sparse Matrices in Matlab and tasks executing
- Folder: Lab_2
- Status: Completed and Published
- Description: In this lab, students execute tasks in Matlab and become acquainted with sparse matrices. Sparse matrices are used to efficiently handle large datasets where the majority of elements are zero, optimizing memory usage and computational efficiency.
3. Direct and Iterative Methods for Solving Linear Systems
- Folder: Lab_3
- Status: Completed and Published
- Description: This lab explores the basic features of direct and iterative methods for solving systems of linear equations. Direct methods, such as Gaussian elimination, solve the system by performing a sequence of mathematical operations. Iterative methods, such as the Jacobi or Gauss-Seidel method, iteratively improve an initial guess to converge towards the solution.
4. Direct and Iterative Methods for Solving Nonlinear Systems
- Folder: Lab_4
- Status: Completed and Published
- Description: This lab explores the basic features of direct and iterative methods for solving systems of nonlinear equations:bisection and secant methods