1

http://origin-ars.els-cdn.com/content/image/1-s2.0-S0020025506001150-si78.gif

This image. The curly bracket (some form of matrix)? What is it? How would I use it? I would find the meaning some other way, but I don't even know what to look up.

Trace
  • 11
  • This is not a matrix, it is "definition by cases" (and yes, in LaTeX the command is \begin{cases}. That is, at each line is given a formula which defines the value of the defined function for some of the arguments, like in the first case, first line is value if argument is an even integer, second line is value in all other cases (from context, probably here it means "odd integers". – kjetil b halvorsen Jan 21 '14 at 21:18

1 Answers1

3

The first function evaluates to $0.5$ if $n$ is even and to $0.2$ otherwise, that is what the notation means. For example, $\zeta (2)=0.5$ and $\zeta (3)=0.2$.