MathGroup Archive 2010

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

Search the Archive

Why this cannot be solved (Mathematica 8)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg114441] Why this cannot be solved (Mathematica 8)
  • From: olfa <olfa.mraihi at yahoo.fr>
  • Date: Sat, 4 Dec 2010 06:15:28 -0500 (EST)

Hi Mathematica Community,
Solve[
2^-y t == 2^-yP tP &&
t x + z == tP xP + zP &&
  y + Floor[Log[x]/Log[2]] == yP + Floor[Log[xP]/Log[2]] &&
  xP == 1 &&
 (x Log[v])/Log[2] + Log[w]/Log[2] == (xP Log[vP])/ Log[2] + Log[wP]/
Log[2] &&
 -y + Log[Log[v]]/Log[2] == -yP + Log[Log[vP]]/Log[2] &&
 -y + (2 Log[Log[v]])/Log[4] == -yP + (2 Log[Log[vP]])/Log[4],
{tP, vP, wP, xP, yP, zP}]

still in running


  • Prev by Date: a simple plotting question
  • Next by Date: Create Paclet type documentation
  • Previous by thread: Re: a simple plotting question
  • Next by thread: Re: Why this cannot be solved (Mathematica 8)