diff options
Diffstat (limited to '343/CH4/EX4.9')
-rwxr-xr-x | 343/CH4/EX4.9/ex4_9.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/343/CH4/EX4.9/ex4_9.sce b/343/CH4/EX4.9/ex4_9.sce new file mode 100755 index 000000000..031967dbb --- /dev/null +++ b/343/CH4/EX4.9/ex4_9.sce @@ -0,0 +1,6 @@ +clc
+wf=2500 //Assigning values to parameters
+w6=0.6*0.6*wf
+w5=0.5*0.5*wf
+disp("Watts",w6,"The copper loss at 60% full-load condition is");
+disp("Watts",w5,"The copper loss at 50% full-load conditionis");
\ No newline at end of file |