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 comments
Loading...
Problem Recent Solvers17
Suggested Problems
-
Maximum running product for a string of numbers
2257 Solvers
-
How to find the position of an element in a vector without using the find function
2816 Solvers
-
Flip the main diagonal of a matrix
913 Solvers
-
Arrange vector in ascending order
819 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
400 Solvers
More from this Author323
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!