Question: fsolve weierstrass

I have two equations with weierstrass functions and got problem with fsolve: 

f1:=WeierstassZeta(z1-z2,0.1,2.)+z1=0:

f2:=WeierstrassZeta(z2-z1,0.1,2.)+z2=0:

fsolve({f1,f2});

results are like Weierstrass (z1-z2,....) which are not simplified even I add 'simplify' in fsolve. I want the values of z1 and z2 explicitly, i.e. z1= ,z2 . How can I fix this. Please help.

Thanks

This has been branched into the following page(s):
Please Wait...