Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 909 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 909 Bytes

Singular

Build Status

Coverage Status

codecov.io

Julia package for using the Singular library for commutative and non-commutative algebra, algebraic geometry, and singularity theory.

To build Singular.jl, start julia and then type:

julia> Pkg.add("Nemo")
julia> Pkg.checkout("Nemo")
julia> Pkg.clone("https://github.com/oscar-system/Singular.jl")
julia> Pkg.build("Singular")

To use Singular.jl, start julia and then type:

julia> using Singular