Project

General

Profile

Slug #1392

Updated by John Abbott over 2 years ago

Here is another seemingly simple system where @ApproxSolve@ is unexpectedly slow
<pre>
use QQ[x,y,z];
L := [x^4 -y*z^3 +z^4, y^4 -x^2*y*z +2*x*z^3, z^4 -x*y^2 +3*y^3];
solns := ApproxSolve(L);
</pre>

Back