#13302: Matrix constructor does not return over padic field
--------------------------------+-------------------------------------------
Reporter: saraedum | Owner: jason, was
Type: defect | Status: needs_work
Priority: minor | Milestone: sage-5.3
Component: padics | Resolution:
Keywords: matrix space | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Julian Rueth | Merged in:
Dependencies: | Stopgaps:
--------------------------------+-------------------------------------------
Changes (by saraedum):
* status: needs_review => needs_work
Comment:
Thanks for pointing this out Maarten.
I'll have a look if the check you propose can be done easily. Btw, the
original problem I had was the following:
{{{
sage: K=Qp(3)
sage: V=K^1
sage: V.hom([V.zero()])
}}}
This hangs and there don't seem to be any parentheses missing, right?
So apparently the {{{hom}}} does too much unpacking along the way.
Anyway, I'll look into this and most probably split this ticket into two
tickets, since I still think that padics should not be iterable.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13302#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.