summaryrefslogtreecommitdiff
path: root/3020/CH5/EX5.5
diff options
context:
space:
mode:
Diffstat (limited to '3020/CH5/EX5.5')
-rwxr-xr-x3020/CH5/EX5.5/ex5_5.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3020/CH5/EX5.5/ex5_5.sce b/3020/CH5/EX5.5/ex5_5.sce
new file mode 100755
index 000000000..1f8e17e32
--- /dev/null
+++ b/3020/CH5/EX5.5/ex5_5.sce
@@ -0,0 +1,6 @@
+clc;
+clear all;
+u = 5000; // Velocity of sound in steel in meters per second
+f = 50e3; // Difference between two adjacent frequency in Hertz
+d = u/(2*f);//Thickness of plate
+disp('m',d,'Thickness of plate is')