简体   繁体   中英

Boolean Logic disjunction normal form and Simplified DNF

So I've taken the expression

(¬P∧¬Q∧R∧S)V(¬P∧¬Q∧R∧S)V(¬P∧¬Q∧R∧S)

all the way down to

(P¬∧Q∧R∧¬S)V(R∧S∧¬P)

This is right when I input it into MATLAB unless 2 cancel each other out. What is the simplest way to make this happen. I'm so confused.

I feel this :

(¬P∧¬Q∧R∧S)V(¬P∧¬Q∧R∧S)V(¬P∧¬Q∧R∧S)

when simplified becomes this :

(¬P∧¬Q∧R∧S)

but not this :

(P¬∧Q∧R∧¬S)V(R∧S∧¬P)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM