Feeds
질문
Trying to create code which solves a BVP using a second-order finite difference scheme and Newton-Raphson method
% Code to calculate the solution to a % nonlinear BVP with Dirichlet and Robin BCs % Some physical parameter. mu=10; % ...
대략 1년 전 | 답변 수: 1 | 0
1
답변질문
trying to create a function for simple Newton polynomial interpolation
I am trying to create a function for simple Newton polynomial interpolation. This is the recurrance relation I am trying to cre...
대략 1년 전 | 답변 수: 1 | 0
