Opened 12 years ago
Last modified 12 years ago
#11180 new enhancement
Allow vector input to functions taking vectors
Reported by: | Karl-Dieter Crisman | Owned by: | Burcin Erocal |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | symbolics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
That is really vague. What I mean is what is described at this ask.sagemath.org request.
var('x,y,z,t') g(t) = (t, t^2, t^3) f(x,y,z) = (2x,y+x+z,yx)
wants to have f(g(t)) 'just work', though one poster points out that f(*g(t))
does.
We'd want this to work for explicit vector objects, too.
Note: See
TracTickets for help on using
tickets.
#11507 is related, but separate.