From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 911/CH3/EX3.3/ex_3_3.pdf | Bin 0 -> 108020 bytes 911/CH3/EX3.3/ex_3_3.sce | 7 +++++++ 911/CH3/EX3.3/ex_3_3.xcos | 1 + 3 files changed, 8 insertions(+) create mode 100644 911/CH3/EX3.3/ex_3_3.pdf create mode 100644 911/CH3/EX3.3/ex_3_3.sce create mode 100644 911/CH3/EX3.3/ex_3_3.xcos (limited to '911/CH3/EX3.3') diff --git a/911/CH3/EX3.3/ex_3_3.pdf b/911/CH3/EX3.3/ex_3_3.pdf new file mode 100644 index 000000000..f6b9962ef Binary files /dev/null and b/911/CH3/EX3.3/ex_3_3.pdf differ 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 diff --git a/911/CH3/EX3.3/ex_3_3.xcos b/911/CH3/EX3.3/ex_3_3.xcos new file mode 100644 index 000000000..5e87aa63e --- /dev/null +++ b/911/CH3/EX3.3/ex_3_3.xcos @@ -0,0 +1 @@ + \ No newline at end of file -- cgit