diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /83/CH6/EX6.7/result_example_6_7.txt | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '83/CH6/EX6.7/result_example_6_7.txt')
-rwxr-xr-x | 83/CH6/EX6.7/result_example_6_7.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/83/CH6/EX6.7/result_example_6_7.txt b/83/CH6/EX6.7/result_example_6_7.txt new file mode 100755 index 000000000..3d2a478fa --- /dev/null +++ b/83/CH6/EX6.7/result_example_6_7.txt @@ -0,0 +1,20 @@ + +-->exec('/home/samyak/scilab_working_directory/chapter_6/ex_7/example_6_7.sce', -1) +Case(i) When a=1/1.04 +Ybus= + 3. - 9.i - 2. + 6.i - 1. + 3.i 0 + - 2. + 6.i 3.666 - 11.i - 0.666 + 2.i - 1. + 3.i + - 1. + 3.i - 0.666 + 2.i 3.5151124 - 10.547337i - 1.9230769 + 5.7692308i + 0 - 1. + 3.i - 1.9230769 + 5.7692308i 3. - 9.i + +Observe the changes in elements between bus 3&4 when compared with the result of example_6.2 + +Case(ii) When a=e^(-j3) +Ybus= + 3. - 9.i - 2. + 6.i - 1. + 3.i 0 + - 2. + 6.i 3.666 - 11.i - 0.666 + 2.i - 1. + 3.i + - 1. + 3.i - 0.666 + 2.i 3.666 - 11.i - 2.3112748 + 5.8871053i + 0 - 1. + 3.i - 1.6832433 + 6.0964491i 3. - 9.i + +Observe the changes in elements between bus 3&4 when compared with the result of example_6.2 +-->diary(0); |