How many solutions are there in Z2?

  • Thread starter Thread starter loki91
  • Start date Start date
loki91
Messages
3
Reaction score
0

Homework Statement



In Z2 find all solutions to

x1 + x3 + x4 = 1
x1 +x2 +x4 +x5 =1
x1 + x5 = 1.

How many solutions in total are there?

The Attempt at a Solution



I attempted to reduce row it however I'd be left with a "1" on the right hand side. Its not hard but I am hitting some sort of block!
 
Physics news on Phys.org
The presence of a 1 on the RHS isn't a problem. You're trying to solve an inhomogeneous system, so a constant term in the solution is expected.

What equations did you get after you reduced them?
 
Since this is a nonhomogeneous system (as vela points out), you should be working with an augmented matrix with 3 rows and 6 columns. The sixth column will have the constants.
 
vela said:
The presence of a 1 on the RHS isn't a problem. You're trying to solve an inhomogeneous system, so a constant term in the solution is expected.

What equations did you get after you reduced them?

Mark44 said:
Since this is a nonhomogeneous system (as vela points out), you should be working with an augmented matrix with 3 rows and 6 columns. The sixth column will have the constants.

Okay, after I reduced this is what I got:

1 0 0 0 1 1
0 1 0 1 0 0
0 0 1 1 -1 0

so,

x3 = x5 - x4
x2 = - x4
x1 = - 1 - x5

??
 
It should be x1 = 1 - x5, but in Z2, it doesn't really matter.

Now just enumerate all possible combinations for x4 and x5 and evaluate the equations for each combination to find all the solutions to the system.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top