diff options
Diffstat (limited to '1067/CH44/EX44.01/44_01.sce')
-rwxr-xr-x | 1067/CH44/EX44.01/44_01.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1067/CH44/EX44.01/44_01.sce b/1067/CH44/EX44.01/44_01.sce new file mode 100755 index 000000000..18ca749e8 --- /dev/null +++ b/1067/CH44/EX44.01/44_01.sce @@ -0,0 +1,10 @@ +clear;
+clc;
+v=115;
+x=7;
+v=v/sqrt(3);
+pm=v^2/x;
+ps=pm*v*v/x;
+pm3=round(pm*100)/100;
+pm3=pm3*3;
+mprintf("the maximum 3 phase=%fMW",pm3);
|