| Author |
Comment/Response |
Akhil
|
07/31/12 2:44pm
Hello,
I want to evaluate a Boolean function by substituting True and False values for its variables, to get a True or False value at the output. Example,
g = BooleanConvert[And[p, q, r], "BFF"]
g[True,True,True]
But the above statement does not value g at the data-point given.
Can anybody please suggest how to proceed?
URL: , |
|