1 - 10 of 28 for BooleanFunctionSearch Results
BooleanFunction   (Built-in Mathematica Symbol)
BooleanFunction[k, n] represents the k\[Null]^th Boolean function in n variables. BooleanFunction[values] represents the Boolean function corresponding to the specified ...
BooleanVariables   (Built-in Mathematica Symbol)
BooleanVariables[expr] gives a list of the Boolean variables in the Boolean expression expr. BooleanVariables[bf] gives the number of Boolean variables in the BooleanFunction ...
BooleanMaxterms   (Built-in Mathematica Symbol)
BooleanMaxterms[k, n] represents the k\[Null]^th maxterm in n variables. BooleanMaxterms[{k_1, k_2, ...}, n] represents the conjunction of the maxterms k_i. ...
BooleanMinterms   (Built-in Mathematica Symbol)
BooleanMinterms[k, n] represents the k\[Null]\[Null]^th minterm in n variables. BooleanMinterms[{k_1, k_2, ...}, n] represents the disjunction of the minterms k_i. ...
BooleanTable   (Built-in Mathematica Symbol)
BooleanTable[bf] gives a list of truth values for all possible combinations of variable values supplied to the Boolean function bf. BooleanTable[expr, {a_1, a_2, ...}] gives ...
BooleanConvert   (Built-in Mathematica Symbol)
BooleanConvert[expr] converts the Boolean expression expr to disjunctive normal form. BooleanConvert[expr, form] converts the Boolean expression expr to the specified form. ...
Computational Systems   (Mathematica Guide)
Mathematica is the tool that has made possible Stephen Wolfram's exploration of the computational universe, and the emerging field of Wolfram Science (NKS). Whether for ...
BooleanGraph   (Built-in Mathematica Symbol)
BooleanGraph[bfunc, g_1, ..., g_n] gives the Boolean graph defined by the Boolean function bfunc on the graphs g_1, ..., g_n.
TautologyQ   (Built-in Mathematica Symbol)
TautologyQ[bf] gives True if all combinations of values of variables make the Boolean function bf yield True. TautologyQ[expr, {a_1, a_2, ...}] gives True if all combinations ...
SatisfiableQ   (Built-in Mathematica Symbol)
SatisfiableQ[bf] gives True if a combination of values of variables exists that makes the Boolean function bf yield True. SatisfiableQ[expr, {a_1, a_2, ...}] gives True if a ...
1|2|3 Next

...