diff options
Diffstat (limited to '3769/CH27/EX27.13/Ex27_13.sce')
-rw-r--r-- | 3769/CH27/EX27.13/Ex27_13.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH27/EX27.13/Ex27_13.sce b/3769/CH27/EX27.13/Ex27_13.sce new file mode 100644 index 000000000..4d9506a09 --- /dev/null +++ b/3769/CH27/EX27.13/Ex27_13.sce @@ -0,0 +1,10 @@ +clear +//Given +B=45.0 +Ic=1 //V + +//Calculation +Ib=Ic/B + +//Result +printf("\n The base current for common emitter connection is %0.3f mA",Ib) |