
sumaiya hossain
Statistics
4 Questions
0 Answers
RANK
209,939
of 275,776
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 18,575
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 125,575
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
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 ...
8 months ago | 1 answer | 0
1
answerQuestion
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...
8 months ago | 0 answers | 0
0
answersQuestion
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...
8 months ago | 0 answers | 0
0
answersQuestion
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...
8 months ago | 1 answer | 0