var('z')
f=function('f',z)
f=(z-4*i)^8;f
var('x')
x=diff(f,z);x
x(5+4I)