Page 1 sur 1

Bug: seq(k^2,k,-2..2)

Publié : ven. févr. 22, 2019 10:18 pm
par compsystems
Hello: If the third parameter is an interval, fail

seq(k^2,k,-2..2)

Source
https://www-fourier.ujf-grenoble.fr/~pa ... .html#sec5

Re: Bug: seq(k^2,k,-2..2)

Publié : sam. févr. 23, 2019 7:55 am
par parisse
The correct syntax is seq(k^2,k=-2..2).