Python, C++, C, Arduino
Spoken Languages:
English, French
Pronouns:
He/him
Statistics
2 Questions
0 Answers
RANK
128,166
of 300,379
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,931
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,299
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
Feeds
Question
Unrecognized function or variable 'privResolveArgs'. Error in sym/symvar (line 30) Ssym = privResolveArgs(S); Error in sym/partfrac (line 27) x = symvar(f, 1);
syms x partfrac((2*x-1/((x-1)*(x+3)*(x-4))),x) pretty(ans) b=1/(3*(x-1)) c=-1/(12*(x+3)) d=-1/(7*(x-4)) d=b+c+d pretty(d)...
2 years ago | 1 answer | 0
1
answerQuestion
How can I plot a periodic function?
A periodic function of period is given by: a) Plot the function in ; I tried the following code but it did not had the expec...
2 years ago | 1 answer | 0
