1 | initial version |
hi... I just can't get rid of this error:
TypeError: 'sage.symbolic.expression.Expression' object is not iterable
I get it with this code: http://rn0.ru/show/1428/
(I have restarted the notebook)
And x is defined by. x = np.arange(0, 5, 0.1)
x is "iterable".. or not?