Skip to content

Allow vector input to functions taking vectors #11180

Open
@kcrisman

Description

@kcrisman

That is really vague. What I mean is what is described at 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.

Component: symbolics

Issue created by migration from https://trac.sagemath.org/ticket/11180

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions