summaryrefslogtreecommitdiff
path: root/3875/CH6/EX6.1/Ex6_1.sce
blob: 059e8452a99bdb80acb6d51eda1bc5f75c4e235d (plain)
1
2
3
4
5
6
7
8
9
clc;
clear;
myu=1.5 // refractive index of glass

//calculation
i_p=atand(myu)


mprintf("The polarizing angle is = %1.2f degree",i_p)