#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 kcrisman):
I like the idea! But this isn't working for me - am I making some newbie
mistake?
{{{
(%i1) :lisp (+ 2 2)
4
(%i1) :lisp (defprop mfactorial nil grind)
NIL
(%i1) factorial(x);
(%o1) x!
}}}
And
{{{
sage: sage.calculus.calculus.maxima.eval(r":lisp (+ 2 2)")
RuntimeError: ECL says: THROW: The catch MACSYMA-QUIT is undefined.
}}}
though perhaps putting it in the initialization would not cause this...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11539#comment:7>
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.