Finite difference solution of 2D Poisson equation. Can handle Dirichlet, Neumann and mixed boundary conditions.
-
Updated
Nov 28, 2024 - Python
Finite difference solution of 2D Poisson equation. Can handle Dirichlet, Neumann and mixed boundary conditions.
Sample CMake template solving Ax=b
Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.
A simple Matrix Calculator with bunch of features , gold for Mathematics students
Various numerical methods are discussed to solve different problems numerically.
This repository is focused in some mathematical modeling techniques, such as, such as Newton`s root method, Bolzano theorem and false-position algorithm.
A simple C program to solve system of linear equations using Gauss-Jordan Elimination method.
A cross-platform mobile app for solving Tri-Diagonal Matrix
Linear system solver using Rouché–Capelli theorem and SVD rank computation — handles unique, inconsistent, and underdetermined systems with condition number checking and NHS application.
Tridiagonal Matrix solver for any size of tridiagonal matrix.
sparse matrix solver using successive over-relaxation (sor) for fast convergence.
Collection of iterative solvers for large, sparse linear systems — includes serial C, OpenMP-parallelized, and NumPy implementations (Jacobi, Gauss–Seidel, SOR, CG, BiCGSTAB, etc.)
This project is part of Matrix and Vector Space (Matrix dan Ruang Vektor) Final Project
A robust, terminal-based tool for solving systems of linear equations (N * N). This project implements Gaussian Elimination with Partial Pivoting, allowing it to handle unique solutions, inconsistent systems (no solution), and dependent systems (infinite solutions) with high numerical stability.
Add a description, image, and links to the matrix-solver topic page so that developers can more easily learn about it.
To associate your repository with the matrix-solver topic, visit your repo's landing page and select "manage topics."