Introduction
HomotopyContinuation.jl
is a package for solving systems of polynomials equations with only finitely many solutions using numerical homotopy continuation. If this is your first time reading this documentation, we recommend you start with the getting started guide.
Contents
- Solving Polynomial Systems
- Monodromy Solve
- Path Tracker
- Newton's method
- Sorting arrays of solutions
- Computing unique points in an array of vectors
- Computing points in an array of vectors which appear multiple times
- Distances and norms
- Data structures for polynomial systems
- Homotopies
- Predictors and Correctors
- Core Tracker
- Reference