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.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Linear Equations

  • Hugo D. Junghenn

摘要

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.