diff options
Diffstat (limited to '3020/CH5/EX5.5/ex5_5.sce')
-rwxr-xr-x | 3020/CH5/EX5.5/ex5_5.sce | 6 |
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')
|