summaryrefslogtreecommitdiff
path: root/3769/CH27/EX27.10/Ex27_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH27/EX27.10/Ex27_10.sce')
-rw-r--r--3769/CH27/EX27.10/Ex27_10.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH27/EX27.10/Ex27_10.sce b/3769/CH27/EX27.10/Ex27_10.sce
new file mode 100644
index 000000000..68b7dfcf3
--- /dev/null
+++ b/3769/CH27/EX27.10/Ex27_10.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+A=0.9
+Ie=1 //mA
+
+//Calculation
+Ic=A*Ie
+Ib=Ie-Ic
+
+//Result
+printf("\n Base current is %0.3f mA",Ib)