aggiunto note, piccoli fix a eigenvalues, aggiunto polinomio di chebyshev

This commit is contained in:
2014-12-17 19:33:04 +01:00
parent 436bc12ec0
commit b8e4ff7203
9 changed files with 201 additions and 22 deletions

View File

@@ -0,0 +1,4 @@
f = @(x) x.^2 + 2;
integral(f,-6,6) integrale matlab
quad(f,-6,6) o quad(f,-6,6,1e-5) quadratura integrale matlab