User Portlet User Portlet

Discussions
I would like to make a selection from a list of lists using position criteria, in particular, for example I would like to find all lists in my list of lists which have '0' in positions `{{1},{3}}`. I am trying to make it work with something like...
Hello! I would like to understand how to work with boolean functions in a better way. Can you show me how to convert from a closed form to the truth table, ANF or DNF? For example, say I have a polynomial on four variables, f(w,x,y,z) = wx +...
I am new to the language, I'm sure this question will sound very easy to most of you! I would like to have a program which takes a set of strings and returns the subset of those strings with hamming weight n. I tried to do it like this: ...