Problem 57422. Harmonic series counting
The function takes a positive limit as input,
And counts how many terms must be summed in the harmonic series:
1/1, 1/2, 1/3, 1/4, ..., 1/N
until the sum of the terms in the series is greater than the given limit.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers31
Suggested Problems
-
Select every other element of a vector
34262 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1873 Solvers
-
Create a Multiplication table matrix...
601 Solvers
-
Sum the numbers on the main diagonal
592 Solvers
-
856 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!