Opened 14 years ago
Closed 14 years ago
#4713 closed defect (fixed)
[with patch, positive review] make an apply_map function for vectors
Reported by: | Jason Grout | Owned by: | Jason Grout |
---|---|---|---|
Priority: | major | Milestone: | sage-3.2.2 |
Component: | linear algebra | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Matrices have the function; it would be handy for vectors to also have this utility function.
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by
Owner: | changed from William Stein to Jason Grout |
---|---|
Status: | new → assigned |
Summary: | make an apply_map function for vectors → [with patch, needs review] make an apply_map function for vectors |
comment:2 Changed 14 years ago by
Summary: | [with patch, needs review] make an apply_map function for vectors → [with patch, needs work] make an apply_map function for vectors |
---|
comment:3 Changed 14 years ago by
By the way, definitely positive review pending adding the doctests suggested above.
Changed 14 years ago by
Attachment: | vector_apply_map.patch added |
---|
comment:4 Changed 14 years ago by
Summary: | [with patch, needs work] make an apply_map function for vectors → [with patch, positive review] make an apply_map function for vectors |
---|
updated patch with the suggestions. Accordingly, marking this positive review.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Merged in Sage 3.2.2.alpha1
Note: See
TracTickets for help on using
tickets.
You could also do this in the first example:
I think it would be nice to have a really simple first example, that requires much less knowledge of "abstract algebra". Maybe the first example could be for engineers or something?