id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	work_issues	upstream	reviewer	author	merged	dependencies	stopgaps
11180	Allow vector input to functions taking vectors	kcrisman	burcin	"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."	enhancement	new	minor		symbolics					N/A					
