summaryrefslogtreecommitdiff
path: root/911/CH5/EX5.4/ex_5_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '911/CH5/EX5.4/ex_5_4.sce')
-rw-r--r--911/CH5/EX5.4/ex_5_4.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/911/CH5/EX5.4/ex_5_4.sce b/911/CH5/EX5.4/ex_5_4.sce
new file mode 100644
index 000000000..c21e3e5f7
--- /dev/null
+++ b/911/CH5/EX5.4/ex_5_4.sce
@@ -0,0 +1,10 @@
+// example 5.4//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+disp("we can SIMPLIFY the given equation as : ");
+disp('LET X= ABCD+ ABC''D''+ABCD''+ABC''D+ABCDE+ABC''D''E''+ABC''DE' );
+disp('It can further be simplified to: X= ABCD+ ABC''D''+ABCD''+ABC''D')
+disp(' Therefore, Y = AB' )
+disp('this says that output Y equals to AB' ); \ No newline at end of file