Typing in zeta function using maxima

1.2k Views Asked by At

How do I type the symbols in for this formula into maxima (it's the zeta function)? I'm looking for the proper symbols/keys/text sequence. Example in latex to get the zeta symbol you type in \zeta but what sequence of letters and symbols does one type in to get the formula below.

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

Simply zeta(s). "If [s] is a negative integer, 0, or a positive even integer, the Riemann zeta function simplifies to an exact value. For a positive even integer the option variable zeta%pi has to be true in addition (See zeta%pi)". See http://maxima.sourceforge.net/docs/manual/en/maxima_29.html.