Skip to content

make f(x,y,z)=vector make a vector-valued function #11507

@jasongrout

Description

@jasongrout

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions