72 results for “topic:gauss-jordan”
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.
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
Vector, Matrix, Quaternion, Euler Angles, SLERPs, Projections, Transforms
A linear algebra library for TypeScript and JavaScript
Implementation of well-known numerical methods.
Algebra Linear System Solver Task, Second Year 1st Semester - UNI211T.
The implementation of a numerical method with an appropriate convergence check in C++
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
Numerical Method Codes in Python
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.
Python Gauss-Jordan Algorithm: Solve linear equations and find matrix inverses with ease.
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
A numerical method is an approximate computer method for solving a mathematical problem which often has no analytical solution.
Implementation for different numerical algorithms
Scratch implementation of Gaussian Elimination algo in Julia
A special repository for Numerical Methods course from my uni in April 2022. All of the code written in C++ with five methods included.
Computing the optimized values using Simplex method
Compute the inverse of a matrix using the Gauss-Jordan method.
A tool to calculate/find the value of a variable from several equations (+/-) using the Gauss method
My codes for the courses of Computer Programming, and Numerical and Computational Physics at IITR
GPU implementations of algorithms
Program that solves S.L.E by Gauss, Gauss-Jordan and Cramer methods, as well as other operations with matrices. In progress...
No description provided.
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.
GaussMaxHS, a CNF+XOR MaxSAT solver
You can enter any matrix and my code will solve it using Gauss Jordan Elimination method showing each step.
Numerical methods with python
Implementation of the Gauss-Jordan method for inverting matrices.
Benchmarking several methods for computing the inverse of a matrix, including the Eigen library implementation.
Gauss-Jordan Elimination