diff options
Diffstat (limited to '1691/CH6/EX6.2/Exmp6_2.sce')
-rwxr-xr-x | 1691/CH6/EX6.2/Exmp6_2.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1691/CH6/EX6.2/Exmp6_2.sce b/1691/CH6/EX6.2/Exmp6_2.sce new file mode 100755 index 000000000..75f55a014 --- /dev/null +++ b/1691/CH6/EX6.2/Exmp6_2.sce @@ -0,0 +1,9 @@ +//Example 6.2
+clc
+disp("R_L = 4 ohm, N1 = 200, N2 = 20")
+n=20/200
+format(4)
+disp(n,"Therefore, n = N2 / N1 =")
+rl=4/(0.1^2)
+disp(rl,"Therefore, R''_L(in ohm) = R1 / n^2 =")
+disp("As N2 < N1, the transformer is step down and hence R''_L > R_L, as the primary winding is high voltage winding.")
|