summaryrefslogtreecommitdiff
path: root/620/CH14/EX14.9
diff options
context:
space:
mode:
Diffstat (limited to '620/CH14/EX14.9')
-rw-r--r--620/CH14/EX14.9/example14_9.sce8
-rw-r--r--620/CH14/EX14.9/example14_9.txtbin0 -> 288 bytes
2 files changed, 8 insertions, 0 deletions
diff --git a/620/CH14/EX14.9/example14_9.sce b/620/CH14/EX14.9/example14_9.sce
new file mode 100644
index 000000000..646de6a37
--- /dev/null
+++ b/620/CH14/EX14.9/example14_9.sce
@@ -0,0 +1,8 @@
+disp("Part a");
+f=60;
+t=1/f;
+disp("the period (in ms) is"); disp(t*1000);
+disp("Part b");
+t1=10^(-3);
+f1=1/t1;
+disp("the frequency (in kHz) of the waveform is"); disp(f1/1000); \ No newline at end of file
diff --git a/620/CH14/EX14.9/example14_9.txt b/620/CH14/EX14.9/example14_9.txt
new file mode 100644
index 000000000..506d6f135
--- /dev/null
+++ b/620/CH14/EX14.9/example14_9.txt
Binary files differ