diff options
Diffstat (limited to '3760/CH3/EX3.43/Ex3_43.sce')
-rw-r--r-- | 3760/CH3/EX3.43/Ex3_43.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3760/CH3/EX3.43/Ex3_43.sce b/3760/CH3/EX3.43/Ex3_43.sce new file mode 100644 index 000000000..1755e5c53 --- /dev/null +++ b/3760/CH3/EX3.43/Ex3_43.sce @@ -0,0 +1,5 @@ +clc;
+t=1/2; //ratio of continuous rating to one hour rating
+p=2; // ratio of new KVA rating to old KVA rating
+al=2*(p*t);
+printf('Ratio of core loss to ohmic loss is %f ',al);
|