summaryrefslogtreecommitdiff
path: root/509/CH9/EX9.2/9_2.sci
diff options
context:
space:
mode:
Diffstat (limited to '509/CH9/EX9.2/9_2.sci')
-rw-r--r--509/CH9/EX9.2/9_2.sci8
1 files changed, 8 insertions, 0 deletions
diff --git a/509/CH9/EX9.2/9_2.sci b/509/CH9/EX9.2/9_2.sci
new file mode 100644
index 000000000..c800db793
--- /dev/null
+++ b/509/CH9/EX9.2/9_2.sci
@@ -0,0 +1,8 @@
+//Chapter 9 Example 2//
+clc
+clear
+//let all the cpnductors are equally placed,so ds1=ds2=....=ds//
+// self GMD of strand1=ds1 and assuming r=1,d=1//
+k1=0.7788;//d11=d22=d33=d44=d55=d66=d77=k1//
+ds1=(k1*1*sqrt(2)*1)^(1/4);
+printf("\n Equivalent radius or self-GMD of conductors = %.3f r^1/4 d^3/4\n",ds1); \ No newline at end of file