Statistics
4 Questions
0 Answers
RANK
150,580
of 300,763
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,082
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,923
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0