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.  Indeed, this is how the sin 
function behaves:

sage: conjugate(sin(3))
sin(3)

Is there some way to treat zeta values (and more generally, multiple zeta 
values) as real symbolic constants in SageMath or is this something that 
has yet to be implemented?  It seems to be related to (but a bit different 
from) Trac ticket https://trac.sagemath.org/ticket/18141.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to