#18979: avoid Maxima on creation of symbolic matrices
-------------------------------------+-------------------------------------
       Reporter:  rws                |        Owner:
           Type:  defect             |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.9
      Component:  linear algebra     |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Ralf Stephan       |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/rws/avoid_maxima_on_creation_of_symbolic_matrices|  
75e679c687019c9657188003306bbd08314919a5
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by rws):

 Replying to [comment:5 vdelecroix]:
 > You should find a better way to do this test without having to care
 whether the input is symbolic. If each ring needs a specialized treatment
 it will become a complete nightmare.
 Agreed. The easiest way would be `bool(x1!=x2)` to mean
 `(x1-x2).is_trivial_zero()` for symbolic `x` and to provide a different
 interface for cases requiring simplification/proof. This would have some
 rerpercussions in symbolic and will take long to review so...
 > In this very particular case of matrices, there is a simpler way to fix
 the issue. You can just avoid testing anything.
 Will do that.

--
Ticket URL: <http://trac.sagemath.org/ticket/18979#comment:6>
Sage <http://www.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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to