photo

sumaiya hossain


Last seen: 9개월 전 2022년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


evaluating functions and plotting
evaluate and plot: What I did for this question was I put each of the equations into a variable : eqn, eqn2 , eqn3 then from ...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


how do I solve a non linear function
Hi I am trying to solve this function but I keep on getting a warning sign I am unsure to howto put solve for a non liner functi...

거의 2년 전 | 답변 수: 0 | 0

0

답변

질문


how do I store a function into a variable and solve it?
I am trying to calculate this function: 𝑓(𝑡) = 4(sin(2𝜋𝑡)) + exp(−𝑡)/𝑡 but it keeps on telling me 'Error using sym/assume Too...

거의 2년 전 | 답변 수: 0 | 0

0

답변

질문


how to calculate functions
syms t t = -3:0.1:10; y = 4*sin(2*pi*t) + exp(-t)/t; tlim = ([-1 10]); Out = subs(y); vpa_Out =vpa(Out); plot...

거의 2년 전 | 답변 수: 1 | 0

1

답변