summaryrefslogtreecommitdiff
path: root/2534/CH6/EX6.13/Ex6_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '2534/CH6/EX6.13/Ex6_13.sce')
-rwxr-xr-x2534/CH6/EX6.13/Ex6_13.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/2534/CH6/EX6.13/Ex6_13.sce b/2534/CH6/EX6.13/Ex6_13.sce
new file mode 100755
index 000000000..41d26317d
--- /dev/null
+++ b/2534/CH6/EX6.13/Ex6_13.sce
@@ -0,0 +1,8 @@
+//Ex6_13
+clc
+ic = 4*10^-3
+ib = 80*10^-6
+disp("ib = "+string(ib)+"A")//base current
+disp("ic = "+string(ic)+"A")//collector current
+Ai = ic/ib
+disp("Ai = ic/ib = "+string(Ai))//current gain in CE amplifier