4 10e

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

a=5

b = 20;
c = -5;
theta2 = 225*pi/180;
theta4 = 270*pi/180;
z= a*exp(i*theta2)+c*exp(i*theta4);
zc = conj(z);
d = roots([1,(-z-zc),(z*zc-power(b,2))]);
d
s = (z-d)/b;
theta3 = angle(s)*180/pi;
theta3

You might also like