summaryrefslogtreecommitdiff
path: root/3673/CH8/EX8.5
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH8/EX8.5')
-rw-r--r--3673/CH8/EX8.5/Ex8_5.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3673/CH8/EX8.5/Ex8_5.sce b/3673/CH8/EX8.5/Ex8_5.sce
new file mode 100644
index 000000000..c20370ea9
--- /dev/null
+++ b/3673/CH8/EX8.5/Ex8_5.sce
@@ -0,0 +1,9 @@
+//Example 8_5 page no:306
+clc;
+R=10;//resistance in ohm
+L=0.1;//inducatance in henry
+C=10*10^-6;//capacitance in farad
+fr=1/(2*%pi*(sqrt(L*C)));
+BW=R/(2*%pi*L);
+Q=fr/BW;
+disp(Q,"the quality factor of a coil for the series circuit is");