|
[Date Index]
[Thread Index]
[Author Index]
Re: (1234*(2/3)^(Log[1234]/Log[3])) === (1234^(Log[2]/Log[3])) should be?
- To: mathgroup at smc.vnet.net
- Subject: [mg104116] Re: (1234*(2/3)^(Log[1234]/Log[3])) === (1234^(Log[2]/Log[3])) should be?
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Mon, 19 Oct 2009 08:17:56 -0400 (EDT)
- Reply-to: hanlonr at cox.net
The result should be False. If you want True then you should use Equal ( == ) not SameQ ( === )
(1234*(2/3)^(Log[1234]/Log[3])) ==
(1234^(Log[2]/Log[3])) // Simplify
True
Bob Hanlon
---- Luka Rahne <luka.rahne at gmail.com> wrote:
=============
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:
mathematica 7.0 crash
Previous by thread:
Re: (1234*(2/3)^(Log[1234]/Log[3])) === (1234^(Log[2]/Log[3])) should be?
Next by thread:
How to find pattern in the following polynomials with mathematica
|