#13973: Upgrade Maxima past the release 5.29.1
-------------------------------------------------+-------------------------
       Reporter:  dimpase                        |        Owner:  tbd
           Type:  defect                         |       Status:  new
       Priority:  major                          |    Milestone:  sage-6.3
      Component:  packages: standard             |   Resolution:
       Keywords:  sd48                           |    Merged in:
        Authors:  Jeroen Demeyer                 |    Reviewers:
Report Upstream:  Reported upstream. Developers  |  Work issues:
  acknowledge bug.                               |       Commit:
         Branch:                                 |     Stopgaps:
   Dependencies:                                 |
-------------------------------------------------+-------------------------

Comment (by pbruin):

 I found a patch that I think has the same effect as the workaround in
 comment:22.  I don't have a sourceforge account, so here it is in case
 there are any Maxima experts here who want to check it and (if it is any
 good) maybe forward it to the Maxima bug tracking system:
 {{{
 #!diff
 --- a/share/linearalgebra/matrixexp.lisp        2013-10-07
 04:37:12.000000000 +0100
 +++ b/share/linearalgebra/matrixexp.lisp        2014-05-16
 02:16:09.112011893 +0100
 @@ -138,8 +138,8 @@
            (print `(ratvars = ,$ratvars gcd = '$gcd algebraic =
 ,$algebraic))
            (print `(ratfac = ,$ratfac))
            (merror "Unable to find the spectrum")))
 -
 -    (setq res ($fullratsimp (ncpower (sub (mult z ($ident n)) mat) -1)
 z))
 +
 +    (setq res ($fullratsimp ($invert (sub (mult z ($ident n)) mat)
 '$crering) z))
      (setq m (length sp))
      (dotimes (i m)
        (setq zi (nth i sp))
 }}}
 I'll try to see if upgrading to 5.33.0 gives any further unexpected
 problems.

--
Ticket URL: <http://trac.sagemath.org/ticket/13973#comment:29>
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