summaryrefslogtreecommitdiff
path: root/3753/CH2/EX2.5/Ex2_5.sce
blob: ad943c26deb16f5cc1a5c8cebaa50d7a26ac2b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Example number 2.5, Page number 2.34


clc;clear;close

// Variable declaration
lamda=6000*10**-10 // in m
t=0.003*10**-2 // in m

// Calculations
delta_mu=lamda/(4*t) // unitless

// Result
printf("Birefringence of the crystal delta/mu=%0.3f",delta_mu)