Skip to content
#

jacobi-method

Here are 31 public repositories matching this topic...

This is currently a Fluid Simulation made as a hobby project. This was mostly done by myself but the math for solving the Navier Stokes Equations came from Nividia GPU Gems since I am not educated enough for these subjects.

  • Updated Aug 26, 2024
  • C++

Algorithms of computational math: Legendre polynomial; Gauss method; Cholesky method; Method of Squares; Newton interpolation; Inverse Gauss method; Interpolation by cubic splines; Gauss Zeidel method; Jacobi method; Eigenvalues; Euler method; Left/Right rectangle method; Simpson method; The method of dividing a segment in half; Newton's method;

  • Updated Feb 13, 2023
  • C++

Serial and Parallel numerical methods for solving partial differential equations using finite differences with OpenMP. Implementation of the serial and parallel Jacobi and Gauss-Seidel methods for solving linear systems. Implementation of the Additive Schwarz and Restricted Additive Schwarz methods for domain decomposition.

  • Updated Aug 5, 2023
  • C++

C code bisection, gauss seidel, incremental search, jacobi Method , LU Decomposition, Newton_Raphson, Power Method, QR_Decomposition, regula_falsi Method, Simpson and Trapezoidal Integration

  • Updated Apr 27, 2024
  • C

This repository contains a series of mini-projects focused on fundamental numerical methods implemented in MATLAB. These projects cover key areas in numerical linear algebra and root-finding techniques, each designed to provide practical insights into mathematical theories and their computational applications.

  • Updated Aug 11, 2024
  • MATLAB

Improve this page

Add a description, image, and links to the jacobi-method topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jacobi-method topic, visit your repo's landing page and select "manage topics."

Learn more