Problem 1215. Diophantine Equations (Inspired by Project Euler, problem 66)
Solution Stats
Problem Comments
-
4 Comments
How exactly does, "6492 – 13×1802 = 1", as given in the example?
The 2s at the end of 649 and 180 used to be superscripts. I'm not quite sure when that changed, but it is fixed now. Thanks for the heads up on that.
No problem. Thanks for the fix!
Some tips. Continued fractions are the main way for finding the fundamental solutions to Pell's equations. And square roots have patterns in continued fractions.
Solution Comments
-
1 Comment
I've used continued fractions and this link for my solution https://math.stackexchange.com/questions/2215918/continued-fraction-of-sqrt67-4/2216011#2216011
-
1 Comment
Sorry, I got stuck just trying to figure out how to use a switch statement again. This is not a solution.
-
1 Comment
Nice usage of DEAL and determination of intermediate integer solution to Pell's algorithm.
Problem Recent Solvers44
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
41818 Solvers
-
Get the area codes from a list of phone numbers
815 Solvers
-
Return the first and last characters of a character array
6277 Solvers
-
Find the index of n in magic(n)
188 Solvers
-
2666 Solvers
More from this Author80
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!