Show that there does not exist x,y,z

  • Thread starter Thread starter rooski
  • Start date Start date
AI Thread Summary
The discussion revolves around proving the non-existence of integer solutions for the given modular equations. Participants suggest using substitution or elimination methods, with one hinting at adding the second and third equations for simplification. Another recommendation is to approach the problem using the field F7 instead of directly working with mod 7. This perspective encourages applying linear algebra techniques familiar from real and complex number systems. Ultimately, the goal is to demonstrate that no integers x, y, z satisfy the equations simultaneously.
rooski
Messages
60
Reaction score
0

Homework Statement



Show that there does not exist integers x,y,z such that

2x + 4y === 1 (mod 7)
x + y + 4z === 2 (mod 7)
y + 3z === 3 (mod 7)


The Attempt at a Solution



Should i be using substitution or elimination to solve this?

I could do something like

2x + 4y + 0z
x + y + 4z
_________
x + 3y - 4z


Or am i going in the wrong direction?
 
Physics news on Phys.org
hi rooski! :smile:

hint: try adding the second and third equations :wink:
 
Another suggestion, work in the field F7 (in fact you do but, someway not really -> anyway, forget about the mod 7 and keep in mind it is F7 which behaves like R)

After that you can just do linear algebra (you probably already learned for R and C) to finish your question
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top