summaryrefslogtreecommitdiff
path: root/3793/CH3/EX3.11/exp_3_11.sce
blob: 03405cdcdc46696169fccb94d8759a23e3bbe775 (plain)
1
2
3
4
5
6
7
clear;
clc;
D=(6*6*12)^(1/3);
ca=2*%pi*8.854*10^(-9);
cb=log(D/sqrt(.013*.25));
Cn=ca/cb;
mprintf("Capacitance to neutral is %.14f F/Km",Cn);