Message Boards Message Boards

0
|
1518 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Lost solutions of the Diophantine equation in V. 11.1

Posted 1 year ago

Mathematica version 11.1.

The input

Solve[x (y + 1)^2 == 243 y, {x, y}, Integers]

yields the set of solutions

{{x -> 24, y -> 8}, {x -> 54, y -> 2}, {x -> 0, y -> 0}}

but there are also other solutions with negative x,y:

{x -> -486, y -> -2}, {x -> -108, y -> -4}, {x -> -30, y -> -10}

Notice that Element[-30, Integers] returns True.

POSTED BY: Albert Lebedev

With version 13.0 I get this:

In[1]:= Solve[x (y + 1)^2 == 243 y, {x, y}, Integers]

Out[1]= {{x -> -486, y -> -2}, {x -> -108, y -> -4}, {x -> -30, 
  y -> -10}, {x -> 0, y -> 0}, {x -> 24, y -> 8}, {x -> 54, y -> 2}}
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract