summaryrefslogtreecommitdiff
path: root/2459/CH9/EX9.22/Ex9_22.sce
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH9/EX9.22/Ex9_22.sce')
-rw-r--r--2459/CH9/EX9.22/Ex9_22.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/2459/CH9/EX9.22/Ex9_22.sce b/2459/CH9/EX9.22/Ex9_22.sce
new file mode 100644
index 000000000..7562ad518
--- /dev/null
+++ b/2459/CH9/EX9.22/Ex9_22.sce
@@ -0,0 +1,18 @@
+//chapter9
+//example9.22
+//page172
+
+Ei=12 // V
+Vz=7.2 // V
+Eo=Vz
+Iz_min=10d-3 // A
+Il_max=100d-3 // A
+
+// we see that R=(Ei-Eo)/(Iz-Il) and minimum Iz occurs when Il is maximum so
+R=(Ei-Eo)/(Iz_min+Il_max)
+
+printf("required series resistance = %.3f ohm \n",R)
+
+// on inserting this series resistance the output voltage will remain constant at 7.2 V
+
+// the accurate answer is 43.636 ohm but in book it is given as 43.5 ohm