summaryrefslogtreecommitdiff
path: root/3673/CH9/EX9.10
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH9/EX9.10')
-rw-r--r--3673/CH9/EX9.10/Ex9_10.sce21
1 files changed, 21 insertions, 0 deletions
diff --git a/3673/CH9/EX9.10/Ex9_10.sce b/3673/CH9/EX9.10/Ex9_10.sce
new file mode 100644
index 000000000..5d063e479
--- /dev/null
+++ b/3673/CH9/EX9.10/Ex9_10.sce
@@ -0,0 +1,21 @@
+//Example 9_10 page no:361
+clc;
+Vrnmag=230;
+Vynmag=230;
+Vbnmag=230;
+Vrnang=0;
+Vynang=-120;
+Vbn=-240;
+//calculating the line voltages magnitude and angle
+Vrymag=sqrt(3)*230;
+Vybmag=sqrt(3)*230;
+Vbrmag=sqrt(3)*230;
+Vryang=30;
+Vybang=-120+30;
+Vbrang=-240+30;
+disp(Vrymag,"the magintude of Vry is(in volt)");
+disp(Vryang,"the angle of Vry is (in degree)");
+disp(Vybmag,"the magintude of Vyb is(in volt)");
+disp(Vybang,"the angle of Vyb is (in degree)");
+disp(Vbrmag,"the magnitude of Vbr is(in volt)");
+disp(Vbrang,"the angle of Vbr is (in degree)");