Reputation: 67
How can I build a truth table out of this formula in Wolfram Alpha:
((A and(if B then C)) or (C and not A))
Upvotes: 0
Views: 58
Reputation: 67
((A and(B Implies C)) or (C and not A))
or
((A and(C and not B)) or (C and not A))
Upvotes: 0