summaryrefslogtreecommitdiff
path: root/3537/CH1/EX1.47/Ex1_47.sce
blob: 7df46b66b53ba1fe1f7a494e0ecdc233588cb186 (plain)
1
2
3
4
5
6
7
8
9
10
//Example 1_47
clc();
clear;
//To find the thickness of the glass plate
lemda=5000                    //units in angstroam
lemda=5000*10^-8              //units in cm
s_beta=6
u=1.5
t=((s_beta)*lemda)/(u-1)
printf("The thickness of the glass plate is %.4f cm",t)