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