Skip to content
#

gauss-jordan-elimination

Here are 49 public repositories matching this topic...

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.

  • Updated Dec 24, 2024
  • C

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.

  • Updated Aug 27, 2024
  • Python

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.

  • Updated Nov 18, 2023
  • C

Improve this page

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

Learn more