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

  • To: mathgroup at smc.vnet.net
  • Subject: [mg104121] Re: (1234*(2/3)^(Log[1234]/Log[3])) === (1234^(Log[2]/Log[3])) should
  • From: Peter Pein <petsie at dordos.net>
  • Date: Tue, 20 Oct 2009 04:51:20 -0400 (EDT)
  • References: <hbhha4$1s7$1@smc.vnet.net>

Luka Rahne schrieb:
> 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?
> 

In[1]:= ExpToTrig[{1234*(2/3)^(Log[1234]/Log[3]), 1234^(Log[2]/Log[3])}]
         SameQ @@ %
Out[1]= {E^((Log[2]*Log[1234])/Log[3]), E^((Log[2]*Log[1234])/Log[3])}
Out[2]= True

:-))


  • Prev by Date: Simplifying the angle between two vectors
  • Next by Date: Re: (1234*(2/3)^(Log[1234]/Log[3])) === (1234^(Log[2]/Log[3])) should
  • Previous by thread: Re: Simplifying the angle between two vectors
  • Next by thread: Re: (1234*(2/3)^(Log[1234]/Log[3])) === (1234^(Log[2]/Log[3])) should