photo

biratu lemessa


Last seen: meer dan een jaar ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Explorer
  • Thankful Level 2

View badges

Feeds

View by

Question


How can I get a matlab code of articles?
on projected gradient method

meer dan een jaar ago | 0 answers | 0

0

answers

Question


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

answers

Question


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

answer

Question


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

answer

Question


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

2

answers