diff options
Diffstat (limited to '2753/CH4/EX4.5/Ex4_5.sce')
-rwxr-xr-x | 2753/CH4/EX4.5/Ex4_5.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/2753/CH4/EX4.5/Ex4_5.sce b/2753/CH4/EX4.5/Ex4_5.sce new file mode 100755 index 000000000..7ab9f1353 --- /dev/null +++ b/2753/CH4/EX4.5/Ex4_5.sce @@ -0,0 +1,14 @@ +//Example 4.5: +clc; +clear; +close; +//given data : +Vcc=15;// in V +Vce=6;// in V +Rc=3*10^3;// in ohm +Beta=50; +Ic=(Vcc-Vce)/Rc; +Ib=Ic/Beta; +Rb=((Vcc/Ib)-(Beta*Rc))*10^-3; +format('v',5) +disp(Rb,"The value of resistoe,Rb(k-ohm) = ") |