Theorem 1 of chapter 27 of the book Diophantine Equations by Louis J. Mordell shows that the equation
has a finite number of real, integer solutions
. One of them has
because
.
Write a function that takes a value
and returns a two-column matrix with
pairs for
. Sort the pairs in order of increasing x.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers6
Suggested Problems
-
Swap the first and last columns
22578 Solvers
-
Golomb's self-describing sequence (based on Euler 341)
182 Solvers
-
Replace multiples of 5 with NaN
468 Solvers
-
5071 Solvers
-
check whether a number is a pentatope number
65 Solvers
More from this Author322
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Superb job of not giving away answers in the test suite.