summaryrefslogtreecommitdiff
path: root/10/CH10/EX6/cha10_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '10/CH10/EX6/cha10_6.sce')
-rwxr-xr-x10/CH10/EX6/cha10_6.sce29
1 files changed, 14 insertions, 15 deletions
diff --git a/10/CH10/EX6/cha10_6.sce b/10/CH10/EX6/cha10_6.sce
index 30685c066..8bdaed7be 100755
--- a/10/CH10/EX6/cha10_6.sce
+++ b/10/CH10/EX6/cha10_6.sce
@@ -1,15 +1,14 @@
-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)
-
+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*I/sqrt(2)*cos(%pi*Angle/180) \ No newline at end of file