Polylog equations
- To: mathgroup at smc.vnet.net
- Subject: [mg84976] Polylog equations
- From: Valeri Astanoff <astanoff at gmail.com>
- Date: Mon, 21 Jan 2008 06:59:21 -0500 (EST)
Good day,
Given these polylog equations:
In[1]:= Assuming[0 < x < 1,
Solve[PolyLog[3/2,x]==y && PolyLog[5/2,x]==z,z,x]]
Out[1]= {{}}
what is the best way to get z(y)?
Thanks,
V.Astanoff