diff options
Diffstat (limited to '3673/CH9/EX9.13/Ex9_13.sce')
-rw-r--r-- | 3673/CH9/EX9.13/Ex9_13.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3673/CH9/EX9.13/Ex9_13.sce b/3673/CH9/EX9.13/Ex9_13.sce new file mode 100644 index 000000000..157695a21 --- /dev/null +++ b/3673/CH9/EX9.13/Ex9_13.sce @@ -0,0 +1,14 @@ +//Example 9_13 page no:365
+clc;
+Vrymag=400;
+Vryang=0;
+Vybmag=400;
+Vybang=-120;
+Vbrmag=400;
+Vbrang=-240;
+disp(Vrymag,"the magnitude of Vry is (in V)");
+disp(Vryang,"the angle of Vry is (in degree)");
+disp(Vybmag,"the magnitude of Vyb is (in V)");
+disp(Vybang,"the angle of Vyb is (in degree)");
+disp(Vbrmag,"the magnitude of Vbr is (in V)");
+disp(Vbrang,"the angle of Vbr is (in degree)");
|