summaryrefslogtreecommitdiff
path: root/3281/CH1/EX1.17
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /3281/CH1/EX1.17
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '3281/CH1/EX1.17')
-rwxr-xr-x3281/CH1/EX1.17/ex1_17.jpgbin0 -> 10137 bytes
-rwxr-xr-x3281/CH1/EX1.17/ex1_17.sce15
2 files changed, 15 insertions, 0 deletions
diff --git a/3281/CH1/EX1.17/ex1_17.jpg b/3281/CH1/EX1.17/ex1_17.jpg
new file mode 100755
index 000000000..19ebd75e1
--- /dev/null
+++ b/3281/CH1/EX1.17/ex1_17.jpg
Binary files differ
diff --git a/3281/CH1/EX1.17/ex1_17.sce b/3281/CH1/EX1.17/ex1_17.sce
new file mode 100755
index 000000000..410f16070
--- /dev/null
+++ b/3281/CH1/EX1.17/ex1_17.sce
@@ -0,0 +1,15 @@
+//Page Number: 42
+//Example 1.17
+clc;
+//Given
+c=3D+8; //m/s
+f=10D+9;//hz
+er=6;
+tandel=2D-4;
+
+vp=c/er;//m/sec
+disp('m/sec',vp,'Phase velocity:');
+al=(%pi*f*tandel)/vp;//Np/m
+disp('Np/m',al,'Attenuation constant:');
+
+//Answer for velocity is calculated wrong in book, hence answers dont match for both