Блог пользователя Confused101

Автор Confused101, история, 8 лет назад, По-английски

Can someone help me how to solve this problem. Link Thanks.

  • Проголосовать: нравится
  • +8
  • Проголосовать: не нравится

»
8 лет назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

For each switch, have a 0/1 variable saying whether you toggle it. For each light, write a linear equation (in Z_2, i.e., computing modulo 2) that says "this light will be turned off". Solve the system of equations.