diff options
Diffstat (limited to '3860/CH3/EX3.2/Ex3_2.txt')
-rw-r--r-- | 3860/CH3/EX3.2/Ex3_2.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3860/CH3/EX3.2/Ex3_2.txt b/3860/CH3/EX3.2/Ex3_2.txt new file mode 100644 index 000000000..8073ebef5 --- /dev/null +++ b/3860/CH3/EX3.2/Ex3_2.txt @@ -0,0 +1,10 @@ +
+ The given function is having four input variables A , B , C and D
+
+ The minterms are be combined using the adjacency property
+
+ m13 + m9 : ABC'D + AB'C'D = AC'D
+
+ m3 + m11 : A'B'CD + AB'CD = B'CD
+
+ m0 + m2 : A'B'C'D' + A'B'CD' = A'B'D'
|