Find an integral non-trivial solution (x,y,z ~=0) (x=0 or y=0 or z=0 are trivial) for the cubic equation
987,654,321x + 123,456,789y + z = (x+y+z)^3.
Provide solution with minimum Positive value of (x+y+z). The solution does not require x,y,or z to be positive.
Question courtesy of The Contest Center
One method: meshgrid
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers38
Suggested Problems
-
Reverse the Words (not letters) of a String
475 Solvers
-
Program an exclusive OR operation with logical operators
751 Solvers
-
Set the array elements whose value is 13 to 0
1446 Solvers
-
512 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
400 Solvers
More from this Author306
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Test suite has been updated to not give away the solution.