diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /462/CH3/EX3.5.b | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '462/CH3/EX3.5.b')
-rwxr-xr-x | 462/CH3/EX3.5.b/ex_3_5_b.pdf | bin | 0 -> 88401 bytes | |||
-rwxr-xr-x | 462/CH3/EX3.5.b/ex_3_5_b.sce | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/462/CH3/EX3.5.b/ex_3_5_b.pdf b/462/CH3/EX3.5.b/ex_3_5_b.pdf Binary files differnew file mode 100755 index 000000000..d11ad2d11 --- /dev/null +++ b/462/CH3/EX3.5.b/ex_3_5_b.pdf diff --git a/462/CH3/EX3.5.b/ex_3_5_b.sce b/462/CH3/EX3.5.b/ex_3_5_b.sce new file mode 100755 index 000000000..6f05330ac --- /dev/null +++ b/462/CH3/EX3.5.b/ex_3_5_b.sce @@ -0,0 +1,7 @@ +//example 3.5(b)//
+clc
+//clears the window//
+clear
+//clears already existing variables//
+disp('when V(i)=5V, the transistor is operating at point M and V(o)=0')
+disp('this corresponds to ON stage!')
\ No newline at end of file |