Integer solutions for multiple variable equations

AI Thread Summary
Minimizing brute-force approaches for solving integer solutions in equations with multiple variables can be challenging, especially with complex forms like cubes or higher powers. Techniques such as Diophantine equations are relevant, but the discussion highlights the need for optimization strategies when dealing with numerous variables. The possibility of expressing solutions as a series or identifying patterns is questioned, indicating a desire for deeper mathematical insights. While brute-force methods may yield specific solutions, the feasibility of finding a general solution remains uncertain. Resources and techniques for tackling these problems are sought to enhance understanding and efficiency in solving such equations.
MagnusM
Messages
3
Reaction score
0
Obviously it will take some brute-force. But how do I minimize the brute-force needed (optimize)? I know one can solve Diophantine equations and quadratic Diophantine equations. But what if I have something like 10 (any number) of variables?

(what if there are no squares, what if there are cubes, other powers fck it gimme everything i can read, bring it on :D)

I don't want you to give me a step by step solution. Could you just push me in the right direction? What are the techniques used for solving this called for example or what are good reads on the subject related to this?

(Does a general solution exist? Will the solutions make up a set/series which can be described as a pattern?) I know I can bruteforce specific solutions, but can I write the solution as a series and what would be the best way of finding it?

If you want me to be specific 7391049=a^2 + 8b^2 + 27c^2 + 64d^2 + 125e^2 + 216f^2 + 343g^2 + 512h^2 + 729i^2 + 1000j^2 + 1331k^2
 
Mathematics news on Phys.org
I think you'll need a computer to try all combos but even then it may never find an integer solution.

Here's an example of solving a simpler diophantine equation by inspection with a book reference for other tricks:

http://mathforum.org/library/drmath/view/51543.html

ALSO, Please refrain from posting obscenities even as 3 letter words or through other leet speak tricks:

http://en.wikipedia.org/wiki/Leet_speak

otherwise someone will either report it or your thread will disappear mysteriously...

ALSO, please edit your post NOW to remove it.

Thanks PF will appreciate it.
 
  • Like
Likes 1 person
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top