How many solutions are there in Z2?

  • Thread starter Thread starter loki91
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
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
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

??