diff options
Diffstat (limited to '620/CH29/EX29.9/example29_9.sce')
-rw-r--r-- | 620/CH29/EX29.9/example29_9.sce | 4 |
1 files changed, 4 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 |