功能: 计算Parabolic Cylinder D函数

格式: ParabolicCylinderD(v, z)

v : 为数值或者矩阵变量
z : 为数值或者矩阵变量

说明:
1. y = ParabolicCylinderD(v, z)为如下微分方程的一个解
$$
y'' + (v + \dfrac{1}{2} - \dfrac{z^2}{4})y = 0
$$
2. {ParabolicCylinderU<矩阵运算\ParabolicCylinderU>}(v,z) = {ParabolicCylinderD<矩阵运算\ParabolicCylinderD>}(-v-0.5, z)

参考:{Parabolic Cylinder Function<https://mathworld.wolfram.com/ParabolicCylinderFunction.html>}

例子:
a = ParabolicCylinderD(0.1, 0.25)//回车得到如下结果
a =
[ 0.94623590514073 ]