diff options
Diffstat (limited to '3701/CH5/EX5.10')
-rw-r--r-- | 3701/CH5/EX5.10/Ex5_10.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3701/CH5/EX5.10/Ex5_10.sce b/3701/CH5/EX5.10/Ex5_10.sce new file mode 100644 index 000000000..ef298d140 --- /dev/null +++ b/3701/CH5/EX5.10/Ex5_10.sce @@ -0,0 +1,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)
|