Skip to content

Latest commit

 

History

History
51 lines (44 loc) · 946 Bytes

File metadata and controls

51 lines (44 loc) · 946 Bytes

Introduction

HomotopyContinuation.jl is a package for the numerical solution of systems of polynomial equations.

This documentation is a purely technical description of the package functionality. You can find tutorials, examples, how-to guides and explanations on our homepage JuliaHomotopyContinuation.org.

Contents

Problem formulation

Pages = [
    "model_kit.md",
    "linear_affine.md",
    "systems.md",
    "homotopies.md"
]
Depth = 2

Solving Systems

Pages = [
    "solve.md",
    "witness_sets.md",
    "monodromy.md",
    "result.md",
    "certification.md",
    "solve_examples.md",
    "start_systems.md",
]
Depth = 2

Trackers

Pages = [
    "endgame_tracker.md",
    "tracker.md",
]
Depth = 2

Miscellaneous

Pages = [
    "misc.md",
]
Depth = 2