Hi guys! I have a group of 4 numbers x,y,z,w which comes from 4 integers multiplied with a common factor. [x,y,z,w] = c [i,j,k,l]. How can I find i,j,k,l? Thanks.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers58
Suggested Problems
-
Return the 3n+1 sequence for n
8491 Solvers
-
Check if number exists in vector
13901 Solvers
-
Find Index of maximum Value and maximum Value of a vector
168 Solvers
-
Sum the numbers on the main diagonal
613 Solvers
-
Matlab Basics - Convert a row vector to a column vector
679 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The common factor must be an integer too, or else there is no way to find it without more parameters; defining the step and search interval for instance. Currently, any multiple of 5 would produce a valid "restored vector" for the only available test. The problem also needs a better test suite. It's a good problem.