MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / simultaneous_linear_equation_solver.py

File simultaneous_linear_equation_solver.py

maths/simultaneous_linear_equation_solver.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2https://en.wikipedia.org/wiki/Augmented_matrix
3
4This algorithm solves simultaneous linear equations of the form

Callers

nothing calls this directly

Calls 1

solve_simultaneousFunction · 0.85

Tested by

no test coverage detected