I'm coming up blank on Wikipedia and other sources, though this seems elementary. I'd like to know what techniques or processes are used to find all (integer) solutions to an equation such as $3x+2y = 380$ using linear algebra.
2026-04-28 19:22:23.1777404143
How to find all solutions to equations like $3x+2y = 380$ using matrices/linear algebra?
292 Views Asked by user8358 https://math.techqa.club/user/user8358/detail At
2
I can't imagine using linear algebra to find the integer solutions to your equation, when it's so simple to note that $x$ must be even, say, $x=2z$, so the equation becomes $3z+y=190$, and the solution is $z$ is arbitrary, $y=190-3z$.
EDIT: For linear diophantine equations in several variables, a good starting place is the Wikipedia piece on Bezout's identity, http://en.wikipedia.org/wiki/Bezout%27s_identity
MORE EDIT: There's a nice discussion by Gilbert and Pathria of systems of linear diophantine equations here; now linear algebra comes into it.