From 7bc77cb1ed33745c720952c92b3b2747c5cbf2df Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 11:01:52 +0530 Subject: Added new code --- 3890/CH6/EX6.1/EX6_1.sce | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 3890/CH6/EX6.1/EX6_1.sce (limited to '3890/CH6/EX6.1/EX6_1.sce') diff --git a/3890/CH6/EX6.1/EX6_1.sce b/3890/CH6/EX6.1/EX6_1.sce new file mode 100644 index 000000000..d93f1c654 --- /dev/null +++ b/3890/CH6/EX6.1/EX6_1.sce @@ -0,0 +1,16 @@ +//Electric machines and power systems by Syed A Nasar +//Publisher:Tata McGraw Hill +//Year: 2002 ; Edition - 7 +//Example 6.1 +//Scilab Version : 6.0.0 ; OS : Windows + +clc; +clear; + +N=1750; //speed of the machine in rpm +Z=728; //no of conductors +f=25*10^(-3); //flux per pole + +E=f*N*Z/60; //since P=A + +printf('the voltage induced is %f V',E) -- cgit