summaryrefslogtreecommitdiff
path: root/1301/CH16/EX16.10/ex16_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '1301/CH16/EX16.10/ex16_10.sce')
-rwxr-xr-x1301/CH16/EX16.10/ex16_10.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/1301/CH16/EX16.10/ex16_10.sce b/1301/CH16/EX16.10/ex16_10.sce
new file mode 100755
index 000000000..f0e6eb704
--- /dev/null
+++ b/1301/CH16/EX16.10/ex16_10.sce
@@ -0,0 +1,5 @@
+clc;
+v=5020; //velocity in ft/sec
+f=256; //frequency in Hz
+l=v/f; //calculatin lamda
+disp(l,"Wavelength in ft = "); //diplaying result \ No newline at end of file