#9956: latex(-1/2 * polynom) broken
-------------------------+--------------------------------------------------
Reporter: schilly | Owner: burcin
Type: defect | Status: new
Priority: critical | Milestone: sage-4.6
Component: symbolics | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-------------------------+--------------------------------------------------
Notice that in the latex expression the negative coefficient applies only
to the 4*m^2 term in the numerator thus giving a completely different
value.
{{{
sage: var('t k m')
sage: latex(-1/2*(4*m^2 - 9*m - t + 8)/m)
\frac{-4 \, m^{2} - 9 \, m - t + 8}{2 \, m}
}}}
Note: This was reported via the "report a problem" form for 4.5.2 for the
"typset" option in the notebook, and I confirmed this on 4.5.3 for this
simpler example.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9956>
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.