summaryrefslogtreecommitdiff
path: root/911/CH5/EX5.2/ex_5_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '911/CH5/EX5.2/ex_5_2.sce')
-rw-r--r--911/CH5/EX5.2/ex_5_2.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/911/CH5/EX5.2/ex_5_2.sce b/911/CH5/EX5.2/ex_5_2.sce
new file mode 100644
index 000000000..86720ee37
--- /dev/null
+++ b/911/CH5/EX5.2/ex_5_2.sce
@@ -0,0 +1,9 @@
+// example 5.2//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+disp("we can SIMPLIFY the given equation as : ");
+disp('LET X= (A.B+C.D) and Y = (A.B +C.D).[(A''+B'')+(C''+ D'')]' );
+disp(' Therefore, Y = X.X'' = 0' );
+disp('this says that output Y equals to 0' ); \ No newline at end of file