#7914: Implementation of triangular morphisms for modules with basis
---------------------------+------------------------------------------------
Reporter: jbandlow | Owner: jbandlow
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.4
Component: categories | Keywords:
Author: jbandlow | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Changes (by jbandlow):
* status: needs_work => needs_review
Comment:
Fixed. The only change between the new patch and the previous one is line
1076 of modules_with_basis.py, in the `invert` method:
{{{
- domain = self.domain(), codomain =
self.codomain(),
+ domain = self.codomain(), codomain =
self.domain(),
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7914#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.