Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.8K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Superscript in Generalized Riemann Zeta function notation?

Posted 3 years ago

Can someone please tell me what the superscript (1,0) attached to the generalized Riemann Zeta function means? I have attached a notebook. Thanks.

POSTED BY: Leon Fairbanks

It's mean first derivative for first variable.

  \!\(\*SuperscriptBox[\(Zeta\), 
  TagBox[
  RowBox[{"(", 
  RowBox[{"1", ",", "0"}], ")"}],
  Derivative],
  MultilineFunction->None]\)[-2, 3/2] // InputForm

  (*Derivative[1, 0][Zeta][-2, 3/2]*)

You can write it like this:

  Limit[D[Zeta[x, 3/2], x], x -> -2]
  % // FunctionExpand

  (*-(Log[2]/4) + (3 Zeta[3])/(16 \[Pi]^2)*)

  %//N
  (*-0.15045*)
POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard