?? 例6-12.m
字號:
f=[8,2,1],
g=[1.0000,3.3000,9.9000,2.7000],
z=roots(f),
p=roots(g),
k=f(1)/g(1),
[r,p,h]=residue(f,g);
t=0:0.1:10;
x=r(1)*exp(p(1)*t)+r(2)*exp(p(2)*t)+r(3)*exp(p(2)*t);
plot(t,x);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -