sage: conjugate(zeta(3))
conjugate(zeta(3))sage: conjugate(sin(3))
sin(3)For a real number s, the value zeta(s) of the Riemann zeta function is real, but SageMath does not seem to recognize this fact. Here is an example (SageMath 7.5.1):sage: conjugate(zeta(3))
conjugate(zeta(3))One might hope to simply get zeta(3)as output.
Yes, the elementary functions had this implemented only recently, and I'm happy to add more knowledge like that.
sage: conjugate(sin(1+I))
sin(-I + 1)
I also opened https://trac.sagemath.org/ticket/22713
Thank you very much! By opening these tickets, you have certainly answered my questions. Is the etiquette to mark this thread as complete now, or wait until the tickets have been closed?