Solve linear equitation systems with Gauss-Jordan algorithm
-
Updated
Dec 1, 2025 - Java
Solve linear equitation systems with Gauss-Jordan algorithm
Repository for Numerical Analysis course given by Assoc. Prof. Dr. Bora Canbula at Computer Engineering Department of Manisa Celal Bayar University.
Coleção de funções MATLAB para solução de sistemas lineares, inversão de matrizes, decomposição LU e cálculo de matrizes especiais como a matriz de Hilbert.
solving a system of linear equations by C#
Linear Algebra toolkit made with React
Implementation of the Gauss Jordan Elimination in Java
A SPICE based circuit simulator made with Matlab.
🪄 Investigative code for magic square related maths
Collection of step-by-step programming exercises to introduce students to the applications of linear algebra.
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-math problems to it.
Gauss Jordan solver for matrix with monomial entries
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.
Simulation of the n-component twin-bulb diffusion experiment using the finite volume method.
Implementation of Inverse Matrix Parallelization of the Gauss-Jordan Method with Open MPI, OpenMP, and CUDA.
This is a Git repository containing code for a numerical analysis lab using Fortran and MATLAB
Kode ini merupakan Metode untuk Menyelesaikan Sistem Persamaan Linear menggunakan Metode Eliminasi Gauss dan Eliminasi Gauss-Jordan
12th Grade Math project to develop own method to efficiently find a matrix inverse (incl. full Java code)
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.
Linear algebra library which outputs step-by-step calculations in the terminal.
implementation of some basic numerical method and problem using C language, Course Math-304
Add a description, image, and links to the gauss-jordan-elimination topic page so that developers can more easily learn about it.
To associate your repository with the gauss-jordan-elimination topic, visit your repo's landing page and select "manage topics."