Skip to content

Instantly share code, notes, and snippets.

@geppoz-it
Last active November 20, 2016 16:02
Show Gist options
  • Save geppoz-it/c46798a332e90794c4b93bb2b0689c58 to your computer and use it in GitHub Desktop.
Save geppoz-it/c46798a332e90794c4b93bb2b0689c58 to your computer and use it in GitHub Desktop.
sistemi di equazioni booleane di xor di and
Proprietà XOR:
a x a.b = a.B
a x A.b = A.B x 1
a.b x a.B = a
a.B x A.b = a x b
a.b x a.B.c = a x a.B.C
a.b.c x a.B.C = a.b x a.C
Proprietà distributiva AND su XOR:
a.(b x c) = a.b x a.c
@geppoz-it
Copy link
Author

Equazione 0: { e23.E26 x E24.e26.E27 x E24.e25.E26.e27 x E23.E24.e27 x e23.E25.E26.E27 x e25.e26.E27 x e23.e24.E25.e27 = 1 }
Equazione 1: { e23.e24.E27 x E24.E25.E27 x E23.e26 x e24.E26 x E25.e27 x e23.e24.e26 x E23.E25.E26.e27 x e23.e24.e25.e26.E27 x e25.e26.E27 = 0 }
Equazione 2: { E23.e27 x e23.E25.E26.e27 x E23.E25.e27 x e24.e25 x E24.e25.e26.E27 x e23.e25.E27 x e23.e24.e25.e27 x E23.e24.E25 x e24.E26 x e23.e24.E27 x e23.E24.e26 x e23.e25.e26 = 1 }
Equazione 3: { E23.E24.E26.e27 x e25.e27 x e23.E26 x E23.e24.E25 x E23.e25.E26.E27 x e23.e25.e27 x e24 x e23.E24.E25.E27 x e24.e26.e27 x e23.e25.e26 = 1 }
Equazione 4: { e23.E24 x E24.e25.E27 x E24.e25.e26 x E23.E24.e25.e26.e27 x E23.e24.E25 x e23.e25.E27 x E24.E26 x e23.e24.E27 x e24.e25.E26.e27 x e23.e25.E26.e27 x e23.e24.E26.e27 = 0 }
Equazione 5: { e26.e27 x e23.E25 x E24.e25.E26.E27 x e23.E24 x E24.E25.e27 x E23.E24.e25.E27 x E23.E26.E27 x e23.e25.e26 = 0 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment