Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (4)
Various polynomial interpolation algorithms
4.0
Finding Aitken interpolation polynomials of known data points
宝马带斗
2016-08-23
0
1
The usage of function approximate expression function
4.0
Chebyshev
宝马带斗
2016-08-23
4
1
Calculation method of matrix eigenvalue
4.0
Chapoly
宝马带斗
2016-08-23
0
1
Bessel function approximation
no vote
 x=linspace(-3,3,40); [xx,yy]=meshgrid(x,x); zz=3*(1-xx).^2.*exp(-(xx.^2) - (yy+1).^2) ...     - 10*(xx/5 - xx.^3 - yy.^5).*exp(-xx.^2-yy.^2) ...     - 1/3*exp(-(xx+1).^2 - yy.^2); surf(xx,yy,zz)
宝马带斗
2016-08-23
0
1
No more~