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 year 前 | 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 year 前 | 1 个回答 | 0
