summaryrefslogtreecommitdiff
path: root/3411/CH2/EX2.7/Ex2_7.sce
blob: f4eaecf63fd69086424acb115e843045613deb89 (plain)
1
2
3
4
5
6
7
8
9
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)