summaryrefslogtreecommitdiff
path: root/620/CH29/EX29.9
diff options
context:
space:
mode:
Diffstat (limited to '620/CH29/EX29.9')
-rw-r--r--620/CH29/EX29.9/example29_9.sce4
-rw-r--r--620/CH29/EX29.9/example29_9.txt4
2 files changed, 8 insertions, 0 deletions
diff --git a/620/CH29/EX29.9/example29_9.sce b/620/CH29/EX29.9/example29_9.sce
new file mode 100644
index 000000000..078b4eeb2
--- /dev/null
+++ b/620/CH29/EX29.9/example29_9.sce
@@ -0,0 +1,4 @@
+r=10*10^3;
+c=200*10^(-12);
+f=1/(2*%pi*r*c);
+disp("the frequency of oscillation (in kHz) is"); disp(f*10^(-3)); \ No newline at end of file
diff --git a/620/CH29/EX29.9/example29_9.txt b/620/CH29/EX29.9/example29_9.txt
new file mode 100644
index 000000000..bbe605d48
--- /dev/null
+++ b/620/CH29/EX29.9/example29_9.txt
@@ -0,0 +1,4 @@
+
+ the frequency of oscillation (in kHz) is
+
+ 79.577472 \ No newline at end of file