Problem 2250. Given a number find two variables
Solution Stats
Problem Comments
-
5 Comments
The solutions to this equation are not unique. Based on the requirements given there is an entire solution space for each possibility. For example 1.024E4*2^-10 = 10 but that is not a valid answer. Basically there is a degree of freedom issue here.
agree,solutions is way way more than one.
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
Problem Recent Solvers44
Suggested Problems
-
Find the peak 3n+1 sequence value
1549 Solvers
-
2877 Solvers
-
2240 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
330 Solvers
-
320 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!