Chapter 36 Voltage Transformers and Their Applications

Example 36_1 pgno:680

In [2]:
v=110.;
x=.1;
i=.1;
Va=v*i+(i**2*x);
print"the total volt ampers = VA",round(Va)
the total volt ampers = VA 11.0