ex6_16.m

来自「Advanced Engineering Mathematics using M」· M 代码 · 共 11 行

M
11
字号
% EX6_16.M Solve Bessel's differertial equation with variable coefficients.%   (This requires the Symbolic Math Toolbox)y2=dsolve('x^2*D2y + x*Dy +x^2*y =0','x')%% Experiment with different initial conditions and plot the % solutions%% Result% y2 =C1*besselj(0,x)+C2*bessely(0,x)% % Version 5 Changed call to dsolve

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?