diff options
Diffstat (limited to '462/CH1/EX1.11.b/ex_1_11_b.sce')
-rwxr-xr-x | 462/CH1/EX1.11.b/ex_1_11_b.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/462/CH1/EX1.11.b/ex_1_11_b.sce b/462/CH1/EX1.11.b/ex_1_11_b.sce new file mode 100755 index 000000000..b316169b9 --- /dev/null +++ b/462/CH1/EX1.11.b/ex_1_11_b.sce @@ -0,0 +1,7 @@ +//example 1.11(b)//
+clc
+//clears the screen//
+clear
+//clears already existing variables//
+disp('If we connect one input of EX-OR gate to 1 permanently, we observe that Y=A*1''+A''*1')
+disp('thus, Y=A''')
\ No newline at end of file |