Compute the n-th Fibonacci Number
f(0) = 0, f(1) = 1, f(2) = 1, f(3) = 2, ... f(42) = 267914296
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers523
Suggested Problems
-
2824 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2056 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3715 Solvers
-
Back to basics 21 - Matrix replicating
1817 Solvers
-
Get the length of a given vector
13535 Solvers
More from this Author4
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
This is the same as Problem 12.