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