diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /10/CH10 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '10/CH10')
-rwxr-xr-x | 10/CH10/EX1/cha10_1.sce | 37 | ||||
-rwxr-xr-x | 10/CH10/EX2/cha10_2.sce | 9 | ||||
-rwxr-xr-x | 10/CH10/EX3/cha10_3.sce | 42 | ||||
-rwxr-xr-x | 10/CH10/EX4/cha10_4.sce | 14 | ||||
-rwxr-xr-x | 10/CH10/EX5/cha10_5.sce | 23 | ||||
-rwxr-xr-x | 10/CH10/EX6/cha10_6.sce | 15 | ||||
-rwxr-xr-x | 10/CH10/EX7/cha10_7.sce | 5 | ||||
-rwxr-xr-x | 10/CH10/EX8/cha10_8.sce | 7 | ||||
-rwxr-xr-x | 10/CH10/EX9/cha10_9.sce | 11 |
9 files changed, 163 insertions, 0 deletions
diff --git a/10/CH10/EX1/cha10_1.sce b/10/CH10/EX1/cha10_1.sce new file mode 100755 index 000000000..13304f41f --- /dev/null +++ b/10/CH10/EX1/cha10_1.sce @@ -0,0 +1,37 @@ +Ka=0.09;N=1000;
+Ia=30;Ra=0.4;V=120;
+RevEa=-90;
+
+Ea=Ka*N
+
+Vo=Ea+(Ia*Ra)
+
+a=Vo*%pi
+
+b=2*sqrt(2)*V
+
+c=a/b
+
+angle=acosd(c)
+
+P=Vo*Ia
+
+S=V*Ia
+
+Pf=P/S
+
+Vo1=RevEa+(Ia*Ra)
+
+a=Vo1*%pi
+
+b=2*sqrt(2)*V
+
+c=a/b
+
+Angle=acosd(c)
+
+Pdc=Ea*Ia
+
+Pr=Ia^2*Ra
+
+Ps=Pdc-Pr
diff --git a/10/CH10/EX2/cha10_2.sce b/10/CH10/EX2/cha10_2.sce new file mode 100755 index 000000000..2bd67fa68 --- /dev/null +++ b/10/CH10/EX2/cha10_2.sce @@ -0,0 +1,9 @@ +Vp=120;Angle=60;
+
+t0=%pi/2
+
+t1=t0:0.01:(210/360*2*%pi);
+
+integrate('2^.5*120*sin(t)','t',t0,t1)
+
+Vo=((3*sqrt(6))/(2*%pi))*120*cos(%pi*Angle/180)
\ No newline at end of file diff --git a/10/CH10/EX3/cha10_3.sce b/10/CH10/EX3/cha10_3.sce new file mode 100755 index 000000000..f3abcc954 --- /dev/null +++ b/10/CH10/EX3/cha10_3.sce @@ -0,0 +1,42 @@ +V=480;Ka=0.3;N=1500;
+Ia=130;Ra=0.1;No=1000;
+
+Vp=V/sqrt(3)
+
+Ea=Ka*N
+
+Vo=Ea+(Ia*Ra)
+
+a=Vo*%pi
+
+b=3*sqrt(6)*Vp
+
+c=a/b
+
+Angle=acosd(c)
+
+IA=sqrt(2/3)*Ia
+
+S=3*Vp*IA
+
+Ps=Vo*Ia
+
+Pf=Ps/S
+
+Ea1=Ka*No
+
+Vo1=-300+(Ia*Ra)
+
+a=Vo1*%pi
+
+b=3*sqrt(6)*Vp
+
+c=a/b
+
+Angle=acosd(c)
+
+Pdc=Ea1*Ia
+
+Pr=Ia^2*Ra
+
+Ps=Pdc-Pr
diff --git a/10/CH10/EX4/cha10_4.sce b/10/CH10/EX4/cha10_4.sce new file mode 100755 index 000000000..610a802fc --- /dev/null +++ b/10/CH10/EX4/cha10_4.sce @@ -0,0 +1,14 @@ +OutP=100*0.746;Eff=0.8;
+Pf=0.85;V=460;
+
+S=OutP/(Eff*Pf)
+
+Il=S/(sqrt(3)*V)
+
+Ip=Il/sqrt(3)
+
+Is=Ip/sqrt(2)
+
+Vs=sqrt(2)*V
+
+Angle=acosd(Pf)
diff --git a/10/CH10/EX5/cha10_5.sce b/10/CH10/EX5/cha10_5.sce new file mode 100755 index 000000000..97d64d092 --- /dev/null +++ b/10/CH10/EX5/cha10_5.sce @@ -0,0 +1,23 @@ +Ka=0.1;Ra=0.2;N=400;
+Ia=100;V=120;N1=350;
+Io=-100;
+
+Ea=Ka*N
+
+Vo=Ea+(Ia*Ra)
+
+Pmotor=Ea*Ia
+
+Pr=Ia^2*Ra
+
+Ps=V*Ia*0.5
+
+Vo=Ea1+(Ia*Ra)
+
+Vo=Ea1+(Io*Ra)
+
+Pmotor1=Ea1*Io
+
+Pr1=Ia^2*Ra
+
+Ps=V*Io*1/8
diff --git a/10/CH10/EX6/cha10_6.sce b/10/CH10/EX6/cha10_6.sce new file mode 100755 index 000000000..30685c066 --- /dev/null +++ b/10/CH10/EX6/cha10_6.sce @@ -0,0 +1,15 @@ +V=300;I=540;Angle=45;
+
+t0=0:0.1:%pi;
+
+t=0;
+integrate('540*sin((x-45*%pi/180))','x',t,t0)/%pi
+
+ Is=242.89;
+
+Ps=V*I
+
+Vo1=(4*V)/(%pi*sqrt(2))
+
+Pout=Vo1*Io/sqrt(2)*cos(%pi*Angle/180)
+
diff --git a/10/CH10/EX7/cha10_7.sce b/10/CH10/EX7/cha10_7.sce new file mode 100755 index 000000000..857bc5e17 --- /dev/null +++ b/10/CH10/EX7/cha10_7.sce @@ -0,0 +1,5 @@ +V=600;Phase=3;
+
+Vl=sqrt(2/3)*V
+
+Vp=V*sqrt(2)/Phase
diff --git a/10/CH10/EX8/cha10_8.sce b/10/CH10/EX8/cha10_8.sce new file mode 100755 index 000000000..b7fa7df02 --- /dev/null +++ b/10/CH10/EX8/cha10_8.sce @@ -0,0 +1,7 @@ +V=120;Vo=50;Vo1=100;
+
+Angleshift=(Vo^2/V^2)*180
+
+Angleshift=(Vo1^2/V^2)*180
+
+
\ No newline at end of file diff --git a/10/CH10/EX9/cha10_9.sce b/10/CH10/EX9/cha10_9.sce new file mode 100755 index 000000000..6d4bc6f31 --- /dev/null +++ b/10/CH10/EX9/cha10_9.sce @@ -0,0 +1,11 @@ +I=100;
+PulseScr=sqrt(1/3);
+PulseOut=sqrt(2/3);
+
+a=PulseScr
+
+msScr=a*I
+
+b=PulseOut
+
+RmsOut=b*I
|