Community Profile

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

답변