summaryrefslogtreecommitdiff
path: root/1301/CH16/EX16.9
diff options
context:
space:
mode:
Diffstat (limited to '1301/CH16/EX16.9')
-rwxr-xr-x1301/CH16/EX16.9/ex16_9.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/1301/CH16/EX16.9/ex16_9.sce b/1301/CH16/EX16.9/ex16_9.sce
new file mode 100755
index 000000000..f7fb29439
--- /dev/null
+++ b/1301/CH16/EX16.9/ex16_9.sce
@@ -0,0 +1,5 @@
+clc;
+l=10^-4; //lambda in m
+v=0.25; //velocity in m/sec
+f=v/l; //calculating frequency
+disp(f,"Frequency in Hz = "); //diplaying result \ No newline at end of file