Unfortunately, axiom fails to recognize equality of some expressions like in fricas (1) -> x:=sum(1/i,
Type: Expression(Integer)
The reason is that the internal representation is different: fricas map(argument,
Type: List(List(Expression(Integer)))
Martin fix --kratt6, Tue, 04 Oct 2005 10:02:17 -0500 reply Another fix that was not too difficult. Fortunately, there is a property %specialEqual just intended for this purpose...
Status: open => fix proposed
Status: fix proposed => closed
|