The more conventional notation for negation when writing in text is the apostrophe. So your problem would be written as:Hi, I have a problem to understand this equation. The underline means it is negative. I try every possible rule to simplify. I don´t know about the last bold part.
F=x1*x2+x2*x3+x1*x2=x1*x2+(x1+x1)*x2*x3+x1*x2+x1*x2
Thanks for help.



Hi,The more conventional notation for negation when writing in text is the apostrophe. So your problem would be written as:
F = x1*x2' + x2*x3' + x1'*x2
Where did that part in bold come from? Ask yourself if it makes sense. That term says that the expression is True (not might be True, but IS True) if both x1 and x2 are False. Look at the original expression and see if that claim is correct. In fact, if both x1 and x2 are False, the original expression CAN'T be True.
Unless you can use XOR, I don't see how the original expression can be simplified any further.
Can you see which two terms for an XOR?
So would you call the two outputs of an RS latch Q and q? Or would you use different letters for them?Example of xor gate with underscores:
y=_AB+_BA
Just a little cryptic looking.
Example using upper and lower case:
y=aB+bA
Quite compact![]()
Hi,I guess it's a matter of personal preference, since there is no standard, but I personally find
Y=aB+bA
...a little cryptic!
Hi again,So would you call the two outputs of an RS latch Q and q? Or would you use different letters for them?