diff options
Diffstat (limited to '3411/CH2/EX2.7/Ex2_7.sce')
-rw-r--r-- | 3411/CH2/EX2.7/Ex2_7.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3411/CH2/EX2.7/Ex2_7.sce b/3411/CH2/EX2.7/Ex2_7.sce new file mode 100644 index 000000000..f4eaecf63 --- /dev/null +++ b/3411/CH2/EX2.7/Ex2_7.sce @@ -0,0 +1,10 @@ +//Example 2_7
+clc();
+clear;
+//To Calculate highest power of spectrum seen with mono chromaic light
+lamda=6000 //units in armstrongs
+lamda=lamda*10^-8 //units in cm
+n=5000
+e=1/n //units in cm
+k=e/lamda
+printf("The highest order spectrum Seen with monochromatic light is %.2f",k)
|