A small program for finding basis solutions of a system of linear equations by the Jordan-Gauss method.
The program provides a check for the solvability of the system, as well as for the identification of linear dependence (multiple solutions).
The code is written in python. The person who wrote this does not have a brilliant knowledge of python, and his goal was to solve the problem, not bother with the complexity of the code.
The code contains many comments in Russian, so that the principle of operation can be understood both for other novice developers and the developer who wrote this program.
Небольшая программа для нахождения базисных решений системы линейных уравнений методом Жордана-Гаусса.
В программе предусмотрена проверка на решаемость системы, а также на выявление линейной зависимости (множество решений).
Код написан на python. Человек, написавший это, не обладает блестящими знаниями python, и его целью было решить задачу, а не заморачиваться сложностью кода.
Код содержит множество комментариев на русском языке, так что принцип работы смогут понять как для другие начинающие разработчики, так и разработчик, который написал эту программу.