summaryrefslogtreecommitdiff
path: root/3507/CH11/EX11.1/Ex11_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3507/CH11/EX11.1/Ex11_1.sce')
-rw-r--r--3507/CH11/EX11.1/Ex11_1.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3507/CH11/EX11.1/Ex11_1.sce b/3507/CH11/EX11.1/Ex11_1.sce
new file mode 100644
index 000000000..ae079f9ad
--- /dev/null
+++ b/3507/CH11/EX11.1/Ex11_1.sce
@@ -0,0 +1,15 @@
+//chapter11
+//example11.1
+//page202
+
+Rin=20 //ohm
+Rout=100d3 //ohm
+Rc=1d3 //ohm
+signal=500d-3 //V
+
+Ie=signal/Rin // A
+Ic=Ie
+Vout=Ic*Rc
+Av=Vout/signal
+
+printf("voltage amplification = %.2f \n",Av)