diff options
Diffstat (limited to '3835/CH8/EX8.14/Ex8_14.sce')
-rw-r--r-- | 3835/CH8/EX8.14/Ex8_14.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3835/CH8/EX8.14/Ex8_14.sce b/3835/CH8/EX8.14/Ex8_14.sce new file mode 100644 index 000000000..5acb8b6b8 --- /dev/null +++ b/3835/CH8/EX8.14/Ex8_14.sce @@ -0,0 +1,9 @@ +clear +// +isc=150 //short circuit current +iscp=25/1.732 //isc per phase where 1.732 is the value of root 3 +pv=415/1.732 //per phase voltage +ist=(iscp*pv)/150 +ifl=(15*735.5)/((415*0.9*0.8*(3**0.5))) +ratio=ist/ifl +printf("\n ratio") |