summaryrefslogtreecommitdiff
path: root/3769/CH27/EX27.17/Ex27_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH27/EX27.17/Ex27_17.sce')
-rw-r--r--3769/CH27/EX27.17/Ex27_17.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH27/EX27.17/Ex27_17.sce b/3769/CH27/EX27.17/Ex27_17.sce
new file mode 100644
index 000000000..90fb9e4bf
--- /dev/null
+++ b/3769/CH27/EX27.17/Ex27_17.sce
@@ -0,0 +1,13 @@
+clear
+//Given
+Ri=665.0 //ohm
+Ib=15.0 //micro A
+Ic=2 //mA
+Ro=5*10**3 //ohm
+
+//Calculation
+Bac=Ic/Ib*10**3
+Av=Bac*(Ro/Ri)
+
+//Result
+printf("\n The voltage gain is %0.0f ",Av)