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 --- 1664/CH1/EX1.5/Ex1_5.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 1664/CH1/EX1.5/Ex1_5.sce (limited to '1664/CH1/EX1.5') diff --git a/1664/CH1/EX1.5/Ex1_5.sce b/1664/CH1/EX1.5/Ex1_5.sce new file mode 100755 index 000000000..717d6cd6b --- /dev/null +++ b/1664/CH1/EX1.5/Ex1_5.sce @@ -0,0 +1,8 @@ + +// Example No.1.5. +// Page No.30. +clc;clear; +Y = 7.9*10^(10);//Young's modulus of quartz -[N/m^2]. +d = 2650;//Density of quartz -[kg/m^3]. +v = sqroot(Y/d);//Velocity of ultrasonic wave. +printf("\nThe velocity of the ultrasonic waves is %.2f m/s",v); -- cgit