summaryrefslogtreecommitdiff
path: root/3802/CH8/EX8.5/Ex8_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3802/CH8/EX8.5/Ex8_5.sce')
-rw-r--r--3802/CH8/EX8.5/Ex8_5.sce19
1 files changed, 19 insertions, 0 deletions
diff --git a/3802/CH8/EX8.5/Ex8_5.sce b/3802/CH8/EX8.5/Ex8_5.sce
new file mode 100644
index 000000000..66d017e4f
--- /dev/null
+++ b/3802/CH8/EX8.5/Ex8_5.sce
@@ -0,0 +1,19 @@
+//Book Name:Fundamentals of Electrical Engineering
+//Author:Rajendra Prasad
+//Publisher: PHI Learning Private Limited
+//Edition:Third ,2014
+
+//Ex8_5.sce.
+
+clc;
+clear;
+s=50;
+c=8;
+N=900;
+phi=25e-3;
+Z=s*c;
+a=2;
+p=2;
+n=N/60;
+E=(2*Z*phi*p*n)/a;
+printf("\n Emf generated=%d volt",E)