summaryrefslogtreecommitdiff
path: root/3636/CH14/EX14.4/Ex14_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3636/CH14/EX14.4/Ex14_4.sce')
-rw-r--r--3636/CH14/EX14.4/Ex14_4.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3636/CH14/EX14.4/Ex14_4.sce b/3636/CH14/EX14.4/Ex14_4.sce
new file mode 100644
index 000000000..8ca483a78
--- /dev/null
+++ b/3636/CH14/EX14.4/Ex14_4.sce
@@ -0,0 +1,9 @@
+clear;
+clc;
+Iz_min=1492.5*10^-3 //Zener diode current in Ampere
+Vz=25 //Zener diode voltage in Volt
+
+//Calculation
+Pmin=Vz*Iz_min
+
+mprintf("Minimum Power Rating p= %2.1f W",Pmin)