-2

I have n inputs and n corresponding outputs, the state of output N° i depends on the state of the input N° 1 to n, EXCEPT N° i.

To be more precise, if any of the input 1 to n except i is true, then the corresponding output is true; If all of the input 1 to n except i is false, then the corresponding output is false.

Is it possible to construct such circuit via basic logic gates when n becomes infinite?

wormz
  • 1
  • 2

1 Answers1

0

yes and there is an example where n = 3 :

enter image description here

KarimS
  • 3,812
  • 9
  • 41
  • 64
  • Yes but when n becomes infinite is there a feasible solution? – wormz Jul 04 '15 at 21:37
  • the variable n, will never be infinite in real world problem, but lets suppose n is inifinite then i suppose that every **or** logic gate has infinitly many input gate, and that solve the problem – KarimS Jul 04 '15 at 21:39