summaryrefslogtreecommitdiff
path: root/2381/CH12/EX12.4/ex_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '2381/CH12/EX12.4/ex_4.sce')
-rwxr-xr-x2381/CH12/EX12.4/ex_4.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2381/CH12/EX12.4/ex_4.sce b/2381/CH12/EX12.4/ex_4.sce
new file mode 100755
index 000000000..5a4df5fbb
--- /dev/null
+++ b/2381/CH12/EX12.4/ex_4.sce
@@ -0,0 +1,10 @@
+//Example 4//WAVELENGTH
+clc;
+clear;
+close;
+x=1/5;//
+h=60;//cm
+h1=((1-x)*h);//cm
+h2=((1+x)*h);//cm
+disp(h1,"wavelength of waves in north-direction is,(cm)=")
+disp(h2,"wavelength of waves in south-direction is,(cm)=")