photo

sumaiya hossain


Last seen: 9 Monate vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort