summaryrefslogtreecommitdiff
path: root/2459/CH16/EX16.12/Ex16_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH16/EX16.12/Ex16_12.sce')
-rw-r--r--2459/CH16/EX16.12/Ex16_12.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2459/CH16/EX16.12/Ex16_12.sce b/2459/CH16/EX16.12/Ex16_12.sce
new file mode 100644
index 000000000..4aa2137ef
--- /dev/null
+++ b/2459/CH16/EX16.12/Ex16_12.sce
@@ -0,0 +1,10 @@
+//chapter16
+//example16.12
+//page353
+
+Ai=200
+mi=0.012
+
+Aif=Ai/(1+mi*Ai)
+
+printf("effective current gain of amplifier = %.3f \n",Aif)