summaryrefslogtreecommitdiff
path: root/3860/CH3/EX3.2/EX3_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3860/CH3/EX3.2/EX3_2.sce')
-rw-r--r--3860/CH3/EX3.2/EX3_2.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3860/CH3/EX3.2/EX3_2.sce b/3860/CH3/EX3.2/EX3_2.sce
new file mode 100644
index 000000000..1e46748d0
--- /dev/null
+++ b/3860/CH3/EX3.2/EX3_2.sce
@@ -0,0 +1,9 @@
+//Example 3.2: Combining minterms in four variable karnaugh map
+clc; //clears the console
+clear; //clears all existing variables
+disp(' The given function is having four input variables A , B , C and D')
+disp(' The minterms are be combined using the adjacency property')
+disp(' m13 + m9 : ABC''D + AB''C''D = AC''D')
+disp(' m3 + m11 : A''B''CD + AB''CD = B''CD')
+disp(' m0 + m2 : A''B''C''D'' + A''B''CD'' = A''B''D''')
+