summaryrefslogtreecommitdiff
path: root/1583/CH6/EX6.2/HTLT_Ex_6_2.sce
blob: 78fc0df7e2ad6fa3732ec080fa39df459c453995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clc
//Chapter 6:Three winding transformer
//example 6.2 page no 221
//given
k=1
R=50//resistor
R1=R*k
R2=R
R3=100
R4=R1/(1+k)
N=sqrt(R1/(2*R3))//turns ratio 
mprintf('the turns ratio %f \n R4=%d ',N,R4)
disp('the output voltage Eo= -I3.RL = E1/2')