Hi guys
I am trying to understand a code from a book (I write few lines).
DO
f(1, :) = Fcn(x, y)
DO i=2, s
w = y + h*MATMUL(a(i, 1:i-1), f(1:i-1, :))
f(i, :) = Fcn(x + c(i)*k, w)
END DO
END DO
It is clear for me the meaning of a(i, 1:i-1) but i did not find anything for f(1, :), that is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.