|
|
|
last edited 18 years ago |
| 1 | ||
|
Editor:
Time: 2007/11/17 22:09:42 GMT-8 |
||
| Note: fixed in patch 46 or so | ||
changed: - Unfortunately, axiom fails to recognize equality of some expressions like in \begin{axiom} x:=sum(1/i,i=1..m)/sum(1/i,i=1..m) \end{axiom} The reason is that the internal representation is different: \begin{axiom} map(argument, kernels x) \end{axiom} Martin From kratt6 Tue Oct 4 10:02:17 -0500 2005 From: kratt6 Date: Tue, 04 Oct 2005 10:02:17 -0500 Subject: fix Message-ID: <20051004100217-0500@wiki.axiom-developer.org> Another fix that was not too difficult. Fortunately, there is a property '%specialEqual' just intended for this purpose... <a href="combfunc.spad.pamphlet.patch">combfunc.spad.pamphlet.patch</a> From kratt6 Thu Oct 6 07:04:54 -0500 2005 From: kratt6 Date: Thu, 06 Oct 2005 07:04:54 -0500 Subject: property change Message-ID: <20051006070454-0500@wiki.axiom-developer.org> Status: open => fix proposed From kratt6 Fri Oct 27 03:16:19 -0500 2006 From: kratt6 Date: Fri, 27 Oct 2006 03:16:19 -0500 Subject: fixed in patch 46 or so Message-ID: <20061027031619-0500@wiki.axiom-developer.org> Status: fix proposed => closed
Unfortunately, axiom fails to recognize equality of some expressions like in
(1) -> x:=sum(1/i,i=1..m)/sum(1/i, i=1..m)
| (1) |
The reason is that the internal representation is different:
map(argument,kernels x)
| (2) |
Martin
%specialEqual just intended for this purpose...
Status: open => fix proposed
Status: fix proposed => closed