Spaces:
Sleeping
Sleeping
| .. _poly_solvers-docs: | |
| Poly solvers | |
| ============ | |
| This module provides functions for solving systems of linear equations that | |
| are used internally in sympy. | |
| .. module::sympy.polys.solvers | |
| .. automodule:: sympy.polys.solvers | |
| .. autofunction:: sympy.polys.solvers.solve_lin_sys | |
| .. autofunction:: sympy.polys.solvers.eqs_to_matrix | |
| .. autofunction:: sympy.polys.solvers.sympy_eqs_to_ring | |
| .. autofunction:: sympy.polys.solvers._solve_lin_sys | |
| .. autofunction:: sympy.polys.solvers._solve_lin_sys_component | |