system-of-linear-equations
There are 21 repositories under system-of-linear-equations topic.
septsea/det
An introduction to determinants
BharatThoughts/Guassian-Elimination
An efficient C/C++ implementation for solving N equations with N unknowns with the help of Gaussian elimination.
jman-9/linear-regression-practice
Practice of Linear Regression
Andreas-Hum/numericalts
An extensive math library made in TypeScript
anupbhowmik/Numerical-Analysis-CSE-218
Numerical methods and graph plotting using Python
kirtan2605/UTwente-191158510-Programming_in_Engineering
The projects of the course 191158510, Programming in Engineering, offered under self-study, at the University of Twente.
Mayur-Kyatham/Linear-Algebra
Linear Algebra for Machine Learning and Data Science
AH-Yussef/Analytica
Analytica is a web app to solve systems of linear equations using different algebraic and numerical methods. Not only showing the final solution, but all the steps involved to get that solution.
Mahapeth/C-PROJECT-TERM-4
🐍Модуль "Решение СЛАУ методом простых итераций" для Python
mamaelyaaa/university-labs
Various algorithms, without explanation of their work
nishantaMishra/computational-physics-in-python
Python codes for computational physics.
R1B3n-13/Analyst
A tool for numerical analysis
YumanovS/C-PROJECT-TERM-4
🐍Модуль "Решение СЛАУ методом простых итераций" для Python
99TheDark/Equation-Generator
System of Equations generator for integral answers
amondalgit/system-of-equations-solver-using-plu-decomposition
Assignment for building a system of equations solver from scratch and comparing them with existing solvers.
elgikore/gauss-seidel-method
An command-line app to solve systems of equations (3x3 only) using the iterative Gauss-Seidel Method, with user-specified decimal accuracy.
mmcza/System-of-Equations-Solver-with-Scilab
Script to solve system of equations in Scilab I wrote during 2nd semester for course Numerical Methods and Simulation (Metody numeryczne i symulacja)
moharamfatema/sys_linear_eqns_python
Solving systems of linear equations using numerical methods - python
nps6-uwf/MethodsOfPolynomialInterpolation
Approximating 3 common functions with the direct method, Lagrange interpolation, and Hermite interpolation. Approximations plotted on Chebyshev nodes.
royceanton/Mathematics
Handwritten notes + future test set