ex6_13.m

来自「Programs for the book Advanced Engineeri」· M 代码 · 共 9 行

M
9
字号
% EX6_13.M Solve a first-order differential equation with variable coefficients.
%
y=dsolve('Dy + cos(x)*y = sin(x)*cos(x)','x')
ysim=simple(y)             
%
% Experiment with different variable coefficients and initial conditions
%  to determine where dsolve fails
%
% Version 5 Changed call to dsolve; added simple

⌨️ 快捷键说明

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