diff options
Diffstat (limited to '3673/CH4/EX4.2/Ex4_2.sce')
-rw-r--r-- | 3673/CH4/EX4.2/Ex4_2.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3673/CH4/EX4.2/Ex4_2.sce b/3673/CH4/EX4.2/Ex4_2.sce new file mode 100644 index 000000000..804d03d27 --- /dev/null +++ b/3673/CH4/EX4.2/Ex4_2.sce @@ -0,0 +1,5 @@ +//Example 4_2 page no:166
+clc
+T=20*10^-3;//time in millisecond
+f=1/T;
+disp(f,"frequency (in Hz)")
|