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

72.22% Correct | 27.78% Incorrect
Last Solution submitted on Jul 03, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers35

Suggested Problems

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!