diff options
Diffstat (limited to '911/CH3/EX3.3/ex_3_3.sce')
-rw-r--r-- | 911/CH3/EX3.3/ex_3_3.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/911/CH3/EX3.3/ex_3_3.sce b/911/CH3/EX3.3/ex_3_3.sce new file mode 100644 index 000000000..93b09102a --- /dev/null +++ b/911/CH3/EX3.3/ex_3_3.sce @@ -0,0 +1,7 @@ +//example 3.3//
+clc
+//refreshes all variables//
+clear
+//clears the screen//
+disp('in the figure output of first gate is AB and output of second gate is CD output from the third gate is multiplication of output of earlier two gates which come out to be ABCD where A B C and D are inputs to the system')
+//result//
\ No newline at end of file |