Why does Solve lock up when trying to solve the quadratic equation with large integers?
Clash Royale CLAN TAG#URR8PPP
$begingroup$
Why does Solve
lock up when trying to solve the equation
Solve[(x^2+y^2)+(x+y)==2^511 && x>0 && y>0,x,y,Integers]
It works up 2^185
, but at higher powers of 2
, it seems to stop processing. The program says it's running, but there is no solution after running overnight. Running Mathematica 11.3 on Windows 32-bit OS.
equation-solving number-theory diophantine-equations
$endgroup$
add a comment |
$begingroup$
Why does Solve
lock up when trying to solve the equation
Solve[(x^2+y^2)+(x+y)==2^511 && x>0 && y>0,x,y,Integers]
It works up 2^185
, but at higher powers of 2
, it seems to stop processing. The program says it's running, but there is no solution after running overnight. Running Mathematica 11.3 on Windows 32-bit OS.
equation-solving number-theory diophantine-equations
$endgroup$
1
$begingroup$
You can format inline code and code blocks by selecting the code and clicking thebutton above the edit window. The edit window help button
?
is useful for learning how to format your questions and answers. You may also find this meta Q&A helpful
$endgroup$
– Michael E2
Mar 10 at 18:27
1
$begingroup$
I quickly get solutions for2^257
(V11.3.0, macos).
$endgroup$
– Michael E2
Mar 10 at 18:29
$begingroup$
Sorry, there was a typo - it should be 2^511
$endgroup$
– user63373
Mar 10 at 19:21
1
$begingroup$
Probably it's combinatorial blowup.n = 185
gives 32 solutions butn = 257
already gives 1024. Might be more work and memory to store the symbolics than your CPU can handle.
$endgroup$
– b3m2a1
Mar 10 at 19:38
2
$begingroup$
@b3m2a1 I think the reasons probably have to do with number theory.n = 323
produces 8192 solutions in 2.3s andn = 325
produces only 128 solutions in 500s. The memory growth is quite low. I think forn = 511
, you just have to wait long enough, and I can't predict how long that is.
$endgroup$
– Michael E2
Mar 10 at 19:57
add a comment |
$begingroup$
Why does Solve
lock up when trying to solve the equation
Solve[(x^2+y^2)+(x+y)==2^511 && x>0 && y>0,x,y,Integers]
It works up 2^185
, but at higher powers of 2
, it seems to stop processing. The program says it's running, but there is no solution after running overnight. Running Mathematica 11.3 on Windows 32-bit OS.
equation-solving number-theory diophantine-equations
$endgroup$
Why does Solve
lock up when trying to solve the equation
Solve[(x^2+y^2)+(x+y)==2^511 && x>0 && y>0,x,y,Integers]
It works up 2^185
, but at higher powers of 2
, it seems to stop processing. The program says it's running, but there is no solution after running overnight. Running Mathematica 11.3 on Windows 32-bit OS.
equation-solving number-theory diophantine-equations
equation-solving number-theory diophantine-equations
edited Mar 11 at 6:47
J. M. is away♦
98.9k10311467
98.9k10311467
asked Mar 10 at 18:23
user63373user63373
233
233
1
$begingroup$
You can format inline code and code blocks by selecting the code and clicking thebutton above the edit window. The edit window help button
?
is useful for learning how to format your questions and answers. You may also find this meta Q&A helpful
$endgroup$
– Michael E2
Mar 10 at 18:27
1
$begingroup$
I quickly get solutions for2^257
(V11.3.0, macos).
$endgroup$
– Michael E2
Mar 10 at 18:29
$begingroup$
Sorry, there was a typo - it should be 2^511
$endgroup$
– user63373
Mar 10 at 19:21
1
$begingroup$
Probably it's combinatorial blowup.n = 185
gives 32 solutions butn = 257
already gives 1024. Might be more work and memory to store the symbolics than your CPU can handle.
$endgroup$
– b3m2a1
Mar 10 at 19:38
2
$begingroup$
@b3m2a1 I think the reasons probably have to do with number theory.n = 323
produces 8192 solutions in 2.3s andn = 325
produces only 128 solutions in 500s. The memory growth is quite low. I think forn = 511
, you just have to wait long enough, and I can't predict how long that is.
$endgroup$
– Michael E2
Mar 10 at 19:57
add a comment |
1
$begingroup$
You can format inline code and code blocks by selecting the code and clicking thebutton above the edit window. The edit window help button
?
is useful for learning how to format your questions and answers. You may also find this meta Q&A helpful
$endgroup$
– Michael E2
Mar 10 at 18:27
1
$begingroup$
I quickly get solutions for2^257
(V11.3.0, macos).
$endgroup$
– Michael E2
Mar 10 at 18:29
$begingroup$
Sorry, there was a typo - it should be 2^511
$endgroup$
– user63373
Mar 10 at 19:21
1
$begingroup$
Probably it's combinatorial blowup.n = 185
gives 32 solutions butn = 257
already gives 1024. Might be more work and memory to store the symbolics than your CPU can handle.
$endgroup$
– b3m2a1
Mar 10 at 19:38
2
$begingroup$
@b3m2a1 I think the reasons probably have to do with number theory.n = 323
produces 8192 solutions in 2.3s andn = 325
produces only 128 solutions in 500s. The memory growth is quite low. I think forn = 511
, you just have to wait long enough, and I can't predict how long that is.
$endgroup$
– Michael E2
Mar 10 at 19:57
1
1
$begingroup$
You can format inline code and code blocks by selecting the code and clicking the
button above the edit window. The edit window help button ?
is useful for learning how to format your questions and answers. You may also find this meta Q&A helpful$endgroup$
– Michael E2
Mar 10 at 18:27
$begingroup$
You can format inline code and code blocks by selecting the code and clicking the
button above the edit window. The edit window help button ?
is useful for learning how to format your questions and answers. You may also find this meta Q&A helpful$endgroup$
– Michael E2
Mar 10 at 18:27
1
1
$begingroup$
I quickly get solutions for
2^257
(V11.3.0, macos).$endgroup$
– Michael E2
Mar 10 at 18:29
$begingroup$
I quickly get solutions for
2^257
(V11.3.0, macos).$endgroup$
– Michael E2
Mar 10 at 18:29
$begingroup$
Sorry, there was a typo - it should be 2^511
$endgroup$
– user63373
Mar 10 at 19:21
$begingroup$
Sorry, there was a typo - it should be 2^511
$endgroup$
– user63373
Mar 10 at 19:21
1
1
$begingroup$
Probably it's combinatorial blowup.
n = 185
gives 32 solutions but n = 257
already gives 1024. Might be more work and memory to store the symbolics than your CPU can handle.$endgroup$
– b3m2a1
Mar 10 at 19:38
$begingroup$
Probably it's combinatorial blowup.
n = 185
gives 32 solutions but n = 257
already gives 1024. Might be more work and memory to store the symbolics than your CPU can handle.$endgroup$
– b3m2a1
Mar 10 at 19:38
2
2
$begingroup$
@b3m2a1 I think the reasons probably have to do with number theory.
n = 323
produces 8192 solutions in 2.3s and n = 325
produces only 128 solutions in 500s. The memory growth is quite low. I think for n = 511
, you just have to wait long enough, and I can't predict how long that is.$endgroup$
– Michael E2
Mar 10 at 19:57
$begingroup$
@b3m2a1 I think the reasons probably have to do with number theory.
n = 323
produces 8192 solutions in 2.3s and n = 325
produces only 128 solutions in 500s. The memory growth is quite low. I think for n = 511
, you just have to wait long enough, and I can't predict how long that is.$endgroup$
– Michael E2
Mar 10 at 19:57
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Here's a guess:
The Diophantine problem
$$ x^2+y^2+x+y=a$$
is equivalent, via $u=2x+1,v=2y+1$ to finding the odd solutions to
$$u^2+v^2=2+4a ,.$$
Whether Solve
makes this transformation or not,
solving the Pythagorean equation can be done from the prime factorization of $2+4a$.
How long Solve
takes thus might depend on how long it takes to factor $2+4a$.
This is not hard to verify:
Block[FactorInteger = (Print["FactorInteger"[##]]; Abort) &,
PrintTemporary@Dynamic@Clock@Infinity;
Print[2 + 4 2^325];
Solve[(x^2 + y^2) + (x + y) == 2^325 && x > 0 && y > 0, x, y, Integers] // AbsoluteTiming
]
2734063405978764905465627783897026706691461788616515545532213258012441248999219
90402939147127881730
FactorInteger[
2734063405978764905465627783897026706691461788616515545532213258012441248999219
90402939147127881730]
$Aborted
Well, it turns out it takes about 500 sec. to factor 2 + 4 * 2^325
, which is about how long it takes the Solve
above to run.
$endgroup$
$begingroup$
Thank you very much. This seems to be exactly what is happening. Much appreciated.
$endgroup$
– user63373
Mar 10 at 21:19
$begingroup$
@user63373 You're welcome. :)
$endgroup$
– Michael E2
Mar 10 at 22:10
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "387"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f192994%2fwhy-does-solve-lock-up-when-trying-to-solve-the-quadratic-equation-with-large-in%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Here's a guess:
The Diophantine problem
$$ x^2+y^2+x+y=a$$
is equivalent, via $u=2x+1,v=2y+1$ to finding the odd solutions to
$$u^2+v^2=2+4a ,.$$
Whether Solve
makes this transformation or not,
solving the Pythagorean equation can be done from the prime factorization of $2+4a$.
How long Solve
takes thus might depend on how long it takes to factor $2+4a$.
This is not hard to verify:
Block[FactorInteger = (Print["FactorInteger"[##]]; Abort) &,
PrintTemporary@Dynamic@Clock@Infinity;
Print[2 + 4 2^325];
Solve[(x^2 + y^2) + (x + y) == 2^325 && x > 0 && y > 0, x, y, Integers] // AbsoluteTiming
]
2734063405978764905465627783897026706691461788616515545532213258012441248999219
90402939147127881730
FactorInteger[
2734063405978764905465627783897026706691461788616515545532213258012441248999219
90402939147127881730]
$Aborted
Well, it turns out it takes about 500 sec. to factor 2 + 4 * 2^325
, which is about how long it takes the Solve
above to run.
$endgroup$
$begingroup$
Thank you very much. This seems to be exactly what is happening. Much appreciated.
$endgroup$
– user63373
Mar 10 at 21:19
$begingroup$
@user63373 You're welcome. :)
$endgroup$
– Michael E2
Mar 10 at 22:10
add a comment |
$begingroup$
Here's a guess:
The Diophantine problem
$$ x^2+y^2+x+y=a$$
is equivalent, via $u=2x+1,v=2y+1$ to finding the odd solutions to
$$u^2+v^2=2+4a ,.$$
Whether Solve
makes this transformation or not,
solving the Pythagorean equation can be done from the prime factorization of $2+4a$.
How long Solve
takes thus might depend on how long it takes to factor $2+4a$.
This is not hard to verify:
Block[FactorInteger = (Print["FactorInteger"[##]]; Abort) &,
PrintTemporary@Dynamic@Clock@Infinity;
Print[2 + 4 2^325];
Solve[(x^2 + y^2) + (x + y) == 2^325 && x > 0 && y > 0, x, y, Integers] // AbsoluteTiming
]
2734063405978764905465627783897026706691461788616515545532213258012441248999219
90402939147127881730
FactorInteger[
2734063405978764905465627783897026706691461788616515545532213258012441248999219
90402939147127881730]
$Aborted
Well, it turns out it takes about 500 sec. to factor 2 + 4 * 2^325
, which is about how long it takes the Solve
above to run.
$endgroup$
$begingroup$
Thank you very much. This seems to be exactly what is happening. Much appreciated.
$endgroup$
– user63373
Mar 10 at 21:19
$begingroup$
@user63373 You're welcome. :)
$endgroup$
– Michael E2
Mar 10 at 22:10
add a comment |
$begingroup$
Here's a guess:
The Diophantine problem
$$ x^2+y^2+x+y=a$$
is equivalent, via $u=2x+1,v=2y+1$ to finding the odd solutions to
$$u^2+v^2=2+4a ,.$$
Whether Solve
makes this transformation or not,
solving the Pythagorean equation can be done from the prime factorization of $2+4a$.
How long Solve
takes thus might depend on how long it takes to factor $2+4a$.
This is not hard to verify:
Block[FactorInteger = (Print["FactorInteger"[##]]; Abort) &,
PrintTemporary@Dynamic@Clock@Infinity;
Print[2 + 4 2^325];
Solve[(x^2 + y^2) + (x + y) == 2^325 && x > 0 && y > 0, x, y, Integers] // AbsoluteTiming
]
2734063405978764905465627783897026706691461788616515545532213258012441248999219
90402939147127881730
FactorInteger[
2734063405978764905465627783897026706691461788616515545532213258012441248999219
90402939147127881730]
$Aborted
Well, it turns out it takes about 500 sec. to factor 2 + 4 * 2^325
, which is about how long it takes the Solve
above to run.
$endgroup$
Here's a guess:
The Diophantine problem
$$ x^2+y^2+x+y=a$$
is equivalent, via $u=2x+1,v=2y+1$ to finding the odd solutions to
$$u^2+v^2=2+4a ,.$$
Whether Solve
makes this transformation or not,
solving the Pythagorean equation can be done from the prime factorization of $2+4a$.
How long Solve
takes thus might depend on how long it takes to factor $2+4a$.
This is not hard to verify:
Block[FactorInteger = (Print["FactorInteger"[##]]; Abort) &,
PrintTemporary@Dynamic@Clock@Infinity;
Print[2 + 4 2^325];
Solve[(x^2 + y^2) + (x + y) == 2^325 && x > 0 && y > 0, x, y, Integers] // AbsoluteTiming
]
2734063405978764905465627783897026706691461788616515545532213258012441248999219
90402939147127881730
FactorInteger[
2734063405978764905465627783897026706691461788616515545532213258012441248999219
90402939147127881730]
$Aborted
Well, it turns out it takes about 500 sec. to factor 2 + 4 * 2^325
, which is about how long it takes the Solve
above to run.
answered Mar 10 at 20:38
Michael E2Michael E2
150k12203482
150k12203482
$begingroup$
Thank you very much. This seems to be exactly what is happening. Much appreciated.
$endgroup$
– user63373
Mar 10 at 21:19
$begingroup$
@user63373 You're welcome. :)
$endgroup$
– Michael E2
Mar 10 at 22:10
add a comment |
$begingroup$
Thank you very much. This seems to be exactly what is happening. Much appreciated.
$endgroup$
– user63373
Mar 10 at 21:19
$begingroup$
@user63373 You're welcome. :)
$endgroup$
– Michael E2
Mar 10 at 22:10
$begingroup$
Thank you very much. This seems to be exactly what is happening. Much appreciated.
$endgroup$
– user63373
Mar 10 at 21:19
$begingroup$
Thank you very much. This seems to be exactly what is happening. Much appreciated.
$endgroup$
– user63373
Mar 10 at 21:19
$begingroup$
@user63373 You're welcome. :)
$endgroup$
– Michael E2
Mar 10 at 22:10
$begingroup$
@user63373 You're welcome. :)
$endgroup$
– Michael E2
Mar 10 at 22:10
add a comment |
Thanks for contributing an answer to Mathematica Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f192994%2fwhy-does-solve-lock-up-when-trying-to-solve-the-quadratic-equation-with-large-in%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
You can format inline code and code blocks by selecting the code and clicking the
button above the edit window. The edit window help button
?
is useful for learning how to format your questions and answers. You may also find this meta Q&A helpful$endgroup$
– Michael E2
Mar 10 at 18:27
1
$begingroup$
I quickly get solutions for
2^257
(V11.3.0, macos).$endgroup$
– Michael E2
Mar 10 at 18:29
$begingroup$
Sorry, there was a typo - it should be 2^511
$endgroup$
– user63373
Mar 10 at 19:21
1
$begingroup$
Probably it's combinatorial blowup.
n = 185
gives 32 solutions butn = 257
already gives 1024. Might be more work and memory to store the symbolics than your CPU can handle.$endgroup$
– b3m2a1
Mar 10 at 19:38
2
$begingroup$
@b3m2a1 I think the reasons probably have to do with number theory.
n = 323
produces 8192 solutions in 2.3s andn = 325
produces only 128 solutions in 500s. The memory growth is quite low. I think forn = 511
, you just have to wait long enough, and I can't predict how long that is.$endgroup$
– Michael E2
Mar 10 at 19:57