Ticket #776 (closed defect: fixed)
kernel of linear homomorphism fails
| Reported by: | nbruin | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.6 |
| Component: | linear algebra | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
V=VectorSpace(QQ,3) id=V.Hom(V)(identity_matrix(QQ,3)) null=V.Hom(V)(0*identity_matrix(QQ,3)) id.kernel()
produces
<type 'exceptions.TypeError'>: entries must be coercible to a list or integer
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

