From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2345/CH6/EX6.5/Ex6_5.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 2345/CH6/EX6.5/Ex6_5.sce (limited to '2345/CH6/EX6.5/Ex6_5.sce') diff --git a/2345/CH6/EX6.5/Ex6_5.sce b/2345/CH6/EX6.5/Ex6_5.sce new file mode 100755 index 000000000..647dd2622 --- /dev/null +++ b/2345/CH6/EX6.5/Ex6_5.sce @@ -0,0 +1,14 @@ +//Finding loss and frequency +//Example 6.5(pg 214) +clc +clear +P=4//no of poles +N=1600// Speed in rpm +f=P*N/120//Frequency of magnetic reversal +V=5400//volume +d=7.5//density +m=(V*d)/1000//Mass of armature in kg +L=1.76//Loss in W/kg +Cl=L*m//Core loss in Watts +printf('Thus Frequency of magnetic reversal is %3.2f c/s',f) +printf('\n and Core loss is %3.2f Watts',Cl) -- cgit