summaryrefslogtreecommitdiff
path: root/3507/CH10/EX10.5/Ex10_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3507/CH10/EX10.5/Ex10_5.sce')
-rw-r--r--3507/CH10/EX10.5/Ex10_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3507/CH10/EX10.5/Ex10_5.sce b/3507/CH10/EX10.5/Ex10_5.sce
new file mode 100644
index 000000000..579e93bcd
--- /dev/null
+++ b/3507/CH10/EX10.5/Ex10_5.sce
@@ -0,0 +1,10 @@
+//chapter10
+//example10.5
+//page192
+
+L=1d-3 // H
+C=100d-12 // F
+
+fr=1/(2*%pi*(L*C)^0.5)
+
+printf("resonant frequency = %.3f Hz or %.3f kHz",fr,fr/1000)