gauss-jordan
There are 75 repositories under gauss-jordan topic.
nomemory/neat-matrix-library
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.
pbenner/autodiff
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
chkt/xyzw
Vector, Matrix, Quaternion, Euler Angles, SLERPs, Projections, Transforms
jbrown1618/vector
A linear algebra library for TypeScript and JavaScript
divyanshu-talwar/Numerical-Methods
Implementation of well-known numerical methods.
iamHrithikRaj/Numerical-Algorithm
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
AmrBedir/LinearSystemSolver
Algebra Linear System Solver Task, Second Year 1st Semester - UNI211T.
danielrioslinares/python-library
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
adityagupta1089/MATLAB-MAL111
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.
Rakibul73/CCE-312---Numerical-Methods-Sessional-Code
Numerical Method Codes in Python
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.
MuhammedKhamis/Liner-Equations-Solver
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
nitin-bommi/Computer-Based-Optimization-Techniques
Computing the optimized values using Simplex method
ThisIs-Developer/Numerical-Method
A numerical method is an approximate computer method for solving a mathematical problem which often has no analytical solution.
yakout/numerical-methods
Implementation for different numerical algorithms
derekharrison/matrix-inverse-gj
Compute the inverse of a matrix using the Gauss-Jordan method.
MuhammadAmas/Gauss-Jordan
Python Gauss-Jordan Algorithm: Solve linear equations and find matrix inverses with ease.
sammylton/Numerical-Methods-in-FORTRAN
My codes for the courses of Computer Programming, and Numerical and Computational Physics at IITR
adityagupta1089/MATLAB-MAL114
MAL114 - Linear Algebra MATLAB Codes: QR decomposition and eigenvalues, Gauss-Jacobi, Gauss-Jordan, Gauss-Seidel, Graham-Schmidt, Jacobi Eigenvalues, Projection, Successive over Relaxation, System of Equations.
Khip01/Gauss_Linear_Algebra
A tool to calculate/find the value of a variable from several equations (+/-) using the Gauss method
meelgroup/gaussmaxhs
GaussMaxHS, a CNF+XOR MaxSAT solver
peri044/cuda
GPU implementations of algorithms
Robernetes/numerical_methods
Numerical methods with python
zeeshan2k2/Guass-Jordan-Elimination-Matrix
You can enter any matrix and my code will solve it using Gauss Jordan Elimination method showing each step.
andres-garcia-alves/math-gauss-jordan-method
An implementation of Gauss-Jordan method to solve systems of linear equations, developed in Python/Numpy.
Codejune/programming-language
숭실대학교 컴퓨터학부 3학년 프로그래밍언어
ergineeer/plateTempDist
Determining Temperature Distribution on a Plate, using Gauss-Jordan and Matrix Inversion Methods
Leftbrained-Inc/wiki-3
Репозиторий с документами по теме IT. Пишем просто и понятно о сложных вещах и показываем, что IT - это интересно и красиво.
mndxpnsn/gauss-benchmark-eigen
Benchmarking several methods for computing the inverse of a matrix, including the Eigen library implementation.
mndxpnsn/gauss-jordan
Implementation of the Gauss-Jordan method for inverting matrices.
ozzyZig1994/numerical-method-grapher
Graphing and calculating numerical methods
tamaskis/gaussian_elimination-MATLAB
Solves the linear system Ax=b for x using Gaussian elimination with partial pivoting.