Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 958 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 958 Bytes

pAdic solver

Package for solving 0-dimensional padic polynomial systems.

  • Dense polynomial system solver for p-adic polynomial systems.
  • Input polynomials are AbstractAlgebra.jl polynomials instead of "DynamicPolynomials".

REQUIRED PACKAGES:

Related Packages:

Installation

Installation is with the standard Julia package manager.

add https://github.com/a-kulkarn/Dory.git
add https://github.com/a-kulkarn/pAdicSolver.git

Documentation

In progress. Presently, there are internal comments explaining functions.