summaryrefslogtreecommitdiff
path: root/3755/CH5/EX5.3
diff options
context:
space:
mode:
Diffstat (limited to '3755/CH5/EX5.3')
-rw-r--r--3755/CH5/EX5.3/Ex5_3.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3755/CH5/EX5.3/Ex5_3.sce b/3755/CH5/EX5.3/Ex5_3.sce
new file mode 100644
index 000000000..088a844f6
--- /dev/null
+++ b/3755/CH5/EX5.3/Ex5_3.sce
@@ -0,0 +1,14 @@
+clear
+//
+//
+//
+
+//Variable declaration
+T=327+273; //temperature(K)
+b=2.897*10^-3; //value of b(mK)
+
+//Calculations
+lamda_m=b/T; //wavelength(m)
+
+//Result
+printf("\n wavelength is %0.0f angstrom",lamda_m*10^10)