summaryrefslogtreecommitdiff
path: root/3754/CH13/EX13.1/13_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3754/CH13/EX13.1/13_1.sce')
-rw-r--r--3754/CH13/EX13.1/13_1.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3754/CH13/EX13.1/13_1.sce b/3754/CH13/EX13.1/13_1.sce
new file mode 100644
index 000000000..caa72639d
--- /dev/null
+++ b/3754/CH13/EX13.1/13_1.sce
@@ -0,0 +1,14 @@
+clear//
+
+//Variables
+
+PZM = 500 //Power rating of zener diode (in milli-watt)
+VZ = 6.8 //Zener voltage rating (in volts)
+
+//Calculation
+
+IZM = PZM / VZ //Maximum value of zener current (in milli-Ampere)
+
+//Result
+
+printf("\n THe value of IZM for the device is %0.1f mA.",IZM)