Steepest Descent Iteration
Steepest Descent Iteration , written in Matlab to solve the Advection-diffusion equation. The matrix A (in A x= b) is a block pentadiagonal matrix.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | function Z = solver2(A,b)%Steepest Descent Iteration p=params(0,0); Z=p.noder(:,1)*5; e=A(1,1); for k=1:55000 %Gir feil på 0.2%, men bruker 36s r=b-A*Z; a= (r'*r)/((A*r)'*r); Z=Z+a*r; end |
Hi, I’m undergraduate student of mathematics.
I’m very interesting with ur matlab code.
May I take a copy?
Thx b4.
I need to use the code for an assignment for one of my courses.
hello
where can i find the source code for nim problem?
thanks a lot
perastikos : http://dahoiv.net/programmering/cpp/nim
thanks for answer
what about matlab language?
hi ,
i am an undergraduate student in applied mathematics
i want source code for gradient based optimization methods please can i get the steepest descent method, quasi newton method , newton method source cordes.
I just could not depart your site before suggesting that I really loved the usual
information a person provide for your visitors?
Is going to be back incessantly in order to
inspect new posts