Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jasongrout opened this issue Jun 16, 2011 · 2 comments
Open

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

jasongrout opened this issue Jun 16, 2011 · 2 comments

Comments

@jasongrout
Copy link
Member

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

@burcin
Copy link
Contributor

burcin commented Jun 16, 2011

comment:1

How does this relate to #11180?

@kcrisman
Copy link
Member

comment:2

They are related, but different, I think. #11180 is about allow the f in the description to take a vector as an input; this one is about creating a new function using a vector. Best to keep them separate.

@jdemeyer jdemeyer modified the milestones: sage-5.11, sage-5.12 Aug 13, 2013
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.1, sage-6.2 Jan 30, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.2, sage-6.3 May 6, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@mkoeppe mkoeppe removed this from the sage-6.4 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants