summaryrefslogtreecommitdiff
path: root/147/CH14/EX14.7/Example14_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '147/CH14/EX14.7/Example14_7.sce')
-rw-r--r--147/CH14/EX14.7/Example14_7.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/147/CH14/EX14.7/Example14_7.sce b/147/CH14/EX14.7/Example14_7.sce
new file mode 100644
index 000000000..f303455de
--- /dev/null
+++ b/147/CH14/EX14.7/Example14_7.sce
@@ -0,0 +1,10 @@
+close();
+clear;
+clc;
+//using the result of example 14.6
+Pd = 65.5 * 1000; //W
+N = 1800;
+w = 2*%pi*N/60;
+//electromagnetic torque developed 'T'
+T = Pd/w;
+mprintf("Electromagnetic torque developed, T = %0.1f N-m",T); \ No newline at end of file