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