Module systems

Module systems 

Source
Expand description

Solves systems of linear and polynomial equations

Linear systems: Uses LU decomposition via Matrix::solve() Polynomial systems: Uses Gröbner basis computation (Buchberger’s algorithm)

Structs§

SystemSolver
System equation solver