There are 1 repository under thomas-algorithm topic.
Creating a smooth cubic bezier curve that pass through all the prescribed points using Swift and Math.
Introduction to Numerical methods
Implementation of well-known numerical methods.
Solves the tridiagonal linear system Ax = d for x using the tridiagonal matrix algorithm (i.e. the Thomas algorithm).
Introduction to Numerical methods
Computational solution of spitzer-conductivity problem
Boundary value problem for brusselator. Time independent solution.
NUMERICAL METHODS FOR SCIENTIST AND ENGINEERS With Pseudocodes
Thomas algorithm for a banded matrix. If KL = KU = 1 then the solver works similar to TDMA.
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
Exam project for "Advanced Programming" @ UniTS & SISSA
A solver for a modified poisson equation using cuda.
Just for a simple experiment with TDMA (Tridiagonal Matrix Algorithm, aka Thomas algorithm).
Tridiagonal Matrix solver for any size of tridiagonal matrix.
Runge-Kutta, Adams and Sweep methods to solve differential equations
Implementation of the Thomas Method and Finite Difference Method to solve differential equations