A Vandermonde matrix inversion

版本 1.0.0.0 (615 字节) 作者: Steven Huang
The M-file inverses a kind of Vandermonde matrix by using Stirling polynomial coefficients.
2.5K 次下载
更新时间 2005/7/18

无许可证

This function inverse a Vandermonde Matrix B.
Matrix B is a n-by-n matrix, its (i,j) entry is i^(j-1),
where i,j = 1,2,...,n
for example, n = 4
B =
1 1 1 1
1 2 4 8
1 3 9 27
1 4 16 64
This routine uses a Stirling polynomial(the first kind) coefficients
For fast operation, a C Stirling coefficient function has
been posted with name: mStirling.c. The C-version of this
inverse function is also available upon request.

引用格式

Steven Huang (2024). A Vandermonde matrix inversion (https://www.mathworks.com/matlabcentral/fileexchange/8048-a-vandermonde-matrix-inversion), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Polynomials 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0