Problem 1289. Evaluating continued fractions
Given row vector
c=[c0 c1 c2 c3 ...]
evaluate the continued fraction
x=c0+1/(c1+1/(c2+1/(c3+...)))
If c is a matrix, return column vector x in which x(i) is the solution for row i of c.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers54
Suggested Problems
-
Given two arrays, find the maximum overlap
1501 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1822 Solvers
-
Back to basics 23 - Triangular matrix
1001 Solvers
-
Sum of diagonal of a square matrix
1577 Solvers
-
Determine if input is a perfect number
238 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!