Feeds
提问
How to introduce an interpolation function into a neville's algorithm to solve a polynomial interpolation
The question is: interpolate f: [ 1, 1], f (x) = 1/(25x^2 + 1) with a Lagrange polynomial at the equidistant points x_k =...
8 years 前 | 0 个回答 | 0
0
个回答提问
How to make an index of the points of a vector that can then be used in a matrix
This is the function I have generated: function [Points, Elements] = make1DGrid(Nel,L) %L (Lenght of domain) %Nel (Number of ...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to loop through a matrix using values from a vector
This is what I have so far : function [x, y] = make1DGrid(n,l) %L (lenght of domain) %Nel (Number of elemen...
8 years 前 | 1 个回答 | 0
1
个回答提问
How do I loop through a matrix using values from a vector
This is what I have so far : function [x, y] = make1DGrid(n,l) %L (lenght of domain) %Nel (Number of elements) x = linspac...
8 years 前 | 0 个回答 | 0