diff options
Diffstat (limited to '3793/CH3/EX3.11/exp_3_11.sce')
-rw-r--r-- | 3793/CH3/EX3.11/exp_3_11.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3793/CH3/EX3.11/exp_3_11.sce b/3793/CH3/EX3.11/exp_3_11.sce new file mode 100644 index 000000000..03405cdcd --- /dev/null +++ b/3793/CH3/EX3.11/exp_3_11.sce @@ -0,0 +1,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);
|