summaryrefslogtreecommitdiff
path: root/1664/CH1/EX1.5/Ex1_5.sce
blob: 717d6cd6b39c2ac842869ef2d644ca94778265c0 (plain)
1
2
3
4
5
6
7
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);