I'm sorry if this is a newbie question but I'm not sure how to approach it.
I have a problem that I want to solve(by creating an algo) and I'm pretty sure its a Diophantine equation, but I'm not sure how to solve if there's more than a few variables. I created a script that solves for 3 variables(basically by brute force), I'm wondering if there's anything out there to learn better?
(fyi I'm very interested in math and am willing to learn but my math background is weak so sorry if I'm not asking correctly).