Statistics
2 Questions
0 Answers
RANK
79,559
of 301,589
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,343
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 175,641
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
graph of iterative sequence
how can i get the graph of this iterative sequence t=@(n)(1/(n+2)^2);r=1/5; g=@(x)((x-1)/(exp(x))); tolerance=0.000001; k=10...
3 years ago | 1 answer | 0
1
answerQuestion
system of linear equation
A=[1 3 2;5 4 3;6 4 3]; b=[3;2;4]; x(0)=[0;0;0] How can we iterate this by matlab code? x(n+1)=A*b*x(n)-3*x(n)
3 years ago | 0 answers | 0
