From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2381/CH12/EX12.4/ex_4.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 2381/CH12/EX12.4/ex_4.sce (limited to '2381/CH12/EX12.4/ex_4.sce') 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)=") -- cgit