summaryrefslogtreecommitdiff
path: root/1655/CH2/EX4.q/Question_4.sce
blob: 04401b90e112e50093c9feb8d35d4a66f0aabe27 (plain)
1
2
3
4
5
6
7
8
9
// Question 4  page 2.75

clc;
clear;

L_BL=8d-2;   //beat length

Br=2*3.14/L_BL;     //computing modal briefringence
printf("\nModal briefringence is %.1f per meter.",Br);