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

//Variable declaration
ip=60  //Angle of incidence

//Calculations
mu=tan((%pi/180)*(ip))

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