p5_3.m
来自「Advanced Engineering Mathematics using M」· M 代码 · 共 8 行
M
8 行
% P5_3.M Solve DA(t)=-aA(t)% using the Symbolic Math ToolboxA=dsolve('DA=-a*A','t')%% Solve the result for the constant given the conditions in% the problem
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?