summaryrefslogtreecommitdiff
path: root/3673/CH17/EX17.a.7/Example_a_17_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH17/EX17.a.7/Example_a_17_7.sce')
-rw-r--r--3673/CH17/EX17.a.7/Example_a_17_7.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3673/CH17/EX17.a.7/Example_a_17_7.sce b/3673/CH17/EX17.a.7/Example_a_17_7.sce
new file mode 100644
index 000000000..e8ee1f972
--- /dev/null
+++ b/3673/CH17/EX17.a.7/Example_a_17_7.sce
@@ -0,0 +1,11 @@
+//Example_a_17_7 page no:867
+clc;
+f=12*10^3;
+L=10*10^-3;
+C=0.32*10^-6;
+fc=1/(%pi*sqrt(L*C));
+k=sqrt(L/C);
+atten_cont=2*acosh(f/fc);
+disp(fc/1000,"the cut off frequency is (in kHz)");
+disp(k,"nominal impedance is (in ohm)");
+disp(atten_cont,"the attenuation constant is (in nepers)");