0

everyone.I want to know the meaning of "log(0,1)[2,x]" in the out[8].What's the difference between log[2,x] and log(0,1)[2,x] in Mathematica?

enter image description here

Johiten
  • 31
  • 1
  • By the way, xlog[2,x] $\ne$ x log[2,x] $\ne$ x Log[2,x], which is what you actually want. –  Sep 18 '13 at 20:34

1 Answers1

1

$\log^{(0,1)}[2,x]$ is the partial derivative in respect to the second variable evaluated at $(2,x)$. Please note that you wrote log which is a variable for Mathematica. If you want the logarithm function write Log[x]

On the other hand $\log[2,x]$ is log evaluated at $(2,x)$.