summaryrefslogtreecommitdiff
path: root/1301/CH16/EX16.17/ex16_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '1301/CH16/EX16.17/ex16_17.sce')
-rwxr-xr-x1301/CH16/EX16.17/ex16_17.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/1301/CH16/EX16.17/ex16_17.sce b/1301/CH16/EX16.17/ex16_17.sce
new file mode 100755
index 000000000..af86bacc2
--- /dev/null
+++ b/1301/CH16/EX16.17/ex16_17.sce
@@ -0,0 +1,6 @@
+clc;
+v=343; //velocity in m/sec
+fs=800; //original frquency
+f1=750; //percieved frquency
+vs=v*(1-(fs/f1)); //calculating velocity
+disp(vs,"Trains velocity in m/sec = "); //diplaying result \ No newline at end of file