After much thinking I am trying to get a help from the board. Sorry for being naïve and thank you in advance for your answers.
Suppose you have to arrays made up of zeros and ones
a=(1,1,0,1,0,0)
b=(1,0,0,1,1,0)
and a logic relationship to compare the elements of the two arrays in a...