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