#Kreyszig 657 Problemset12.1 problem 10
z1=4+3j
z2=2-5j
print 1/z1^2
print 1/(z1.conjugate()^2)