axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Axiom-developer] Axiom Design Question / Polymake feedback


From: Martin Rubey
Subject: RE: [Axiom-developer] Axiom Design Question / Polymake feedback
Date: Wed, 24 Aug 2005 17:01:10 +0200

Page, Bill writes:
 > I think there are two possible bug reports here:
 > 
 > 1) Union ( list of alternatives that are coercible to some ring )
 >    should be a RING

No.

For example:

U := Union(MPOLY([x,y],INT), PF 5); x: U := 2*x; y: U := 3;

x+y does not make much sense. And asking the system to see whether there is a
common supertype is asking for quite a lot and is probably error prone.

 > 2) display of TwoDimensionalArray of type Union(...) is not properly
 >    formatted

Yes.

Martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]