summaryrefslogtreecommitdiff
path: root/Working_Examples/83/CH2/EX2.1
diff options
context:
space:
mode:
authorSiddharth Agarwal2019-09-03 18:27:40 +0530
committerSiddharth Agarwal2019-09-03 18:27:40 +0530
commit8ac15bc5efafa2afc053c293152605b0e6ae60ff (patch)
treee1bc17aae137922b1ee990f17aae4a6cb15b7d87 /Working_Examples/83/CH2/EX2.1
parent52a477ec613900885e29c4a0b02806a415b4f83a (diff)
downloadXcos_block_examples-master.tar.gz
Xcos_block_examples-master.tar.bz2
Xcos_block_examples-master.zip
Xcos examples from textbooks and for blocksHEADmaster
Diffstat (limited to 'Working_Examples/83/CH2/EX2.1')
-rwxr-xr-xWorking_Examples/83/CH2/EX2.1/example_2_1.sce16
-rwxr-xr-xWorking_Examples/83/CH2/EX2.1/result_example_2_1.txt3
2 files changed, 19 insertions, 0 deletions
diff --git a/Working_Examples/83/CH2/EX2.1/example_2_1.sce b/Working_Examples/83/CH2/EX2.1/example_2_1.sce
new file mode 100755
index 0000000..a05dcb8
--- /dev/null
+++ b/Working_Examples/83/CH2/EX2.1/example_2_1.sce
@@ -0,0 +1,16 @@
+//Chapter 2
+//Example 2.1
+//page 56
+//To find GMD of the conductor
+//From the given the text book,leaving out the factor of "r",we have the seven possible distances
+clear;clc;
+D1=0.7788*2*2*(2*sqrt(3))*4*(2*sqrt(3))*2;
+//since there are 7 identical conductors,the above products remains same dor all D's
+D2=D1;
+D3=D1;
+D4=D1;
+D5=D1;
+D6=D1;
+D7=D1;
+Ds=(D1*D2*D3*D4*D5*D6*D7)^(1/(7*7));
+printf("\n GMD of the conductor is %0.4fr",Ds);
diff --git a/Working_Examples/83/CH2/EX2.1/result_example_2_1.txt b/Working_Examples/83/CH2/EX2.1/result_example_2_1.txt
new file mode 100755
index 0000000..0c9d80c
--- /dev/null
+++ b/Working_Examples/83/CH2/EX2.1/result_example_2_1.txt
@@ -0,0 +1,3 @@
+
+
+ GMD of the conductor is 2.2578r