Creating a smooth cubic bezier curve that pass through all the prescribed points using Swift and Math.
-
Updated
Jun 24, 2022 - Swift
Creating a smooth cubic bezier curve that pass through all the prescribed points using Swift and Math.
Introduction to Numerical methods
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
Computational solution of spitzer-conductivity problem
Thomas algorithm for a banded matrix. If KL = KU = 1 then the solver works similar to TDMA.
Exam project for "Advanced Programming" @ UniTS & SISSA
A solver for a modified poisson equation using cuda.
NUMERICAL METHODS FOR SCIENTIST AND ENGINEERS With Pseudocodes
Just for a simple experiment with TDMA (Tridiagonal Matrix Algorithm, aka Thomas algorithm).
Computing hydrodynamic interaction forces and torques between two spheres moving inside a viscous flow
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.
Boundary value problem for brusselator. Time independent solution.
Add a description, image, and links to the thomas-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the thomas-algorithm topic, visit your repo's landing page and select "manage topics."