Problem 44659. Nth root of a number
Solution Stats
Problem Comments
-
2 Comments
David Verrelli
on 2 Jun 2018
Strictly speaking, your Test Suite only matches the principal root. For example, in the first test case, −1 is also a valid root, as (−1)¹⁰⁰ = +1. See https://en.wikipedia.org/wiki/Nth_root .
David Verrelli
on 2 Jun 2018
Hello, Srishti Saha . All of the 'correct' solutions are requiring rounding of the outputs to pass your Test Suite. That should not be necessary unless you specify it in the Problem Statement; otherwise your Test Suite should allow a tolerance to account for 'floating point errors'. (See Problem 44631.) Please amend. —DIV
Problem Recent Solvers45
Suggested Problems
-
Return the 3n+1 sequence for n
7350 Solvers
-
7175 Solvers
-
551 Solvers
-
539 Solvers
-
263 Solvers
More from this Author29
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!