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 Solvers49
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
9160 Solvers
-
Return the 3n+1 sequence for n
8513 Solvers
-
1747 Solvers
-
Convert a Cell Array into an Array
2313 Solvers
-
Check that number is whole number
5431 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!