summaryrefslogtreecommitdiff
path: root/98/CH11/EX11.2/example11_2.sce
blob: 4b7aa0e308b7db1a9775a8e47b0a85942f73dba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//Chapter 11
//Example 11_2
//Page 274

clear;clc;

l=1000;
r=495*1e6;
r1=2.5/2;
p=4.5*1e12;


r2=r1*exp(2*%pi*r*l/p);

printf("Insulation thickness = %.2f cm \n\n", r2-r1);