#10042: Doctest failure in sage/rings/polynomial/polynomial_element.pyx
-------------------------------+--------------------------------------------
Reporter: mpatel | Owner: mvngu
Type: defect | Status: needs_work
Priority: blocker | Milestone: sage-4.6
Component: doctest | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: report upstream |
-------------------------------+--------------------------------------------
Comment(by kcrisman):
Replying to [comment:32 zimmerma]:
> my guess is that {{{lapack_routine}}} modifies in place the array
{{{wr}}} of zeros,
> and that {{{res=wr.astype(result_t)}}} recovers the modified array.
Okay, so one does want something other than the zeros. Thanks for
clarifying that.
But I have to say, I don't even get anything different on my OS X 10.6
Mac, yet it gets the right roots
{{{
sage: roots = eigvals(A)
sage: roots[0]
1.7724538509055159
sage: roots[1]
-1.7724538509055159
}}}
Is it possible you mistyped something around the `lapack_routine` spot?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10042#comment:33>
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.