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 Solvers46
Suggested Problems
-
3354 Solvers
-
557 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
12580 Solvers
-
436 Solvers
-
Find the area of a rectangle if length of the diagonal is given.
165 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!