summaryrefslogtreecommitdiff
path: root/3630/CH17/EX17.12
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH17/EX17.12')
-rw-r--r--3630/CH17/EX17.12/Ex17_12.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3630/CH17/EX17.12/Ex17_12.sce b/3630/CH17/EX17.12/Ex17_12.sce
new file mode 100644
index 000000000..6a6865426
--- /dev/null
+++ b/3630/CH17/EX17.12/Ex17_12.sce
@@ -0,0 +1,7 @@
+clc;
+L=0.001;
+C=0.0000000001;
+f0=1/(2*3.14*(L*C)^0.5);
+disp('Hz',floor(f0/1000),"f0=");//The answers vary due to round off error
+
+