summaryrefslogtreecommitdiff
path: root/3673/CH8/EX8.6/Ex8_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH8/EX8.6/Ex8_6.sce')
-rw-r--r--3673/CH8/EX8.6/Ex8_6.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3673/CH8/EX8.6/Ex8_6.sce b/3673/CH8/EX8.6/Ex8_6.sce
new file mode 100644
index 000000000..39e3df478
--- /dev/null
+++ b/3673/CH8/EX8.6/Ex8_6.sce
@@ -0,0 +1,9 @@
+//Example 8_6 page no:308
+clc;
+R=100;
+L=5;
+C=100*10^-6;
+fr=1/(2*%pi*sqrt(L*C));
+Q=2*%pi*7.12*5/100;
+BW=fr/Q;
+disp(BW,"bandwidth of the circuit is (in Hz)");