login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #377 Comparing pi^e and e^pi revision 2 of 2

1 2
Editor: kratt6
Time: 2007/12/28 14:58:10 GMT-8
Note:

added:

From kratt6 Fri Dec 28 14:58:09 -0800 2007
From: kratt6
Date: Fri, 28 Dec 2007 14:58:09 -0800
Subject: 
Message-ID: <20071228145809-0800@axiom-wiki.newsynthesis.org>

Category: Axiom Mathematics => Axiom Library 


Submitted by : (unknown) at: 2007-11-17T22:34:38-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

Axiom says that pi^e > e^pi:

fricas
(1) -> %pi ^ %e - %e ^ %pi > 0
There are 1 exposed and 2 unexposed library operations named > having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse, or issue )display op > to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named > with argument type(s) Expression(Integer) NonNegativeInteger
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.

However it's false:

fricas
%pi ^ %e - %e ^ %pi + 0.0

\label{eq1}-{0.6815349144 \<u> 18223532}(1)
Type: Expression(Float)

Status: open => duplicate

Category: Axiom Mathematics => Axiom Library