#11180: Allow vector input to functions taking vectors
---------------------------+------------------------------------------------
Reporter: kcrisman | Owner: burcin
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: symbolics | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
That is really vague. What I mean is what is described at
[http://ask.sagemath.org/question/498/composite-function 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.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11180>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.