Opened 12 years ago
Closed 12 years ago
#4713 closed defect (fixed)
[with patch, positive review] make an apply_map function for vectors
Reported by: | jason | Owned by: | jason |
---|---|---|---|
Priority: | major | Milestone: | sage-3.2.2 |
Component: | linear algebra | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | 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 12 years ago by
- Owner changed from was to jason
- Status changed from new to assigned
- Summary changed from make an apply_map function for vectors to [with patch, needs review] make an apply_map function for vectors
comment:2 Changed 12 years ago by
- Summary changed from [with patch, needs review] make an apply_map function for vectors to [with patch, needs work] make an apply_map function for vectors
comment:3 Changed 12 years ago by
By the way, definitely positive review pending adding the doctests suggested above.
Changed 12 years ago by
comment:4 Changed 12 years ago by
- Summary changed from [with patch, needs work] make an apply_map function for vectors to [with patch, positive review] make an apply_map function for vectors
updated patch with the suggestions. Accordingly, marking this positive review.
comment:5 Changed 12 years ago by
- Resolution set to fixed
- Status changed from assigned to 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?