symbolic vectors class
Reported by: |
jason |
Owned by: |
was |
Priority:
|
major
|
Milestone:
|
|
Component:
|
linear algebra
|
Keywords:
|
|
Cc:
|
eviatarbach
|
Merged in:
|
|
Authors:
|
|
Reviewers:
|
|
Report Upstream:
|
N/A
|
Work issues:
|
|
Branch:
|
|
Commit:
|
|
Dependencies:
|
|
Stopgaps:
|
|
We really should make symbolic vectors a subclass of the generic free modules. That way we can have a .args() function, a variables function, and a few other functions that make sense for symbolic vectors, but maybe not for arbitrary vectors.
We can also make them callable, so vector-valued functions work.
Change History (9)
Report Upstream: |
→ N/A
|
Type: |
defect →
enhancement
|
Milestone: |
sage-5.11 →
sage-5.12
|
Milestone: |
sage-6.1 →
sage-6.2
|
Milestone: |
sage-6.2 →
sage-6.3
|
Milestone: |
sage-6.3 →
sage-6.4
|
#8947 is a start on this. We could add to that an args() function, a variables function, etc.