summaryrefslogtreecommitdiff
path: root/1026/CH8/EX8.3/Example8_3.sce
blob: 497b73009f88ebe98d1637a2ebe730a9e1fe092c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//chapter8,Example8_3,pg 181

n=10

D10=0.5

lam=5000*10^-8

R=(D10^2)/(4*n*lam)

D50=sqrt(4*50*R*lam)

r50=D50/2

printf("radius of 50th dark ring\n")

printf("r50=%.2f cm",r50)