diff options
Diffstat (limited to '10/CH4/EX1.b')
-rwxr-xr-x | 10/CH4/EX1.b/cha4_1_b.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/10/CH4/EX1.b/cha4_1_b.sce b/10/CH4/EX1.b/cha4_1_b.sce new file mode 100755 index 000000000..b5dfb14ef --- /dev/null +++ b/10/CH4/EX1.b/cha4_1_b.sce @@ -0,0 +1,17 @@ +P=4;A=2;Z=462;Wn=(1000/60)*(2*%pi);z=0.0276;
+Icoil=100;
+
+Ka=(Z*P)/(2*2*%pi)
+
+Wn
+
+Ea=(Ka*z*Wn)
+
+Icoil
+
+Ia=2*Icoil
+
+T=(Ka*z*Ia)
+
+Pa=Ea*Ia
+
\ No newline at end of file |