diff options
Diffstat (limited to '911/CH5/EX5.1.b')
-rw-r--r-- | 911/CH5/EX5.1.b/ex_5_1_b.pdf | bin | 0 -> 110329 bytes | |||
-rw-r--r-- | 911/CH5/EX5.1.b/ex_5_1_b.sce | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/911/CH5/EX5.1.b/ex_5_1_b.pdf b/911/CH5/EX5.1.b/ex_5_1_b.pdf Binary files differnew file mode 100644 index 000000000..1446f8462 --- /dev/null +++ b/911/CH5/EX5.1.b/ex_5_1_b.pdf 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 |