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 --- 343/CH4/EX4.4/ex4_4.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 343/CH4/EX4.4/ex4_4.sce (limited to '343/CH4/EX4.4/ex4_4.sce') diff --git a/343/CH4/EX4.4/ex4_4.sce b/343/CH4/EX4.4/ex4_4.sce new file mode 100755 index 000000000..141962771 --- /dev/null +++ b/343/CH4/EX4.4/ex4_4.sce @@ -0,0 +1,14 @@ +clc +n2=50 //Assigning values to parameters +n1=500 +kva=25 +e1=3000 +k=n2/n1 +i1=kva*1000/e1 +i2=i1/k +e2=k*e1 +fm=e1/(4.44*f*n1) +disp("Amperes",i1,"The primary full load current is"); +disp("Amperes",i2,"The secondary full load current is"); +disp("Volts",e2,"The secondary emf is"); +disp("Wb",fm,"The maximum flux is"); \ No newline at end of file -- cgit