diff options
author | prashantsinalkar | 2017-10-10 12:27:19 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-10-10 12:27:19 +0530 |
commit | 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch) | |
tree | dbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /2459/CH9/EX9.26 | |
parent | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff) | |
download | Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2 Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip |
initial commit / add all books
Diffstat (limited to '2459/CH9/EX9.26')
-rw-r--r-- | 2459/CH9/EX9.26/Ex9_26.PNG | bin | 0 -> 4860 bytes | |||
-rw-r--r-- | 2459/CH9/EX9.26/Ex9_26.sce | 17 | ||||
-rw-r--r-- | 2459/CH9/EX9.26/Figure9_26.JPG | bin | 0 -> 24621 bytes |
3 files changed, 17 insertions, 0 deletions
diff --git a/2459/CH9/EX9.26/Ex9_26.PNG b/2459/CH9/EX9.26/Ex9_26.PNG Binary files differnew file mode 100644 index 000000000..a9128fd14 --- /dev/null +++ b/2459/CH9/EX9.26/Ex9_26.PNG diff --git a/2459/CH9/EX9.26/Ex9_26.sce b/2459/CH9/EX9.26/Ex9_26.sce new file mode 100644 index 000000000..2c56fe3c9 --- /dev/null +++ b/2459/CH9/EX9.26/Ex9_26.sce @@ -0,0 +1,17 @@ +//chapter9
+//example9.26
+//page173
+
+Ei=45 // V
+Vz1=10 // V
+Vz2=10 // V
+Vz3=10 // V
+Iz=1000d-3 // current rating for each zener in ampere
+
+Eo=Vz1+Vz2+Vz3
+
+R=(Ei-Eo)/Iz
+
+printf("required series resistance = %.3f ohm \n",R)
+
+// since zener diode is not available in xcos, simple diodes are used to represent zener diode in the circuit made in xcos
diff --git a/2459/CH9/EX9.26/Figure9_26.JPG b/2459/CH9/EX9.26/Figure9_26.JPG Binary files differnew file mode 100644 index 000000000..c7d9a0b86 --- /dev/null +++ b/2459/CH9/EX9.26/Figure9_26.JPG |