Problem 43118. Reduce the logic
We have three logical input, x,y and z. The output is:
y = ((x&y)|z)&((z|x&y)|(z&y|x))|((x&z)|z)&((y|x&z)|(z&x|y))|(x|y|z)
The solution is already given, but still has a large size (63). can you reduce it?
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers48
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3657 Solvers
-
Generate N equally spaced intervals between -L and L
941 Solvers
-
746 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
709 Solvers
-
17473 Solvers
More from this Author25
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!