summaryrefslogtreecommitdiff
path: root/3487/CH7/EX7.7/Ex7_7.sce
blob: e6d5856511cfbc7a1e9434b99ecdf53cd8d51c96 (plain)
1
2
3
4
5
6
//Chapter 7,Example 7.7 Page 213
clc
clear
//Based on equation 7.3, 7.5 and 7.7
v = 1/sqrt((4/36)*10^-9*10^-7) 
printf (" v = %e meters/sec ",v)