Problem 44374. Tautology

Check if the given expression is always true. For example, the sentence

'~(A & B) == (~A | ~B)'

is always true.

Characters in the input sequences may include ~ & | == ( ), whitespace, 0 for false, 1 for true and letters for variables.

Solution Stats

17.25% Correct | 82.75% Incorrect
Last Solution submitted on Sep 28, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers42

Suggested Problems

More from this Author40

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!