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
-
7211 Solvers
-
How to find the position of an element in a vector without using the find function
2809 Solvers
-
Output any real number that is neither positive nor negative
407 Solvers
-
find the maximum element of the matrix
534 Solvers
-
Create sequnce 1 4 9 16 25.........
413 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!