You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if I've missed something, but I couldn't figure out how to use solveM or solve' with floating point coefficients (e.g. Double). Is this possible?
In my situation, the algorithms using Fraction Integer seem much too slow. Something that takes less than a second in Mathematica or Macaulay2 doesn't even terminate after 15 minutes with solveM/solve'.
Here's an example of a system that I've been working with (I cleared the denominators manually, for simplicity)
These are polynomials in two variables t, u. Both Mathematica and Macaulay2 can solve the system {p, q1, q2} in less than a second, whereas neither solveM nor solve' can finish under 15 minutes.
In this case, I'm looking for the real solutions with t,u in the unit interval, which are:
t = 0.376357, u = 0.106547
t = 0.886678, u = 0.626615
I also tried to use Fraction Int, but a lack of instances prevented that from working.
The text was updated successfully, but these errors were encountered:
Apologies if I've missed something, but I couldn't figure out how to use
solveM
orsolve'
with floating point coefficients (e.g.Double
). Is this possible?In my situation, the algorithms using
Fraction Integer
seem much too slow. Something that takes less than a second in Mathematica or Macaulay2 doesn't even terminate after 15 minutes withsolveM
/solve'
.Here's an example of a system that I've been working with (I cleared the denominators manually, for simplicity)
These are polynomials in two variables
t
,u
. BothMathematica
andMacaulay2
can solve the system{p, q1, q2}
in less than a second, whereas neithersolveM
norsolve'
can finish under 15 minutes.In this case, I'm looking for the real solutions with t,u in the unit interval, which are:
I also tried to use
Fraction Int
, but a lack of instances prevented that from working.The text was updated successfully, but these errors were encountered: