whatif5_1.dir
来自「Programs for the book Advanced Engineeri」· DIR 代码 · 共 48 行
DIR
48 行
whatif5_1
y =
2*exp(-3*t)+6*exp(-3*t)*t
simple(y)
simplify:
2*exp(-3*t)+6*exp(-3*t)*t
radsimp:
2*exp(-3*t)+6*exp(-3*t)*t
combine(trig):
2*exp(-3*t)+6*exp(-3*t)*t
factor:
2*exp(-3*t)*(1+3*t)
expand:
2/exp(t)^3+6/exp(t)^3*t
convert(exp):
2*exp(-3*t)+6*exp(-3*t)*t
convert(sincos):
2*exp(-3*t)+6*exp(-3*t)*t
convert(tan):
2*exp(-3*t)+6*exp(-3*t)*t
collect(t):
2*exp(-3*t)+6*exp(-3*t)*t
--------------------
ans =
2*exp(-3*t)*(1+3*t)
dir
whatif5_1.dir
whatif5_1.m
diary off
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?