summaryrefslogtreecommitdiff
path: root/3507/CH5/EX5.1/Ex5_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3507/CH5/EX5.1/Ex5_1.sce')
-rw-r--r--3507/CH5/EX5.1/Ex5_1.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3507/CH5/EX5.1/Ex5_1.sce b/3507/CH5/EX5.1/Ex5_1.sce
new file mode 100644
index 000000000..d04943f60
--- /dev/null
+++ b/3507/CH5/EX5.1/Ex5_1.sce
@@ -0,0 +1,11 @@
+//chspter5
+//example5.1
+//page85
+
+mu=20
+rp=10 // kilo ohm
+Rl=15 // kilo ohm
+
+Av=mu*Rl/(rp+Rl)
+
+printf("voltage gain = %.3f",Av)