27 results for “topic:successive-over-relaxation”
Invert geophysical fluid dynamic problems (elliptic partial differential equations) using SOR iteration method.
This project investigates convergence for solving linear systems. It implements Jacobi and SOR methods, explores convergence, optimizes performance via ω, and analyzes spectral radius/determinant. It aims to enhance iterative method efficiency for linear systems.
This contains three programs written in python. Gauss-Seidel and Successive Over Relaxation to solve system of equations and Steepest-Descent to minimize a function of 2 or 3 variables.
Germanium detector Field Calculator
CFD code to study steady state heat conduction in a slab; uses point-gauss siedel, line-by-line gauss siedel and successive over-relaxation methods.
MAL114 - Linear Algebra MATLAB Codes: QR decomposition and eigenvalues, Gauss-Jacobi, Gauss-Jordan, Gauss-Seidel, Graham-Schmidt, Jacobi Eigenvalues, Projection, Successive over Relaxation, System of Equations.
Iteration methods for linear equations
Solve 2D Poisson's equation in parallel using OpenMPI
Implementation of numerical methods to find solutions of systems of linear equations and find points in a curve given by a set of equations.
simple code to solve algebraic equation and system of equations
Compare the performance and workload balance of OpenMP scheduling methods and TBB
Erturk - cavityflow.com
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.
Visualization and numerical solvers for wave, diffusion, DLA, Reaction-Diffusion and Laplace
Numerical solver for the modified Poisson-Boltzmann equation.
Successive Over-Relaxation solver
A MATLAB project comparing the performance (time, iterations) of from-scratch implementations of direct and iterative methods (Gaussian Elimination, Gauss-Jordan Elimination, LU, Jacobi, Gauss-Seidel, SOR) for solving Ax=b.
:chart_with_upwards_trend: Materials and homework assignments for HSE numerical methods course
Codes and explanations for some numerical methods to find solutions to linear algebraic equations.
solving linear systems with direct and iterative algorithms
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.
This is a demo. of how to implement the Successive Over Relaxation (SOR) Algorithm using C++ and the Eigen Template Library
Implementation of the Successive Over-Relaxation (SOR) Method
Potential field module
OpenGL demonstration of Successive Over-Relaxation solver.
RISC-V assembly implementations of classic numerical linear algebra iterative solvers using RARS
🔍 Compare various direct and iterative methods for solving linear equations in MATLAB to analyze performance and efficiency with practical implementations.