#11539: Sage incorrectly interprets factorials in equations.
-----------------------------+----------------------------------------------
Reporter: mhansen | Owner: burcin
Type: defect | Status: new
Priority: critical | Milestone: sage-5.0
Component: symbolics | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
-----------------------------+----------------------------------------------
Comment (by nbruin):
The proposed lisp function makes me cringe. Wouldn't
{{{
(defprop mfactorial nil grind)
}}}
be a bit more elegant? That simply removes `mfactorial`s special "grind"
(maxima print) property, so that the default method of printing takes
effect again.
This should be a quite safe change to make to maxima. We're doing much
worse patching in the maxima_lib interface. Since "!" would be the only
postfix operator, it's a bit of wasted effort to extend the parser to
accept it.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11539#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 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.