summaryrefslogtreecommitdiff
path: root/3554/CH13/EX13.6/Ex13_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3554/CH13/EX13.6/Ex13_6.sce')
-rw-r--r--3554/CH13/EX13.6/Ex13_6.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/3554/CH13/EX13.6/Ex13_6.sce b/3554/CH13/EX13.6/Ex13_6.sce
new file mode 100644
index 000000000..03a3a4fd8
--- /dev/null
+++ b/3554/CH13/EX13.6/Ex13_6.sce
@@ -0,0 +1,18 @@
+// Exa 13.6
+
+clc;
+clear all;
+
+// Given data
+
+K=0.32; // Coupling co efficient
+Op=1;// Output in oz.in.
+
+// Solution
+
+// 1 oz.in.= 1 oz.in. * (1 ft/12 in.) * (1 lb/16 oz) * (1.3561/1 ft lb) = 7.06*10^-3 J ;
+
+Elec_mech= 7.06*10^-3; // Electrical energy converted to mechanical energy(J)
+Ee=Elec_mech/K; // Applied Electrical energy
+printf(' The electrical energy of %.2f mJ must be applied \n',Ee*10^3);
+// The answer mentioned in the book is incorrect