summaryrefslogtreecommitdiff
path: root/3826/CH1/EX1.6/Ex1_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3826/CH1/EX1.6/Ex1_6.sce')
-rw-r--r--3826/CH1/EX1.6/Ex1_6.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3826/CH1/EX1.6/Ex1_6.sce b/3826/CH1/EX1.6/Ex1_6.sce
new file mode 100644
index 000000000..aa6412138
--- /dev/null
+++ b/3826/CH1/EX1.6/Ex1_6.sce
@@ -0,0 +1,7 @@
+//Example 1_6 page no:69
+clc;
+//given
+avg_value = 42*10^4;
+//the rating of the motor is
+rating = sqrt(avg_value);
+disp(rating,"the kilowatt rating for the motor is (in kW)");