Skip to content
#

gauss-seidel

Here are 112 public repositories matching this topic...

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

Computational Linear Algebra course covering topics like iterative methods, matrix decompositions, and applications. It includes theoretical concepts, practical exercises, and code. Advanced methods like QR factorization, spectral theorem, and iterative solvers for linear systems.

  • Updated Apr 3, 2024
  • Jupyter Notebook

A Python-based linear equation solver CLI application that allows a user to input a number of linear equations and choose any one of 4 numerical methods (Gaussian-elimination, LU decomposition, Gaussian-Jordan and Gauss-Seidel), along with their respective parameters, to solve the equations.

  • Updated Mar 12, 2024
  • Python

A simple investigation into various CFD methods (like SF-Vorticity approach, primitive variable FDM, FVM etc.) by using the Lid-Driven Cavity problem as an example

  • Updated Jan 15, 2024
  • Jupyter Notebook

This Module is Numerical analysis, an area of mathematics and computer science that creates, analyzes, and implements algorithms for obtaining numerical solutions to problems involving continuous variables. Such problems arise throughout the natural sciences, social sciences, engineering, medicine, and business.

  • Updated Oct 31, 2023
  • Python

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++

Improve this page

Add a description, image, and links to the gauss-seidel 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 gauss-seidel topic, visit your repo's landing page and select "manage topics."

Learn more