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 comments
Loading...
Problem Recent Solvers48
Suggested Problems
-
Is my wife right? Now with even more wrong husband
1345 Solvers
-
Find the sum of the elements in the "second" diagonal
1204 Solvers
-
6090 Solvers
-
Test Problem; Create a 5x5 array containing all ones
405 Solvers
-
4554 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!