Solves the tridiagonal linear system Ax = d for x using the tridiagonal matrix algorithm (i.e. the Thomas algorithm).
-
Updated
Oct 23, 2022 - MATLAB
Solves the tridiagonal linear system Ax = d for x using the tridiagonal matrix algorithm (i.e. the Thomas algorithm).
Solves the tridiagonal linear system Ax = d for x using the tridiagonal matrix algorithm (i.e. the Thomas algorithm).
Numerical Analysis Problems and Solutions
Numerical Analysis Problems and Solutions
Solver for second-order linear differential equations with variable coefficients
Solver for second-order linear differential equations with variable coefficients
Fun Matlab exercise by our teacher at CEID.
Matrix classes for matrices that are block-tridiagonal and sparse, and simply "block sparse". These talk together, and furthermore containts an algorithm for inversion of the block-tridiagonal version. Much faster than the numpy and scipy equivalents when a particular matrix is block tridiagonal and large enough.
Matrix classes for matrices that are block-tridiagonal and sparse, and simply "block sparse". These talk together, and furthermore containts an algorithm for inversion of the block-tridiagonal version. Much faster than the numpy and scipy equivalents when a particular matrix is block tridiagonal and large enough.
Solving problems from the course on the basics of computational physics
Solving problems from the course on the basics of computational physics
ΠΠ°ΡΠ΅ΠΌΠ°ΡΠΈΡΠ΅ΡΠΊΠ°Ρ ΠΌΠΎΠ΄Π΅Π»Ρ Π²ΠΎΠ·Π½ΠΈΠΊΠ½ΠΎΠ²Π΅Π½ΠΈΡ Π½ΠΎΠ²ΡΡ Ρ ΡΠ΄ΠΎΠΆΠ΅ΡΡΠ²Π΅Π½Π½ΡΡ ΡΠ΅ΡΠ΅Π½ΠΈΠΉ Π² ΠΆΠΈΠ²ΠΎΠΏΠΈΡΠΈ
This repository contains various numeric methods and their codes to solve real world numeric problems using computation power.
My completed laboratory assignments in the subject "Computational Mathematics" at NSU.
Computing electrostatic interaction between two spherical particles of perfectly conducting or dielectric material as well as hydrodynamic interaction forces and torques between two spheres moving inside a viscous flow
In this repository, you can discover all of my assignments for the Algorithms Design and Analysis Course when I was in 4th semester of my bachelor's at IAUSTB.
Tridiagonal Matrix solver for any size of tridiagonal matrix.
π’ Laboratory #3 for Number Methods
Exam project for "Advanced Programming" @ UniTS & SISSA
Add a description, image, and links to the tridiagonal-matrix-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the tridiagonal-matrix-algorithm topic, visit your repo's landing page and select "manage topics."