diff options
Diffstat (limited to '3537/CH2/EX2.15/Ex2_15.sce')
-rw-r--r-- | 3537/CH2/EX2.15/Ex2_15.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3537/CH2/EX2.15/Ex2_15.sce b/3537/CH2/EX2.15/Ex2_15.sce new file mode 100644 index 000000000..080efe3d9 --- /dev/null +++ b/3537/CH2/EX2.15/Ex2_15.sce @@ -0,0 +1,8 @@ +//Example 2_15
+clc();
+clear;
+//To find the highest order that ca be seen
+n=5906*10^2 //units in line/cm
+lamda=600*10^-9 //units in cm
+m=1/(n*lamda)
+printf("Maximum order that can be seen is %d",m)
|