diff options
Diffstat (limited to '3651/CH3/EX3.8')
-rw-r--r-- | 3651/CH3/EX3.8/8.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3651/CH3/EX3.8/8.sce b/3651/CH3/EX3.8/8.sce new file mode 100644 index 000000000..a9c37369e --- /dev/null +++ b/3651/CH3/EX3.8/8.sce @@ -0,0 +1,8 @@ +//Variable declaration
+V=10000
+
+//Calculation
+lamda=12.26/sqrt(V)
+
+//Result
+printf('Wavelength =%0.3f Angstorm' ,lamda)
\ No newline at end of file |