Problem 629. Cubic Integer Constrained Solution
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
Dyuman Joshi
on 12 Sep 2021
Test suite has been updated to not give away the solution.
Solution Comments
Show commentsProblem Recent Solvers35
Suggested Problems
-
1795 Solvers
-
Vectorizing, too easy or too hard?
145 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
836 Solvers
-
Determine the number of odd integers in a vector
755 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
566 Solvers
More from this Author308
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!