You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.