i want to simplify the function first but
i have no idea how to do it. already tried few ways but failed.
I think i have to use dmorgan's law or x xor y = x'y + y'x or something more..
can anyone help?
i want to simplify the function first but
i have no idea how to do it. already tried few ways but failed.
I think i have to use dmorgan's law or x xor y = x'y + y'x or something more..
can anyone help?
Try a Karnaugh map to minimize the term. You can find further methods to minimize such terms in this article.