summaryrefslogtreecommitdiff
path: root/3507/CH17/EX17.1/Ex17_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3507/CH17/EX17.1/Ex17_1.sce')
-rw-r--r--3507/CH17/EX17.1/Ex17_1.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3507/CH17/EX17.1/Ex17_1.sce b/3507/CH17/EX17.1/Ex17_1.sce
new file mode 100644
index 000000000..2c61fd4e3
--- /dev/null
+++ b/3507/CH17/EX17.1/Ex17_1.sce
@@ -0,0 +1,11 @@
+//chapter17
+//example17.1
+//page375
+
+L1=58.6d-6 // H
+C1=300d-12 // F
+
+f=1/(2*%pi*(L1*C1)^0.5)
+printf("frequency of oscillations = %.3f Hz or %.3f kHz",f,f/1000)
+
+// in book the answer is 1199 kHz but the accurate answer is 1200.358 kHz