资源列表
[matlab例程] Matlab 牛顿插值法
说明:x=a:(b-a)/n:b; %插值节点
y=f(x);
plot(x,y,'b') %用蓝色线作被插函数图象
hold on
z=a:(b-a)/(2*n):b;
n=length(x);
for j=2:n
for i=n:-1:j
y(i)=(y(i)-y(i-1))/(x(i)-x(i-j+1))
<xie3256035> 在 2008-12-14 上传
| 大小:378byte | 下载:0
[数据结构常用算法] 逆序数模板
说明:acm比赛中用到的求逆序数的模板,自己经常用!<shengyang2116@163.com> 在 2010-12-21 上传 | 大小:382byte | 下载:0
[matlab例程] 有限差分法 迭代求解
说明:用有限差分法解薛定谔方程,用迭代法求得各点的值,并用三维、二维图表示。<shanren0016> 在 2011-04-25 上传 | 大小:384byte | 下载:1
[matlab例程] 数学形态学示例
说明:运用数学形态学对信号进行处理的一个简单案例。<conan.magic@gmail.com> 在 2012-05-04 上传 | 大小:388byte | 下载:0
[matlab例程] Offset Crank slider
说明:Prove mathematically that the lengths of the crank and of the connecting rod are AB = 47 mm and BC = 105 mm respectively to the nearest millimetre.<cubes00> 在 2018-01-06 上传 | 大小:386byte | 下载:0
[matlab例程] Spectrum of sine wave
说明:undersatand the Spectrum of sine wave through a simple matlab code<ahimsafollower@gmail.com> 在 2021-02-14 上传 | 大小:380byte | 下载:0
[matlab例程] Gauss Seidel
说明:Gauss Seidel method for numerical integration<avicallingaj@gmail.com> 在 2023-10-27 上传 | 大小:387byte | 下载:0