You are on page 1of 1

LAB ASIPO I

GRUPO: 3
clear all
clc
%---------- DATOS DEL PROBLEMA -------------------------P=40;
V=(30/sqrt(3))+j*0;
Zs=j*9;
angulo=acos(0.4);
theta=angulo:-0.01:-angulo;
P=P*ones(1,length(theta));
Iam=P./(3*abs(V)*cos(theta));
Ia=Iam.*(cos (theta)+j*sin(theta));
E=V+Zs.*Ia;
Em=abs(E);
If=Em*1000/2000;
plot(If,Iam),grid

Nota: a qui esta lo que el ing puso en las diapos a modificarlo amigos tratare
de hacerlo a ver si me sale ..jejejejeje

You might also like