#6482: [with patch, needs review] multivariate polynomial substitution has a
design flaw
---------------------------------+------------------------------------------
 Reporter:  was                  |       Owner:  malb      
     Type:  defect               |      Status:  new       
 Priority:  critical             |   Milestone:  sage-4.1.2
Component:  commutative algebra  |    Keywords:            
 Reviewer:                       |      Author:            
   Merged:                       |  
---------------------------------+------------------------------------------

Comment(by jason):

 Note that since dictionaries do not preserve order, in python, there is no
 way to distinguish between {{{ {x:x+1,y:x*y} }}} and {{{ {y:x*y, x:x+1}
 }}}.  There are classes out there that implement ordered dictionaries, but
 if the feature request depends on looping through a standard dictionary in
 the order that the dictionary was specified, that seems pretty impossible.

 Note that this also means that there is no distinction between these
 calls: {{{ g(x=3, y=x) }}} and {{{ g(y=x, x=3) }}}.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6482#comment:6>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to