Given the HeunC function: $ \operatorname{HeunC}\left( \frac{a^2}{2} \sqrt{2k+3},-1/2,-1+\frac{a^2}{2},-\frac{a^2}{8}(-1 +a^2 k), \frac{1}{2}-\frac{a^2}{4}, -\frac{x^2}{a^2} \right) $ where $a$ is an arbitrary constant and $k$ is an arbitrary positive constant, what is the derivative of this function with respect to $x$?
Derivative of HeunC function
0
$\begingroup$
special-functions
maple
-
0@Ed, actually, o$n$e can now combine your pointer with the chain rule to give an answer to this question... – 2012-08-13
1 Answers
0
Here is the derivative of your function with respect to $x$ computed by Maple,
$\frac{d}{dx} {\it HeunC} \left( A,B,C,D,E,-{\frac {{x}^{2}}{{a}^{2}}} \right) = - \frac{2x}{a^2}{\it HeunCPrime} \left( A,B,C,D,E,-{\frac {{x}^{2}}{{a}^{2}}} \right) $ where HeunCPrime The derivative of the Heun Confluent function.
-
0@J.M:Typing error. Thanks. – 2012-08-14