📄 parabdv.m
字号:
function pdf=parabdv(x,v)
%2006-5-23修改,调用pbdv函数计算简单输入的抛物柱面函数-by panda
%This program is a direct conversion of the corresponding Fortran program in
%S. Zhang & J. Jin "Computation of Special Functions" (Wiley, 1996).
%online: http://iris-lee3.ece.uiuc.edu/~jjin/routines/routines.html
%
%Converted by f2matlab open source project:
%online: https://sourceforge.net/projects/f2matlab/
% written by Ben Barrowes (barrowes@alum.mit.edu)
%
% =========================================================
% Purpose: This program computes the parabolic cylinder
% functions Dv(x)and their derivatives using
% subroutine PBDV
% Input: x --- Argument of Dv(x)
% v --- Order of Dv(x)
% Output: DV(na)--- Dn+v0(x)
% DP(na)--- Dn+v0'(x)
%(na = |n|, n = int(v), v0 = v-n, |v0| < 1
% n = 0,?1,?2,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -