summaryrefslogtreecommitdiff
path: root/3701/CH5/EX5.10/Ex5_10.sce
blob: ef298d14064c6639055a6d7cef4a8476061f2be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
////Given
v=6000*10**-10                                //Wavelength in m
t=10**-8                              //s
c=3*10**8

//Calculation
//
v1=v**2/(2.0*%pi*c*t)

//Result
printf("\n width of a line  %0.15f m",v1)