biratu lemessa
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
80.835
of 296.109
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20.339
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 155.365
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
How can I get a matlab code of articles?
on projected gradient method
meer dan een jaar ago | 0 answers | 0
0
answersQuestion
how can we sketch the graph of this iteration xn+1=xn-8*f'(xn) in matlab code?
f(x)=x^2; x0=0.5; tolerance =0.0001 xn+1=xn-8*f'(xn)
meer dan een jaar ago | 2 answers | 0
2
answersQuestion
how can we calculate the orthogonal projection or metric projection Pc in matlab?
if c=[-1,1],find Pc(x0),where Pc is the minimum element such that x0 in C?
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
how to sketch the graph of iterative sequence
x1=4,x2=8,x3=12,.........,x99=400
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
How can I write a matlab code for this iterative function.
x(n+1)=(1/(n+1)+(1-(1/(n+1)))*x(n)+5*(x(n)-1)/(exp(x(n))))
meer dan een jaar ago | 2 answers | 0