gauss-jordan-elimination
There are 46 repositories under gauss-jordan-elimination topic.
canbula/NumericalAnalysis
Repository for Numerical Analysis course given by Assoc. Prof. Dr. Bora Canbula at Computer Engineering Department of Manisa Celal Bayar University.
ramesaliyev/numerica
Numerical analysis methods implemented in Python.
perpendicooler/Code-for-Numerical-Analysis-Executed-in-FORTRAN-and-MATLAB
This is a Git repository containing code for a numerical analysis lab using Fortran and MATLAB
canbula/GaussJordan
Gauss-Jordan Elimination Calculator
AugustoCL/gauss_jordan_elimination
Scratch implementation of Gaussian Elimination algo in Julia
fazrigading/NumericalMethods
A special repository for Numerical Methods course from my uni in April 2022. All of the code written in C++ with five methods included.
sn2606/SciComp
A library of implementations of Numerical Methods; explores applications of Data Structures and Algorithms.
Youssef-Ashraf71/Matrix-Inverse-by-Gauss-Jordan-elimination
Program to solve for the inverse of an N*N non singular matrix
bonamarton/phys_num
Numerical Methods for Physics
discreet26/NUMERICAL-METHODS
CODE FOR ALL MODULES OF NUMERICAL METHODS
arashsm79/applied-linear-algebra-lab
Collection of step-by-step programming exercises to introduce students to the applications of linear algebra.
zeeshan2k2/Guass-Jordan-Elimination-Matrix
You can enter any matrix and my code will solve it using Gauss Jordan Elimination method showing each step.
MohamadTarekk/Systems-of-Linear-Equations-Solver
System of linear equations solver using numerical analysis with simulation
ProgrammerIosif/LinAlg
A small app to practice Gauss or Gauss-Jordan elimination without doing all the arithmetic.
pronobkarmoker/Numerical-Analysis-for-Engineers
Delve into the world of 'Numerical Analysis for Engineers' through this comprehensive course repository. Explore algorithms, simulations, and computations for engineering challenges. Dive into projects, codes, and practical applications to enhance problem-solving skills and numerical accuracy.
saranggalada/Matrix-Inversion-Algorithm
12th Grade Math project to develop own method to efficiently find a matrix inverse (incl. full Java code)
touhid314/tauSPICE
A SPICE based circuit simulator made with Matlab.
A-Mannan/gauss_jordan_elimination
Program written in Python to implement Gauss Jordan Elimination in Linear Algebra
creme332/liGebra
Linear algebra library which outputs step-by-step calculations in the terminal.
derekharrison/twin-bulb-impn
Simulation of the n-component twin-bulb diffusion experiment using the finite volume method.
fdiengdoh/gauss-jordan-method
Gauss-Jordan Elimination method
freb97/gaussian-elimination-calculator
Gaussian elimination calculator for solving systems of linear equations with multiple unknown variables, written in java
lukasondrejka/java-gauss-jordan
Implementation of the Gauss Jordan Elimination in Java
sudipto3331/Gauss-Jordan-Elimination-Numerical-Method-Implementation-in-Python
This repository contains a Python implementation of the Gauss-Jordan Elimination method for solving systems of linear equations. The code reads coefficients from an Excel file (`read.xls`), performs Gauss-Jordan Elimination to reduce the matrix to reduced row echelon form, and saves the results back into the Excel file.
TheSUPERCD/Server_in_C
A basic implementation of a daemonizable FTP server written in pure C. Also includes a client module that runs independently, with the ability to connect multiple unique instances of itself to the server to offload compute-heavy and parallelizable matrix problems to it.
mikeleo03/Parallel-Matrix-Inversion
Implementation of Inverse Matrix Parallelization of the Gauss-Jordan Method with Open MPI, OpenMP, and CUDA.
moharamfatema/sys_linear_eqns_python
Solving systems of linear equations using numerical methods - python
osamaelkassaby/solve-system-of-linear-equations
solving a system of linear equations by C#
ShifatJahanShifa/Numerical-Analysis
implementation of some basic numerical method and problem using C language, Course Math-304
smaje99/numerical-methods-udla
Ejercicios de la asignatura métodos numéricos en la uniamazonia
Thomas-Klietsch/Gauss-Jordan
Gauss Jordan solver for matrix with monomial entries
VictoriaEstara/gauss-and-gaussjordan-elimination-matlab
Kode ini merupakan Metode untuk Menyelesaikan Sistem Persamaan Linear menggunakan Metode Eliminasi Gauss dan Eliminasi Gauss-Jordan