diff options
Diffstat (limited to '995/CH7/EX7.7/Ex7_7.sce')
-rwxr-xr-x | 995/CH7/EX7.7/Ex7_7.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/995/CH7/EX7.7/Ex7_7.sce b/995/CH7/EX7.7/Ex7_7.sce new file mode 100755 index 000000000..a82a58a88 --- /dev/null +++ b/995/CH7/EX7.7/Ex7_7.sce @@ -0,0 +1,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);
|