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.
1 | initial version |
for example,
TypeError Traceback (most recent call last)
It works!
However, x is not a mapping but a symbolic expression.