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