summaryrefslogtreecommitdiff
path: root/911/CH5/EX5.7/ex_5_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '911/CH5/EX5.7/ex_5_7.sce')
-rw-r--r--911/CH5/EX5.7/ex_5_7.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/911/CH5/EX5.7/ex_5_7.sce b/911/CH5/EX5.7/ex_5_7.sce
new file mode 100644
index 000000000..5ceea274e
--- /dev/null
+++ b/911/CH5/EX5.7/ex_5_7.sce
@@ -0,0 +1,9 @@
+// example 5.7//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+disp("we can SIMPLIFY the given equation as : ");
+disp('A''B+AB''=((A''B)''''+(AB'')'''')[INVOLUTION LAW]' );
+disp(' ={(A''B)''.(AB'')''}''[DEMORGAN'' LAW]')
+disp('[{B(AB)''}''{A(AB)''}'']''') \ No newline at end of file