summaryrefslogtreecommitdiff
path: root/3673/CH8/EX8.8/Ex8_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH8/EX8.8/Ex8_8.sce')
-rw-r--r--3673/CH8/EX8.8/Ex8_8.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3673/CH8/EX8.8/Ex8_8.sce b/3673/CH8/EX8.8/Ex8_8.sce
new file mode 100644
index 000000000..362e6d0ef
--- /dev/null
+++ b/3673/CH8/EX8.8/Ex8_8.sce
@@ -0,0 +1,7 @@
+//Example 8_8 page no:311
+clc;
+R=10;
+L=0.1;
+C=10*10^-6;
+fr=(1/(2*%pi))*(sqrt((1/(L*C))-((R^2)/(L^2))));
+disp(fr,"the resonant frequency is (in Hz)");