User - MathOverflowmost recent 30 from http://mathoverflow.net2013-05-25T12:29:19Zhttp://mathoverflow.net/feeds/user/22042http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/36420/is-the-solution-bounded-diophantine-problem-np-complete/92463#92463Answer by unknown (google) for Is the solution bounded Diophantine problem NP-complete? unknown (google)2012-03-28T15:12:09Z2012-03-28T15:12:09Z<p>What about the sub-problem of the answered one for $a=1$?</p>
<p>$R(b,c) \Leftrightarrow \exists X \exists Y :X^2 + bY - c = 0$</p>
http://mathoverflow.net/questions/90781/hardness-of-a-system-of-integer-quadratic-equationsHardness of a system of integer quadratic equationsunknown (google)2012-03-10T01:06:26Z2012-03-10T01:06:26Z
<p>What is the hardness (NP or P) of the following system of quadratic equations in positive integers $a_i$ and $b_i$</p>
<p>$\sum_{i=1}^{N}(a_i+ b_i)^2 = k_1$</p>
<p>$\sum_{i=1}^{N} a_i = k_2$ </p>
<p>$\sum_{i=1}^{N} b_i = k_3$, where $k_1$, $k_2$ and $k_3$ are constants.</p>
<p>What is the hardness (NP or P) of the following systems of quadratic equations in positive integers $a_i$ and $b_i$?</p>
<p>$m \sum_{i=1}^{N} b_i + n \sum_{i=1}^{N}(a_i+ b_i)^2 = k_1$</p>
<p>$\sum_{i=1}^{N}(a_i+ b_i) = k_2$, where $m$, $n$, $k_1$ and $k_2$ are constants.</p>
http://mathoverflow.net/questions/90781/hardness-of-a-system-of-integer-quadratic-equationsComment by 2012-03-10T10:05:33Z2012-03-10T10:05:33Zto find one solution if it exists