From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 1319/CH13/EX13.17/ii_17.sce | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 1319/CH13/EX13.17/ii_17.sce (limited to '1319/CH13/EX13.17') diff --git a/1319/CH13/EX13.17/ii_17.sce b/1319/CH13/EX13.17/ii_17.sce new file mode 100644 index 000000000..35da213ba --- /dev/null +++ b/1319/CH13/EX13.17/ii_17.sce @@ -0,0 +1,24 @@ +// Determining Hysteresis loss +clc; +clear; + +fluxmax=1.5; + +x=15/(10^-2); +y=1; + +f=50; + +a=x*y;// loss for one centimetre square. + +area=0.6;// in centimetre square. + +hy_ls= area*a; + +vol=1500*(10^-6); + +hyls_cycle= vol*hy_ls; + +hyls_sec= hyls_cycle*f; + +disp('watts',hyls_sec,'The Hysteresis loss =') -- cgit