A Vandermonde matrix inversion
by Steven Huang
17 Jul 2005
(Updated 18 Jul 2005)
The M-file inverses a kind of Vandermonde matrix by using Stirling polynomial coefficients.
|
Watch this File
|
| File Information |
| Description |
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. |
| MATLAB release |
MATLAB 6.5 (R13)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (2) |
| 23 Jul 2005 |
Nit Picker
|
|
|
| 28 Apr 2006 |
H Chen
|
|
|
|
Contact us at files@mathworks.com