summaryrefslogtreecommitdiff
path: root/3769/CH14/EX14.14/Ex14_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH14/EX14.14/Ex14_14.sce')
-rw-r--r--3769/CH14/EX14.14/Ex14_14.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH14/EX14.14/Ex14_14.sce b/3769/CH14/EX14.14/Ex14_14.sce
new file mode 100644
index 000000000..eff82b3e9
--- /dev/null
+++ b/3769/CH14/EX14.14/Ex14_14.sce
@@ -0,0 +1,14 @@
+clear
+//Given
+Np=5000
+Vp=2200 //V
+Vs=220 //V
+Pout=8 //K W
+n=0.9
+
+//Calculation
+Ns=(Vs*Np)/Vp
+Pin=Pout/n
+
+//Result
+printf("\n (ii) Input power is %0.1f K W",Pin)