summaryrefslogtreecommitdiff
path: root/3835/CH4/EX4.26/Ex4_26.sce
blob: c0f3b0061f9280cd514f4e7b3c12815ccff9ff2f (plain)
1
2
3
4
5
6
7
8
9
clear
//
z1=complex(6,-10)
z2=complex(10,15)
z3=complex(18,12)
//z1+z2 is parallel to z3
zab=z1+(z2*z3)/(z2+z3)
printf("\n zab")
printf("\n the phase angle is -12.11")