Abstract :
Two modifications are suggested in the commonly used algorithms (such as the O(n2) Parker algorithm) for the explicit inversion of Vandermonde matrices resulting in an algorithm whose accuracy is no worse than those of the existing algorithms, but which is significantly more accurate in many pathological situations. The first modification circumvents, to some extent, the subtraction of ‘two big like-signed numbers’ which in turn reduces round-off errors, while the second modification exploits the structure of the inverse and uses two recursive formulae instead of one to bring about an increase in accuracy. Numerical results are presented to demonstrate the increase in accuracy that results from these two modifications. Although the modified algorithm is always at least as accurate as the Parker algorithm, it does, unfortunately, involve an increase in complexity from O(n2) to O(n3), so that use of this algorithm to increase the relative accuracy is recommended only in situations where the standard algorithms fail to yield accurate results.