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).
Numerical Analysis Problems and Solutions
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.
Solving problems from the course on the basics of computational physics
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.
Exam project for "Advanced Programming" @ UniTS & SISSA
This repository contains various numeric methods and their codes to solve real world numeric problems using computation power.
Thomas algorithm for a banded matrix. If KL = KU = 1 then the solver works similar to TDMA.
🔢 Laboratory #3 for Number Methods
Computing hydrodynamic interaction forces and torques between two spheres moving inside a viscous flow
Python script to solve the 1D heat equation and gain temperature distribution in a fin with Dirichlet or Neumann boundary condition at tip.
📈 Materials and homework assignments for HSE numerical methods course
My completed laboratory assignments in the subject "Computational Mathematics" at NSU.
Applied Linear Algebra
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."