summaryrefslogtreecommitdiff
path: root/1382/CH5/EX5.5/EX_5_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '1382/CH5/EX5.5/EX_5_5.sce')
-rwxr-xr-x1382/CH5/EX5.5/EX_5_5.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1382/CH5/EX5.5/EX_5_5.sce b/1382/CH5/EX5.5/EX_5_5.sce
new file mode 100755
index 000000000..eeb2bb34b
--- /dev/null
+++ b/1382/CH5/EX5.5/EX_5_5.sce
@@ -0,0 +1,7 @@
+// Example 5.5:maximum voltage gain
+clc;
+clear;
+close;
+Avl=100;//voltage gain
+Avm=Avl/0.708;//MID VOLTAGE GAIN
+disp(Avm,"maximum voltage gain is")