#8659: another broken square root simplification
-------------------------+--------------------------------------------------
Reporter: burcin | Owner: burcin
Type: defect | Status: needs_info
Priority: critical | Milestone: sage-4.7
Component: symbolics | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: Burcin Erocal
Merged: | Dependencies:
-------------------------+--------------------------------------------------
Comment(by kcrisman):
Also, is
{{{
sage: (t^2)^(1/4)
64^(1/4)
}}}
intended to test
{{{
return SR(nbase).power(nexp*exp, hold=True)
}}}
But the powers weren't multiplied, because `SR(base)` already is just 64.
Similarly,
{{{
sage: 8^(-1/5)
}}}
can't be to test the change in that file, because 8 isn't rational.
Or am I missing something? Sorry if I've misinterpreted something;
otherwise this is a good fix, it seems.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8659#comment:8>
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.