Problem 51580. Construct a continued fraction for a square root
Numbers can be expressed as continued fractions of the form
Some continued fractions—such as those for e and π--continue forever without a discernable pattern in the coefficients, while the coefficients of continued fractions for square roots eventually repeat. For example,
or
Write a function that takes a non-square integer and returns the values of
until the values repeat.
This problem celebrates my finally cracking Cody Problem 1215 by James. If you struggle with Test 8, as I did, remember that MATLAB cannot represent decimals with infinite precision.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers12
Suggested Problems
-
Remove any row in which a NaN appears
8649 Solvers
-
Find relatively common elements in matrix rows
2087 Solvers
-
274 Solvers
-
Create Volcano (or Atoll) martix. It is an extension of Bullseye matrix problem.
142 Solvers
-
Number of Even Elements in Fibonacci Sequence
1431 Solvers
More from this Author291
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!