summaryrefslogtreecommitdiff
path: root/3827/CH3/EX3.2/Ex3_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3827/CH3/EX3.2/Ex3_2.sce')
-rw-r--r--3827/CH3/EX3.2/Ex3_2.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3827/CH3/EX3.2/Ex3_2.sce b/3827/CH3/EX3.2/Ex3_2.sce
new file mode 100644
index 000000000..9d533fc16
--- /dev/null
+++ b/3827/CH3/EX3.2/Ex3_2.sce
@@ -0,0 +1,15 @@
+//EX3_2:Convert to POS
+//AC + A'BD' A'BE + A'C'DE
+
+//clears the screen
+clc
+
+//clears already existing variables
+clear
+
+disp('AC + A''BD'' + A''BE'' + A''C''DE')
+disp('= AC + A''(BD'' + BE + C''DE)')
+disp('= (A + BD'' + BE + C''DE)(A'' + C)')
+disp('= [A + C''DE + B(D'' + E))](A'' + C)')
+disp('(A + B + C''DE)(A + C''DE + D'' + E)(A'' + C)')
+disp('(A + B + C'')(A + B + D)(A + B + E)(A + D'' + E)(A'' + C)')