//Transmission Lines : example 12-10 : (pg 601)
Z0=75;//characteristic impedance
j=%i;
ZL=50-j*100;//load impedance
x=50/Z0;
y=100/Z0;
mprintf("\nzL = ZL/Z0 = %.2f - j* %.2f",x,y);
//rest of the values have to be calculated manually by smith chart or by using smith chart's softwares