MathGroup Archive 2009

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

Search the Archive

Re: (1234*(2/3)^(Log[1234]/Log[3])) === (1234^(Log[2]/Log[3])) should be?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg104114] Re: (1234*(2/3)^(Log[1234]/Log[3])) === (1234^(Log[2]/Log[3])) should be?
  • From: "David Park" <djmpark at comcast.net>
  • Date: Mon, 19 Oct 2009 08:17:34 -0400 (EDT)
  • References: <17689439.1255950965429.JavaMail.root@n11>

Use Equal (==) instead of SameQ (===) and Simplify.

(1234*(2/3)^(Log[1234]/Log[3])) == (1234^(Log[2]/Log[3])) // Simplify
True


David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/


From: Luka Rahne [mailto:luka.rahne at gmail.com] 

what should be result of this evaluation?

(1234*(2/3)^(Log[1234]/Log[3])) === (1234^(Log[2]/Log[3]))

subqestion.

How to make this work?




  • Prev by Date: Re: (1234*(2/3)^(Log[1234]/Log[3])) === (1234^(Log[2]/Log[3])) should be?
  • Next by Date: Re: (1234*(2/3)^(Log[1234]/Log[3])) === (1234^(Log[2]/Log[3])) should be?
  • Previous by thread: Re: (1234*(2/3)^(Log[1234]/Log[3])) === (1234^(Log[2]/Log[3])) should be?
  • Next by thread: Re: (1234*(2/3)^(Log[1234]/Log[3])) === (1234^(Log[2]/Log[3])) should be?