A method of obtaining verified solutions for linear systems suited for Java

作者:

Highlights:

摘要

Recent development of Java's optimization techniques makes Java one of the most useful programming languages for numerical computations. This paper proposes a numerical method of obtaining verified approximate solutions of linear systems. Usual methods for verified computations use switches of rounding modes defined in IEEE standard 754. However, such switches of rounding modes have not been supported in Java. This method avoids using directed rounding, so that it is implementable on a wide range of programming languages including Java. Numerical experiments using Java illustrate that the method can give a very accurate error bound for an approximate solution of a linear system with almost same computational cost as that for calculating an approximate inverse by the Gaussian elimination.

论文关键词:Verified computation,Java,Linear system

论文评审过程:Received 21 December 2004, Available online 19 January 2006.

论文官网地址:https://doi.org/10.1016/j.cam.2005.08.034