diff options
Diffstat (limited to '343/CH4/EX4.4/ex4_4.sce')
-rwxr-xr-x | 343/CH4/EX4.4/ex4_4.sce | 14 |
1 files changed, 14 insertions, 0 deletions
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 |