I would like to plot derivatives of products by specifying range e.g.
plot derivative ( product (1-x^2/k^2), k=1 to infinity ) * x from x=0 to 5
Somehow I am not able to get results with WolframAlpha. Is there possibly something wrong with the syntax or can it really be this is not supported? I am able to plot without specifying range i.e.
plot derivative ( product (1-x^2/k^2), k=1 to infinity ) * x