photo

Hasib Ryan Rahman


Last seen: 2年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Problem multiplying exponential function with negative value
I want to plot x(t) = t*(e−0.15t), − 20 ≤ t ≤ 20 I've tried: t = -20:1:20; x(t) = t.*(exp(-0.15*t)); plot(t,x(t))

2年以上 前 | 2 件の回答 | 0

2

回答