Skip to main content

Questions tagged [boolean-computation]

Questions on the functionality of Mathematica for Boolean computation.

1 vote
3 answers
229 views

I'm trying to apply two lists random numbers to a list of lists of functions, retrieve a Boolean result for each application, and test for AND coincidence between results. I have a working method, ...
BohemianTapestry's user avatar
6 votes
7 answers
878 views

Is there simpler and/or faster code for this? List1={1,2,4,6,7}; List2={1,3,5,6,7}; Rule: If values at respective positions match, output 1 else output 0. Result: ...
Reda.Kebbaj's user avatar
2 votes
1 answer
99 views

I have a few Boolean expressions I wish to solve. The expressions are almost identical, yet there is a significant disparity in the time it takes to solve them. Below are the codes I have run and the ...
Nolan Ison's user avatar
4 votes
3 answers
938 views

Why is the result of the code below False ? TrueQ[(x^n)^m == x^(n*m)] How can I get it to be ...
vasili111's user avatar
  • 1,265
2 votes
5 answers
543 views

Given the following two sets of reals: -(1/4) < x <= 0 || 0 < x <= 1/2 || x > 1/2 x <= -1 || -1 < x < 0 how can I calculate their union? ...
csn899's user avatar
  • 1
4 votes
1 answer
194 views

I am wondering how to use Mathematica to demonstrate some concepts in Analysis of Boolean functions, e.g.: Influence Noise stability Noise operator $L_q$-norm and $L_\infty$ norm of a boolean ...
138 Aspen's user avatar
  • 2,364
1 vote
1 answer
201 views

I am learning about Boolean Functions and I noticed in the docs for BooleanMinimize they reference a Method option, but don't provide what those options can be. Is there any more information on how ...
anandj's user avatar
  • 11
38 votes
7 answers
4k views

In Python, there is a function all which returns true if all of its arguments are true, and any which returns true if at least ...
David Z's user avatar
  • 5,001
19 votes
2 answers
1k views

I have a logic puzzle I want to convert to Mathematica to solve: Person A states, "Exactly two people are truth-tellers," Person B states, "I and Person C are truth-tellers." ...
Peter Burbery's user avatar
1 vote
2 answers
215 views

I'd like to define a new region that is "within direct sight" of a certain point within an existing region. For the example below, the regions highlighted in red from the black point are not ...
Tomi's user avatar
  • 5,094
2 votes
3 answers
625 views

I am fairly new here and with Mathematica too. I have a question regarding Boolean matrices but before this I did a random search and got this Defining an arbitrary binary relation But I am unable to ...
Jonathan's user avatar
1 vote
1 answer
182 views

Does the word "and" compile the exact same way as "&&" or are there differences?
BigMistake's user avatar
2 votes
3 answers
271 views

Let's consider a curve described by a function $y = f(x)$ as well as a region $\mathcal{R}$ (consider that this region can be complicated) described by a set of points $\mathcal{X} = (x_{i,1},x_{i,2})$...
Jocelyn Minini's user avatar
1 vote
1 answer
292 views

In Solved3DConstrainedIntegration the constrained three-dimensional (Hilbert-Schmidt-metric-based HSmetric) integration problem for the absolute separability probability of the two-qubit (quantum bit)...
Paul B. Slater's user avatar
1 vote
0 answers
108 views

Do you know if the Tseitin method is implemented in Mathematica for converting a formula in CNF ? I didn't find it as a parameter of conversion type in ...
Franck's user avatar
  • 421

15 30 50 per page
1
2 3 4 5
13