diff options
Diffstat (limited to '620/CH14/EX14.9/example14_9.sce')
-rw-r--r-- | 620/CH14/EX14.9/example14_9.sce | 8 |
1 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 |