From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1514/CH2/EX2.2/ch2_2_2.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 1514/CH2/EX2.2/ch2_2_2.sce (limited to '1514/CH2/EX2.2') 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) -- cgit