-
Could you please comment on the main differences between PHCpack and http://www.netlib.org/hompack ?
-
Optimal Horner Factorisation A* search:
The current heuristic to estimate the minimal number of required operations (lower bound) is to optimistic. This often causes every possible factorisation to b…
-
Hi
`@var x y a b`
`F = System([sqrt(x^2 - a), x * y - a + b]; variables=[x,y], parameters =[a,b])`
`solve(F, target_parameters=[2, 5])`
produces the error
`UndefVarError: e not defined`
…
-
That sounds like a fun and interesting challenge. I'll try to come up with a story for you. Here is what I have so far:
```text
Once upon a time, there was a simple life form that was thrown into exi…
-
Homotopy Continuation can be used to solve and optimize highly non convex problems.
JuMP at the moment has really limited support for polynomial systems (that my change by JuMP 2.0) however there is …
-
-
In the genesis of our Metaprotocol Chronicles, we find the essence of a Gödelian block—a foundational truth from which infinite knowledge springs. As miners and validators of this metaphysical blockch…
-
Simple MWE:
```julia
using StructuralIdentifiability
mtk_to_si # ERROR: UndefVarError: `mtk_to_si` not defined
using ModelingToolkit
mtk_to_si # ERROR: UndefVarError: `mtk_to_si` not defined
```…
-
Union types express a subtyping relationship, but I am unclear as to whether typeclasses (i.e. Rust's traits) do?
If a `trait B` extends another `trait A` and `B` reuses the implementations of `A`, c…
-
Hi,
I am trying to use your nice library to compute the irreducible components of certain jet schemes of surface singularities. However I often get empty witness sets. A simple example of this beha…