summaryrefslogtreecommitdiff
path: root/929/CH6/EX6.1.a/Example6_1_a.sce
diff options
context:
space:
mode:
Diffstat (limited to '929/CH6/EX6.1.a/Example6_1_a.sce')
-rwxr-xr-x929/CH6/EX6.1.a/Example6_1_a.sce19
1 files changed, 19 insertions, 0 deletions
diff --git a/929/CH6/EX6.1.a/Example6_1_a.sce b/929/CH6/EX6.1.a/Example6_1_a.sce
new file mode 100755
index 000000000..b54089aca
--- /dev/null
+++ b/929/CH6/EX6.1.a/Example6_1_a.sce
@@ -0,0 +1,19 @@
+//Example 6.1(a)
+
+clear;
+
+clc;
+
+R1=2*10^3;
+
+R2=18*10^3;
+
+b=0.1;
+
+fb=100*10^3;
+
+emmax=0.01;
+
+fmax=((((1/(1-emmax))^2)-1)*(fb^2))^(1/2);
+
+printf("f<=%.1f kHz",fmax*10^(-3)); \ No newline at end of file