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