summaryrefslogtreecommitdiff
path: root/3860/CH2/EX2.18/Ex2_18.sce
diff options
context:
space:
mode:
Diffstat (limited to '3860/CH2/EX2.18/Ex2_18.sce')
-rw-r--r--3860/CH2/EX2.18/Ex2_18.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/3860/CH2/EX2.18/Ex2_18.sce b/3860/CH2/EX2.18/Ex2_18.sce
new file mode 100644
index 000000000..f26b41e4e
--- /dev/null
+++ b/3860/CH2/EX2.18/Ex2_18.sce
@@ -0,0 +1,5 @@
+//Example 2.18: Reduce expression using Boolean laws
+clc // Clears the console
+disp('(a + b'' + c)(a + c'')(a'' + b''+ c)( a + c + d)')
+disp('=(b'' + c)(a + c'')( a + d'')')
+//the reduced expression is displayed.