Currently this makes a vector over callable symbolic expressions: f(x,y,z)=(x<sup>2,y</sup>2,x*z*y)
. But this doesn't work: f(x,y,z)=vector([x<sup>2,y</sup>2,x*z*y])
. This means that it's painful to do calculations on symbolic vectors and easily make new vector valued functions.
CC: @kcrisman @jvkersch @mforets
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/11507