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