A Vandermonde matrix inversion
バージョン 1.0.0.0 (615 Bytes) 作成者:
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 (2026). A Vandermonde matrix inversion (https://jp.mathworks.com/matlabcentral/fileexchange/8048-a-vandermonde-matrix-inversion), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- MATLAB > Mathematics > Elementary Math > Polynomials >
Help Center および MATLAB Answers で Polynomials についてさらに検索
タグ
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
