diff options
Diffstat (limited to '1514/CH2/EX2.2/ch2_2_2.sce')
-rwxr-xr-x | 1514/CH2/EX2.2/ch2_2_2.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1514/CH2/EX2.2/ch2_2_2.sce b/1514/CH2/EX2.2/ch2_2_2.sce new file mode 100755 index 000000000..028499fc1 --- /dev/null +++ b/1514/CH2/EX2.2/ch2_2_2.sce @@ -0,0 +1,13 @@ +//chapter 2
+//example 2.2
+//page 34
+clear;
+clc ;
+//given
+If=30;//forward current through diode in mA
+Es=5;//supply voltage in volts
+Ef=5;//when If=0 from equation Ef=Es-If*Rl
+deltaEf=2;// from load line
+deltaIf=0.015;//in ampere
+Rl=deltaEf/deltaIf;//load resistance in ohm
+printf('load resistance is %d ohm',Rl)
|