MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Re: Help with Eliminate[]
  • Next by Date: Re: Plot function
  • Previous by thread: Re: Two bugs in Mathematica 6.01 ".m" packaging.
  • Next by thread: Re: Polylog equations