summaryrefslogtreecommitdiff
path: root/1847/CH4/EX4.1/Ch04Ex1.sce
blob: c014233b214df87304bed8e14b681a56822d150a (plain)
1
2
3
4
5
6
7
8
// Scilab Code Ex4.1:: Page-4.5 (2009)
clc; clear;
ip = 60;    // Polarizing angle, degrees
mu = tand(ip);  // Refractive index of the material from Brewster's law 
printf("\nThe refractive index of the material = %5.3f", mu);

// Result 
// The refractive index of the material = 1.732