Linear Equations
摘要
In this chapter we construct the module LinSolve.py, which provides the complete a solution of a system of linear equations with Gaussian rational coefficients. The module converts system of equations, entered as a comma-separated string, into an augmented matrix, feeds this to a function that finds the row echelon form of the coefficient matrix, and then converts the reduced echelon form into the solution of the system.