summaryrefslogtreecommitdiff
path: root/3753/CH1/EX1.6/Ex1_6.sce
blob: a0f84ac4a24390fc198bc49f2633b104eb3884cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Example number 1.6, Page number 1.36

clc;clear;close


//Variable declaration
lamda=5500  // Angstrom
nf=1.38 //unitless

//Calculation
t=lamda/(4*nf) // Angstrom

//Result
printf("The minimum thickness of coating,t=%0.1f Angstrom",t)