IndustriaL
- 13
- 0
I want to find three integers, a b and c, with a^3 + b^3 = 17 * c^3.
all each the smallest integer possible
all each the smallest integer possible
The discussion revolves around the problem of finding three integers, a, b, and c, such that a^3 + b^3 = 17 * c^3. Participants explore various methods and theories related to this equation, including number theory, algebraic approaches, and computational searches.
Participants do not reach a consensus on the existence of solutions to the equation. There are multiple competing views regarding the methods to approach the problem and the implications of modular arithmetic. The discussion remains unresolved.
Participants mention limitations in their computational resources and knowledge of number theory, which may affect their ability to explore the problem fully. There are references to trivial solutions and the need to consider negative integers, as well as the potential for existing knowledge in cubic number fields.
Zurtex said:Assuming your not looking for the trivial solution (0,0,0) and other trivial solutions like (1, -1, 0). Then mathematica can't find a single instance where it is true.
Actually I just used the FindInstance function for c > 0 and then for c < 0.saltydog said:Alright, I'd like to qualify Zurtx's statement if I may: Mathematica cannot find any value of a and b under 5000 which satisfy the equation. Frankly, if I had access to a faster PC I'd run it up to a million at least as well as optimize my algorithm. It kinds looks like it's related to Fermat's theorem. Is there a proof that there is no solution?
Zurtex said:Actually I just used the FindInstance function for c > 0 and then for c < 0.
matt grime said:i suspect if you have a basic knowledge of cubic number fields then the answer is known - we can do it for quadratics in quadratic number fields.