diff options
Diffstat (limited to '3828/CH2/EX2.11/Ex2_11.sce')
-rw-r--r-- | 3828/CH2/EX2.11/Ex2_11.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3828/CH2/EX2.11/Ex2_11.sce b/3828/CH2/EX2.11/Ex2_11.sce new file mode 100644 index 000000000..2e4d910f6 --- /dev/null +++ b/3828/CH2/EX2.11/Ex2_11.sce @@ -0,0 +1,13 @@ +//Chapter 2 : Diffraction + +clear; + +//Variable declaration +lamda2=4992 //wavelenght + +//Calculations +lamda=(4*lamda2)/3 + +//Result +mprintf("Lamda= %d Armstrong",lamda) + |