summaryrefslogtreecommitdiff
path: root/3701/CH8/EX8.3/Ex8_3.sce
blob: bb137083b2cfb7fb8784d362a270c49c32ac5048 (plain)
1
2
3
4
5
6
7
8
9
////Given
E=9                                 //ev
v0=5                                //ev

//Calculation
R=((sqrt(E)-(sqrt(E-v0)))/(sqrt(E)+(sqrt(E-v0))))**2

//Result
printf("\n Reflection ratio is  %0.3f ", R)