Hello:

For educational purposes, I want to define the zeta function on a plot using textplot, so I write

textplot([2,3,Zeta(sigma+i*t)=Sum(1/n^(sigma+i*t),n=1..infinity)]...

But the characters "sigma+it" show up as "it+sigma" rather than "sigma+it" which is how most people would naturally read it.

Is there any way that I can convince textplot to order the output the way I set it?

I've tried single quotes, i.e. 'sigma+it' but that doesn't work.

Thank you.


Please Wait...