diff options
Diffstat (limited to '10/CH4/EX10/cha4_10.sce')
-rwxr-xr-x | 10/CH4/EX10/cha4_10.sce | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/10/CH4/EX10/cha4_10.sce b/10/CH4/EX10/cha4_10.sce new file mode 100755 index 000000000..1298e4b08 --- /dev/null +++ b/10/CH4/EX10/cha4_10.sce @@ -0,0 +1,19 @@ +Ia=40;Ra=0.25;La=10;
+ACv=265;Angle=30;
+Ka=0.18;
+
+A=cos(%pi*Angle/180)
+
+Vt=(2*sqrt(2)*ACv*A)/(%pi)
+
+Ea=Vt-(Ia*Ra)
+
+N=Ea/Ka
+
+Sec=(Ka*60)/(2*%pi)
+
+T=Sec*Ia
+
+P=Vt*Ia
+
+P=(Ia^2*Ra)+Ea*Ia
|