πŸ™ pybertini.systemΒΆ

quick nav links:

NotesΒΆ

Auto-generated docsΒΆ

Provides utilities for working with systems of functions – polynomials are intended, although you can work with functions involving things like trig functions, arbitrary powers, etc.

Making a new System is the starting point you want, probably:

sys = pybertini.system.System()

There are also things available in the start_system submodule.