From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 695/CH2/EX2.45/Ex2_45.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 695/CH2/EX2.45/Ex2_45.sce (limited to '695/CH2/EX2.45/Ex2_45.sce') diff --git a/695/CH2/EX2.45/Ex2_45.sce b/695/CH2/EX2.45/Ex2_45.sce new file mode 100755 index 000000000..91e00be32 --- /dev/null +++ b/695/CH2/EX2.45/Ex2_45.sce @@ -0,0 +1,14 @@ +//Caption:Find the no load speed +//Exa:2.45 +clc; +clear; +close; +V=220;//in volts +R_a=2.5;//in ohms +N_1=859;//in rpm +I_ao=0; +I_a=8;//in amperes +E_b1=V-I_a*R_a; +E_bo=V-I_ao*R_a; +N_o=N_1*E_bo/E_b1; +disp(N_o,'No Load Speed (in RPM)=') \ No newline at end of file -- cgit