diff options
Diffstat (limited to '3760/CH3/EX3.37')
-rw-r--r-- | 3760/CH3/EX3.37/Ex3_37.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3760/CH3/EX3.37/Ex3_37.sce b/3760/CH3/EX3.37/Ex3_37.sce new file mode 100644 index 000000000..2dfb9ff79 --- /dev/null +++ b/3760/CH3/EX3.37/Ex3_37.sce @@ -0,0 +1,6 @@ +clc;
+n1=0.95; // efficiency of transformer 1
+lo=((1/n1)-1); // fraction of output lost
+d=2; // Linear dimension of transformer B is two times the Linear dimension of transformer A
+nb=(1/(1+((1*lo)/d)))*100;
+printf('Full load efficiency of transformer B is %f percent',nb);
|