summaryrefslogtreecommitdiff
path: root/2702/CH6/EX6.7/Ex_6_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '2702/CH6/EX6.7/Ex_6_7.sce')
-rw-r--r--2702/CH6/EX6.7/Ex_6_7.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2702/CH6/EX6.7/Ex_6_7.sce b/2702/CH6/EX6.7/Ex_6_7.sce
new file mode 100644
index 000000000..9168ff267
--- /dev/null
+++ b/2702/CH6/EX6.7/Ex_6_7.sce
@@ -0,0 +1,12 @@
+// Exa 6.7
+clc;
+clear;
+close;
+// Given data
+L= 0.01;// in H
+C= 10;// in pF
+C= C*10^-12;// in F
+f= 1/(2*%pi*sqrt(L*C));// in Hz
+disp(f*10^-3,"Frequency of oscillations in kHz is : ")
+
+// Note: Calculation to find the value of f in the book is wrong, so answer in the book is wrong