Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to create a vector function (mapping)?

for example,

x(t) = vector([1,1])*exp(-t)

TypeError Traceback (most recent call last)

x = vector([1,1])*exp(-t)

It works!

However, x is not a mapping but a symbolic expression.