summaryrefslogtreecommitdiff
path: root/995/CH7/EX7.7/Ex7_7.sce
blob: a82a58a88b0b8ed13bdb81a9c51f6ce51f4886c9 (plain)
1
2
3
4
5
6
7
8
9
//Ex:7.7
clc;
clear;
close;
b=200;
h_ie=1.5*10^3;//in ohms
h_fe=150;
R_l=b*h_ie/h_fe;
printf("Load resistance = %d ohms",R_l);