summaryrefslogtreecommitdiff
path: root/3701/CH3/EX3.5/Ex3_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3701/CH3/EX3.5/Ex3_5.sce')
-rw-r--r--3701/CH3/EX3.5/Ex3_5.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3701/CH3/EX3.5/Ex3_5.sce b/3701/CH3/EX3.5/Ex3_5.sce
new file mode 100644
index 000000000..1beccf87a
--- /dev/null
+++ b/3701/CH3/EX3.5/Ex3_5.sce
@@ -0,0 +1,11 @@
+////Given
+R=1.097*10**7 //m-1
+n=2
+
+//Calculation
+v=n**2/(3.0*R)
+v1=1/R // for n=infinite
+
+//Result
+printf("\n longest wavelength is %0.0f A",v*10**10)
+printf("\n shortest wavelength is %0.1f A",v1*10**10)