We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadf4a0 commit 5c76be1Copy full SHA for 5c76be1
README.md
@@ -1,9 +1,16 @@
1
+# AlgebraicSolving.jl
2
+
3
A julia package for algebraically solving multivariate polynomial systems.
4
5
## Installation
6
AlgebraicSolving requires Julia 1.6 or newer. In principle it can be installed and used
7
like any other Julia package; doing so will take a couple of minutes:
8
9
+```julia
10
+julia> using Pkg
11
+julia> Pkg.add("AlgebraicSolving")
12
+julia> using AlgebraicSolving
13
+```
14
15
## Documentation and Examples
16
0 commit comments