Problem 2250. Given a number find two variables
If the input is x, find a and b from the following equation: x = a*2^b.
Hint: b is an integer while x and a are real numbers.
Solution Stats
Problem Comments
-
5 Comments
b=0. a=x.
Brute-force on b, while looking for solutions with a restricted to the interval [-1,1] works. And I agree there is more than one solution. The author should specify what is the interval for valid solutions or accept more than one valid answer (which is easy to verify).
Just a heads up - OP expects solvers to use a particular function
Solution Comments
Show commentsProblem Recent Solvers56
Suggested Problems
-
Make a random, non-repeating vector.
9789 Solvers
-
Getting the absolute index from a matrix
248 Solvers
-
Change the sign of even index entries of the reversed vector
574 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
382 Solvers
-
interesting center of magic matrix
108 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!