Problem 58558. Find collatz series next number
For given x,
if x is even, output is (x/2)
if x is odd, output is (3x+1)
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers31
Suggested Problems
-
Sum of diagonal of a square matrix
1608 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1213 Solvers
-
Sum of odd numbers in a matrix
603 Solvers
-
589 Solvers
-
5348 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!