#8481: lift doesn't work for vector space homomorphisms
------------------------------+---------------------------------------------
Reporter: jhpalmieri | Owner: was
Type: defect | Status: new
Priority: minor | Milestone: sage-4.3.4
Component: linear algebra | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
{{{
sage: V = QQ**2
sage: W = QQ**2
sage: f = V.hom([W.1, W.1])
sage: f.lift(W.1)
---------------------------------------------------------------------------
AttributeError Traceback (most recent call
last)
/Users/palmieri/<ipython console> in <module>()
/Applications/sage/local/lib/python2.6/site-
packages/sage/modules/free_module_morphism.pyc in lift(self, x)
337 x = self.codomain()(x)
338 A = self.matrix()
--> 339 H, U =
A.hermite_form(transformation=True,include_zero_rows=False)
340 Y = H.solve_left(vector(self.codomain().coordinates(x)))
341 C = Y*U
...
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8481>
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.