photo

Marco Bertola


Last seen: alrededor de 2 meses hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

All
  • First Submission
  • GitHub Submissions Level 1
  • First Review
  • First Answer

Ver insignias

Feeds

Ver por

Enviada


Boutroux-Differentials
This is the code accompanying the paper arxiv:2408.15234

alrededor de 2 meses hace | 1 descarga |

Respondida
What is the code for lagrange interpolating polynomial for a set of given data?
One less loop x = [0 1 2 3 4 5 6 ]; %The nodes N= size(x,2); %The number of nodes J=1:N; P=zeros(1,N); LL=poly(x); LLder...

más de 1 año hace | 0

Respondida
sorting according to another vector
I think the question (which I had too) was: I have a reference vector [1.2 3.3 4.4] eg and another ``similar'' vector [3.2 1...

alrededor de 4 años hace | 0