Feeds
질문
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)
2년 초과 전 | 답변 수: 2 | 0
2
답변질문
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?
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to sketch the graph of iterative sequence
x1=4,x2=8,x3=12,.........,x99=400
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
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))))
거의 3년 전 | 답변 수: 2 | 0

