diff options
Diffstat (limited to '3411/CH2/EX2.7')
-rw-r--r-- | 3411/CH2/EX2.7/Ex2_7.sce | 10 | ||||
-rw-r--r-- | 3411/CH2/EX2.7/Ex2_7.txt | 1 |
2 files changed, 11 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)
diff --git a/3411/CH2/EX2.7/Ex2_7.txt b/3411/CH2/EX2.7/Ex2_7.txt new file mode 100644 index 000000000..ff375f9f6 --- /dev/null +++ b/3411/CH2/EX2.7/Ex2_7.txt @@ -0,0 +1 @@ +spectrum Seen with monochromatic light is 3.33
\ No newline at end of file |