diff options
Diffstat (limited to '3826/CH1/EX1.5/Ex1_5.sce')
-rw-r--r-- | 3826/CH1/EX1.5/Ex1_5.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3826/CH1/EX1.5/Ex1_5.sce b/3826/CH1/EX1.5/Ex1_5.sce new file mode 100644 index 000000000..4163416c0 --- /dev/null +++ b/3826/CH1/EX1.5/Ex1_5.sce @@ -0,0 +1,10 @@ +//Example 1_5 page no:68
+clc;
+//given
+original_losses = 18.5;//in KW
+theta_f = 45;//in degree C
+time_constant = 90;//in minutes
+P = sqrt((theta_f/((1-exp(-30/90))*theta_f))*(original_losses^2));
+disp(P,"the hour rating of the motor for this temperature rise is (in KW)");
+//the result vary slightly with text book hence values are rounded off in text book
+
|