Anyone in here know how to do circuits/boolean expressions?

Status
Not open for further replies.

Ames1050

Beta member
Messages
1
with p,q, r and 1=true and 0=false?

V- or
/\- and

If so, do you know if there's a way for me to simplify this part:
[(p /\ q) /\ p]

and/or this entire expression:

[~(q V r) /\ p] /\ [(p /\ q) /\ p]

I've been trying to find a way to do it for nearly an hour...and I know that it is possible to not simplify it, but then the logic circuit looks funny.

Now I'm not asking you guys to do my homework or anything, any sort of hint or suggestion will do. I've already done the hard part (where I'm designing two circuits to work a three way highway) and I have everything done with the exception of this.

I'm hoping that we have some computer science and/or electrical enginners in here...or anyone who has taken a higher level philosophy class. If not, I really don't know who else to ask.
 
Status
Not open for further replies.
Back
Top Bottom