summaryrefslogtreecommitdiff
path: root/1619/CH2/EX2.2.6/Example2_2_6.sce
blob: 298da85a95e64582b5d0826b2f7ae779485dc730 (plain)
1
2
3
4
5
6
7
8
9
10
//Example 2.2.6 page 2.8

clc;
clear;

p0=3*10^-3;
pz=3*10^-6;
alpha= 0.5;
z= log10(p0/pz)/(alpha/10);
printf("The Length of the fibre is %.f Km",z);