gauss-jordan
Here are 75 public repositories matching this topic...
Language:All
Sort:Most stars
nml is a "simple" matrix/numerical analysis library written in pure C. The scope of the library is to highlight various algorithm implementations related to matrices. Code readability was a major concern.
- Updated
Jun 17, 2024 - C
Autodiff is a numerical library for the Go programming language that supports automatic differentiation. It implements routines for linear algebra (vector/matrix operations), numerical optimization and statistics
- Updated
Dec 8, 2021 - Go
Vector, Matrix, Quaternion, Euler Angles, SLERPs, Projections, Transforms
- Updated
Dec 19, 2024 - TypeScript
A linear algebra library for TypeScript and JavaScript
- Updated
Jun 26, 2024 - TypeScript
Implementation of well-known numerical methods.
- Updated
Aug 8, 2021 - Python
In numerical analysis, a numerical method is a mathematical tool designed to solve numerical problems. The implementation of a numerical method with an appropriate convergence check in a programming language is called a numerical algorithm
- Updated
Jul 10, 2024 - C++
Algebra Linear System Solver Task, Second Year 1st Semester - UNI211T.
- Updated
Nov 29, 2023 - Python
A collection of python implementations using SWIG, Instant, F2PY... Optimization like Least Squares Levenberg-Marquardt. Boundary Value problem solvers. Integration Simpson/Trapezoidal. Interpolation like Cubic spline. Tridiagonal/pentadiagonal system of equations solver. Linear algebra like Matrix inversion (Gauss-Jordan) and much more
- Updated
Aug 11, 2018 - C
Numerical Method Codes in Python
- Updated
Feb 14, 2023 - Jupyter Notebook
MAL111 - Mathematics Laboratory MATLAB Codes. Bisection Method, Fixed Point Method, Gauss Elimination, Gauss Jordan, Matrix Inversion, Lagrange Interpolation, Newton-Raphson, Regula-Falsi, Row Reduced Echelon Form, Simpson's Integration, Trapezoidal Method.
- Updated
Dec 30, 2016 - MATLAB
Implementation for different numerical algorithms
- Updated
Jun 15, 2017 - MATLAB
Python Gauss-Jordan Algorithm: Solve linear equations and find matrix inverses with ease.
- Updated
Aug 14, 2023 - Python
Computing the optimized values using Simplex method
- Updated
Jun 3, 2020 - Python
A numerical method is an approximate computer method for solving a mathematical problem which often has no analytical solution.
- Updated
Jan 31, 2023 - C
A special repository for Numerical Methods course from my uni in April 2022. All of the code written in C++ with five methods included.
- Updated
Nov 21, 2022 - C++
Scratch implementation of Gaussian Elimination algo in Julia
- Updated
Sep 9, 2021 - Julia
Linear Equations solver project done using Matlab, uses different method to solve the equations as Gauss Elimination, Gauss Jordan, LU Decomposition, Gauss Seidel, and Jacobi Iterative Method
- Updated
Apr 17, 2018 - MATLAB
Compute the inverse of a matrix using the Gauss-Jordan method.
- Updated
Jul 6, 2024 - C++
My codes for the courses of Computer Programming, and Numerical and Computational Physics at IITR
- Updated
Oct 2, 2019 - Fortran
Improve this page
Add a description, image, and links to thegauss-jordan topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thegauss-jordan topic, visit your repo's landing page and select "manage topics."