summaryrefslogtreecommitdiff
path: root/620/CH27/EX27.2
diff options
context:
space:
mode:
Diffstat (limited to '620/CH27/EX27.2')
-rw-r--r--620/CH27/EX27.2/example27_2.sce5
-rw-r--r--620/CH27/EX27.2/example27_2.txt3
2 files changed, 8 insertions, 0 deletions
diff --git a/620/CH27/EX27.2/example27_2.sce b/620/CH27/EX27.2/example27_2.sce
new file mode 100644
index 000000000..355759b35
--- /dev/null
+++ b/620/CH27/EX27.2/example27_2.sce
@@ -0,0 +1,5 @@
+r=10;
+l=200*10^(-6);
+c=50*10^(-12);
+f=1/(2*%pi*sqrt(l*c));
+disp("the resonant frequency (in MHz) is"); disp(f*10^6); \ No newline at end of file
diff --git a/620/CH27/EX27.2/example27_2.txt b/620/CH27/EX27.2/example27_2.txt
new file mode 100644
index 000000000..e66cd297b
--- /dev/null
+++ b/620/CH27/EX27.2/example27_2.txt
@@ -0,0 +1,3 @@
+the resonant frequency (in MHz) is
+
+ 1.592D+12 \ No newline at end of file