summaryrefslogtreecommitdiff
path: root/3756/CH3/EX3.2/Ex3_2.sce
blob: 4d631591b236d2212d4d3adb3532bbf48602108f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clc
//
//
//

//Variable declaration
mu=1.54       //refractive index of glass

//Calculations
ip=(180/%pi)*(atan(1.54))
r=90-ip

//Result
printf("\n The Angle of polarization is %2.0f Degrees",r)